Skip to content

Commit

Permalink
revert tags
Browse files Browse the repository at this point in the history
  • Loading branch information
anniehedgpeth committed May 31, 2023
1 parent 8931cc8 commit 430e801
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/active-active-rhel7-proxy/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
common_tags = {
Terraform = "cloud"
Environment = local.utility_module_test ? "tfe_modules_test" : "tfe_team_dev"
Description = local.test_name
Description = "Active/Active on RHEL with Proxy scenario deployed from CircleCI"
Repository = "hashicorp/terraform-aws-terraform-enterprise"
Team = "Terraform Enterprise on Prem"
OkToDelete = "True"
Expand Down
2 changes: 1 addition & 1 deletion tests/private-active-active/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
common_tags = {
Terraform = "cloud"
Environment = "tfe_modules_test"
Description = local.test_name
Description = "Private Active/Active"
Repository = "hashicorp/terraform-aws-terraform-enterprise"
Team = "Terraform Enterprise on Prem"
OkToDelete = "True"
Expand Down
2 changes: 1 addition & 1 deletion tests/private-tcp-active-active/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
common_tags = {
Terraform = "cloud"
Environment = "tfe_modules_test"
Description = local.test_name
Description = "Private TCP Active/Active"
Repository = "hashicorp/terraform-aws-terraform-enterprise"
Team = "Terraform Enterprise on Prem"
OkToDelete = "True"
Expand Down
2 changes: 1 addition & 1 deletion tests/public-active-active/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
common_tags = {
Terraform = "cloud"
Environment = "tfe_modules_test"
Description = local.test_name
Description = "Public Active/Active"
Repository = "hashicorp/terraform-aws-terraform-enterprise"
Team = "Terraform Enterprise on Prem"
OkToDelete = "True"
Expand Down
2 changes: 1 addition & 1 deletion tests/standalone-vault/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ locals {
common_tags = {
Terraform = "False"
Environment = var.license_file == null ? "tfe_utilities_test" : "ptfe-replicated CI"
Description = local.test_name
Description = "Standalone Vault"
Repository = "hashicorp/terraform-aws-terraform-enterprise"
Team = "Terraform Enterprise on Prem"
OkToDelete = "True"
Expand Down

0 comments on commit 430e801

Please sign in to comment.