Sign in
third-party-mirror
/
terraform
/
80d4fe1e39aa758c5488269a446e7147cc3ca50f
/
.
/
v1.4.7
/
internal
/
terraform
/
testdata
/
validate-module-deps-cycle
/
a
/
main.tf
blob: 3d3b01634eb6572e81fb793b79e0aa0c0de95daf [
file
] [
log
] [
blame
]
resource
"aws_instance"
"a"
{
}
output
"output"
{
value
=
"${aws_instance.a.id}"
}