Skip to content

Commit

Permalink
chore: Remove unnecessary tags in Terraform configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jul 13, 2024
1 parent c93dd5c commit 9ce6c26
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 18 deletions.
4 changes: 1 addition & 3 deletions live/common-infra/configs/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ region = "us-west-2"
name = "common-infra"
namespace = "nan"
environment = "prod"
tags = {
"ManagedBy" = "terraform"
}
tags = {}

# Core Networking settings

Expand Down
4 changes: 1 addition & 3 deletions live/common-infra/configs/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ region = "us-west-2"
name = "common-infra"
namespace = "nan"
environment = "staging"
tags = {
"ManagedBy" = "terraform"
}
tags = {}

# Core Networking settings

Expand Down
4 changes: 1 addition & 3 deletions live/core-networking/configs/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ region = "us-west-2"
name = "core-networking"
namespace = "nan"
environment = "prod"
tags = {
"ManagedBy" = "terraform"
}
tags = {}

# AWS settings

Expand Down
4 changes: 1 addition & 3 deletions live/core-networking/configs/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ region = "us-west-2"
name = "core-networking"
namespace = "nan"
environment = "staging"
tags = {
"ManagedBy" = "terraform"
}
tags = {}

# AWS settings

Expand Down
4 changes: 1 addition & 3 deletions live/terraform-backend/configs/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ region = "us-west-2"
name = "tf-backend"
namespace = "nan"
environment = "prod"
tags = {
"ManagedBy" = "terraform"
}
tags = {}
4 changes: 1 addition & 3 deletions live/terraform-backend/configs/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ region = "us-west-2"
name = "tf-backend"
namespace = "nan"
environment = "staging"
tags = {
"ManagedBy" = "terraform"
}
tags = {}

0 comments on commit 9ce6c26

Please sign in to comment.