Skip to content

Commit

Permalink
fix source formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dmattia authored Mar 15, 2023
1 parent d3a1ded commit 48f0326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ module "service" {
# DO NOT SUBMIT
# source = "transcend-io/fargate-service/aws"
# version = "0.6.2"
source = "github.com/transcend-io/fargate-service?ref=dmattia/ingress_cidr"
source = "git::https://github.com/transcend-io/terraform-aws-fargate-service?ref=dmattia/ingress_cidr"

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

0 comments on commit 48f0326

Please sign in to comment.