Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Bump version of Terraform for GP2GP module
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianclay committed Nov 6, 2023
1 parent 56ccd57 commit c246384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/aws/components/gp2gp/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.7
1.0.11
2 changes: 1 addition & 1 deletion terraform/aws/components/gp2gp/locals_env_variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ locals {
},
{
name = "GP2GP_TASK_QUEUE"
value = join("-", list(var.environment, "gp2gp", "tasks"))
value = join("-", tolist([var.environment, "gp2gp", "tasks"]))
},
{
name = "GP2GP_GPC_GET_STRUCTURED_ENDPOINT"
Expand Down

0 comments on commit c246384

Please sign in to comment.