Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
configs
/
testdata
/
valid-modules
/
override-cloud
/
main.tf
blob: 2de9a58dd38c65935cdc07c5d7a2306d9888fc0a [
file
] [
log
] [
blame
]
terraform
{
cloud
{
organization
=
"foo"
should_not_be_present_with_override
=
true
}
}
resource
"aws_instance"
"web"
{
ami
=
"ami-1234"
security_groups
=
[
"foo"
,
"bar"
,
]
}