Skip to content

Commit

Permalink
Remove hard-coded api_container_image_tag tf var (provided during dep…
Browse files Browse the repository at this point in the history
…loy)
  • Loading branch information
TylerHendrickson committed Nov 22, 2023
1 parent 5e886ea commit 7c8f384
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion terraform/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ cluster_container_insights_enabled = true

// API / Backend
api_enabled = true
api_container_image_tag = "stable"
api_default_desired_task_count = 3
api_minumum_task_count = 2
api_maximum_task_count = 5
Expand Down
1 change: 0 additions & 1 deletion terraform/staging.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ cluster_container_insights_enabled = true

// API / Backend
api_enabled = true
api_container_image_tag = "latest"
api_default_desired_task_count = 1
api_minumum_task_count = 1
api_maximum_task_count = 5
Expand Down

0 comments on commit 7c8f384

Please sign in to comment.