Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-ec2-instance
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-ec2-instance
Commits
0a9253a5
Commit
0a9253a5
authored
Nov 21, 2017
by
Anton Babenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed placement_group from outputs
parent
a35caa21
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
outputs.tf
outputs.tf
+5
-4
No files found.
outputs.tf
View file @
0a9253a5
...
@@ -8,10 +8,11 @@ output "availability_zone" {
...
@@ -8,10 +8,11 @@ output "availability_zone" {
value
=
[
"
${
aws_instance
.
this
.
*
.
availability_zone
}
"
]
value
=
[
"
${
aws_instance
.
this
.
*
.
availability_zone
}
"
]
}
}
output
"placement_group"
{
// GH issue: https://github.com/terraform-aws-modules/terraform-aws-ec2-instance/issues/8
description
=
"List of placement groups of instances"
//output "placement_group" {
value
=
[
"
${
aws_instance
.
this
.
*
.
placement_group
}
"
]
// description = "List of placement groups of instances"
}
// value = ["${element(concat(aws_instance.this.*.placement_group, list("")), 0)}"]
//}
output
"key_name"
{
output
"key_name"
{
description
=
"List of key names of instances"
description
=
"List of key names of instances"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment