Skip to content

Commit

Permalink
uupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 26, 2022
1 parent 5a5f53f commit 85879d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vpn-transit-gateway/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ resource "aws_vpn_connection" "vpn" {
}

# attachments are implicity. Use aws_ec2_tag to set the tags
# see https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_vpn_attachment
# https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ec2_transit_gateway_vpn_attachment
# https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ec2_tag

resource "aws_ec2_tag" "vpn_tag_created_by" {
for_each = var.create ? local.vpn_settings : {}
Expand Down

0 comments on commit 85879d5

Please sign in to comment.