Skip to content

Commit

Permalink
Update label_order in context.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Dec 14, 2023
1 parent 4034e92 commit 34f3c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion live/prod/us-west-2/context.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ module "label" {
namespace = local.context.namespace

delimiter = "-"
label_order = ["namespace", "environment", "stage", "name", "attributes"]
label_order = ["namespace", "environment", "name", "attributes"]
tags = merge(local.context.tags, local.tf_tags)
}
2 changes: 1 addition & 1 deletion live/staging/us-west-2/context.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ module "label" {
namespace = local.context.namespace

delimiter = "-"
label_order = ["namespace", "environment", "stage", "name", "attributes"]
label_order = ["namespace", "environment", "name", "attributes"]
tags = merge(local.context.tags, local.tf_tags)
}

0 comments on commit 34f3c0d

Please sign in to comment.