Skip to content

Commit

Permalink
fix(org): Update default tags
Browse files Browse the repository at this point in the history
  • Loading branch information
chris3ware committed Sep 10, 2024
1 parent 957fad6 commit be53d91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/org/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ provider "aws" {
region = "us-east-1"
default_tags {
tags = {
"3ware:project-id" = "aws-network-speciality"
"3ware:environment-type" = "dev"
"3ware:service" = "org"
"3ware:tofu" = true
"3ware:project-id" = "aws-network-speciality"
"3ware:environment" = "glb"
"3ware:service" = "org"
"3ware:managed-by-tofu" = true
}
}
}
Expand Down

0 comments on commit be53d91

Please sign in to comment.