Sign in
third-party-mirror
/
terraform
/
refs/heads/main
/
.
/
v1.12.2
/
internal
/
configs
/
testdata
/
invalid-modules
/
tests-duplicate-run-blocks
/
main.tf
blob: 2c5e585478e05bf896e1dbd0e79130b819e812cb [
file
] [
log
] [
blame
] [
edit
]
resource
"aws_instance"
"web"
{
ami
=
"ami-1234"
security_groups
=
[
"foo"
,
"bar"
,
]
}