github.com/opentofu/opentofu@v1.7.1/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  }