Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.12.2
/
internal
/
command
/
testdata
/
init-with-tests-with-provider
/
setup
/
main.tf
blob: b0d3436f4dd62d905da8d6d92aa8f97838ae1a34 [
file
] [
log
] [
blame
] [
edit
]
terraform
{
required_providers
{
test
=
{
source
=
"hashicorp/test"
version
=
"1.0.1"
}
}
}
resource
"test_instance"
"baz"
{
ami
=
"baz"
}