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