This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3afbadae75
terraform
/
examples
/
aws-count
/
outputs.tf
4 lines
81 B
Terraform
Raw
Normal View
History
Unescape
Escape
website: move all examples into the GitHub repo
2014-10-14 07:18:45 +02:00
output
"
address
"
{
Fix for outputs.
2015-01-29 06:19:52 +01:00
value
=
"
Instances:
${
element
(
aws_instance
.
web
.
*
.
id
,
0
)
}
"
website: move all examples into the GitHub repo
2014-10-14 07:18:45 +02:00
}