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