Skip to content

Commit

Permalink
refactor(terraform): Add Demo tag to vpc-peer aws provider (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware authored Aug 7, 2022
1 parent 7268475 commit f68ce80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/vpc-peer/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ provider "aws" {
tags = {
"Project" = "aws-network-specialty"
"Environment" = "general"
"Demo" = "VPC-PEERING"
"Terraform" = true
}
}
Expand Down

0 comments on commit f68ce80

Please sign in to comment.