Skip to content

Commit

Permalink
remove DO NOT SUBMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia authored Mar 15, 2023
1 parent 48f0326 commit a1e6d70
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,8 @@ locals {
}

module "service" {
# DO NOT SUBMIT
# source = "transcend-io/fargate-service/aws"
# version = "0.6.2"
source = "git::https://github.com/transcend-io/terraform-aws-fargate-service?ref=dmattia/ingress_cidr"
source = "transcend-io/fargate-service/aws"
version = "0.7.0"

name = "${var.deploy_env}-${var.project_id}-sombra-service"
cpu = var.cpu
Expand Down

0 comments on commit a1e6d70

Please sign in to comment.