Skip to content

Commit

Permalink
Merge pull request #19 from aodn/tf_fixes
Browse files Browse the repository at this point in the history
Tf fixes
  • Loading branch information
digorgonzola authored Dec 9, 2023
2 parents 577771d + 680bc76 commit 6270c22
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
3 changes: 3 additions & 0 deletions deploy/tf/ecs/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ module "ecs" {
cpu = 512
memory = 1024

# wait for service to reach steady state
wait_for_steady_state = true

# Container definition(s)
container_definitions = {
api = {
Expand Down
7 changes: 0 additions & 7 deletions deploy/tf/ssm-parameter/main.tf

This file was deleted.

3 changes: 0 additions & 3 deletions deploy/tf/ssm-parameter/outputs.tf

This file was deleted.

3 changes: 0 additions & 3 deletions deploy/tf/ssm-parameter/variables.tf

This file was deleted.

0 comments on commit 6270c22

Please sign in to comment.