Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions data/data/aws/master/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
output "subnet_ids" {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#1121 was also in flight removing this (and I'd asked for it to remove cluster_id too). But with it still dangling, I'm happy to land this removal here instead :). @staebler, you'll probably need another rebase once this goes in.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git will notice it does the same thing and not care that we both have the change.

value = "${var.subnet_ids}"
}

output "cluster_id" {
value = "${var.cluster_id}"
}

output "ip_addresses" {
value = "${aws_instance.master.*.private_ip}"
}