github.com/opentofu/opentofu@v1.7.1/internal/tofu/testdata/plan-untargeted-resource-output/main.tf (about)

     1  module "mod" {
     2    source = "./mod"
     3  }
     4  
     5  
     6  resource "aws_instance" "c" {
     7    name = "${module.mod.output}"
     8  }