Skip to content

Commit

Permalink
Ensure all tag map keys are sorted alphabetically
Browse files Browse the repository at this point in the history
This mainly brings the Terraform configuration into alignment with the
Packer configuration.
  • Loading branch information
mcdonnnj committed Oct 27, 2023
1 parent 65caa9f commit 222a8b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform-build-user/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ locals {
caller_user_name = replace(data.aws_caller_identity.terraform_backend.user_id, ":", ".")

tags = {
Team = "CISA - Development"
Application = "skeleton-packer"
Team = "CISA - Development"
}
}

Expand Down
2 changes: 1 addition & 1 deletion terraform-post-packer/providers.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
tags = {
Team = "CISA - Development"
Application = "skeleton-packer"
Team = "CISA - Development"
}
}

Expand Down

0 comments on commit 222a8b6

Please sign in to comment.