We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa4b45 commit cf5266eCopy full SHA for cf5266e
main.tf
@@ -121,6 +121,7 @@ resource "aws_eip" "default" {
121
count = "${var.associate_public_ip_address == "true" && var.assign_eip_address == "true" && var.instance_enabled == "true" ? 1 : 0}"
122
network_interface = "${aws_instance.default.primary_network_interface_id}"
123
vpc = "true"
124
+ tags = "${module.label.tags}"
125
}
126
127
data "null_data_source" "eip" {
0 commit comments