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