Sign in
third-party-mirror
/
terraform
/
6a3c811625035624e0fb8a0ebbb7d03982d6303c
/
.
/
v1.2.3
/
internal
/
configs
/
testdata
/
valid-modules
/
override-backend-with-cloud
/
main.tf
blob: 56fb72f3295cea34dfdc6296f2d1fa2cbe598c5d [
file
] [
log
] [
blame
]
terraform
{
backend
"foo"
{
path
=
"relative/path/to/terraform.tfstate"
}
}
resource
"aws_instance"
"web"
{
ami
=
"ami-1234"
security_groups
=
[
"foo"
,
"bar"
,
]
}