github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/configs/testdata/config-diagnostics/nested-provider/child/child2/main.tf (about)

     1  provider "aws" {
     2    value = "foo"
     3  }
     4  
     5  output "my_output" {
     6    value = "my output"
     7  }