Skip to content

Commit

Permalink
Merge pull request #132 from companieshouse/DVOP-3031/readonly-access…
Browse files Browse the repository at this point in the history
…-to-root-filesystem

DVOP-3031 readonly access to root filesystem.
harishkm2k authored Sep 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 70a8713 + 68f07c9 commit c7c81dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/groups/ecs-service/main.tf
Original file line number Diff line number Diff line change
@@ -19,7 +19,8 @@ terraform {
}

module "ecs-service" {
source = "git@github.com:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.258"
# source = "git@github.com:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.258"
source = "git@github.com:companieshouse/terraform-modules//aws/ecs/ecs-service?ref=1.0.292"

# Environmental configuration
environment = var.environment

0 comments on commit c7c81dc

Please sign in to comment.