github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/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 }