Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #56 from joshmyers/consul_cluster_sg_tag
Browse files Browse the repository at this point in the history
Add Name tag to Consul Security Group
  • Loading branch information
brikis98 authored Mar 19, 2018
2 parents 0a6c168 + 8c89629 commit b176fd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/consul-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ resource "aws_security_group" "lc_security_group" {
lifecycle {
create_before_destroy = true
}

tags {
Name = "${var.cluster_name}"
}
}

resource "aws_security_group_rule" "allow_ssh_inbound" {
Expand Down

0 comments on commit b176fd6

Please sign in to comment.