github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/command/testdata/init-required-providers/main.tf (about) 1 terraform { 2 required_providers { 3 test = "1.2.3" 4 source = { 5 version = "1.2.3" 6 } 7 } 8 }