File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11module "alb" {
2- source = " git::https://github.com/dalfinha/ecs-fargate-kotlin-canary-datadog.git//infra/application-load-balancer?ref=develop "
2+ source = " git::https://github.com/dalfinha/ecs-fargate-kotlin-canary-datadog.git//infra/application-load-balancer?ref=v2.0.0 "
33
44 # ALB
55 scope = var. service_name
@@ -14,7 +14,7 @@ module "alb" {
1414
1515module "ecs-service" {
1616 depends_on = [ module . alb ]
17- source = " git::https://github.com/dalfinha/ecs-fargate-kotlin-canary-datadog.git//infra/ecs-service?ref=develop "
17+ source = " git::https://github.com/dalfinha/ecs-fargate-kotlin-canary-datadog.git//infra/ecs-service?ref=v2.0.0 "
1818
1919 env = " dev"
2020 # Service Config
@@ -36,7 +36,7 @@ module "ecs-service" {
3636
3737module "code-deploy" {
3838 depends_on = [ module . ecs-service ]
39- source = " git::https://github.com/dalfinha/ecs-fargate-kotlin-canary-datadog.git//infra/codedeploy-scope?ref=develop "
39+ source = " git::https://github.com/dalfinha/ecs-fargate-kotlin-canary-datadog.git//infra/codedeploy-scope?ref=v2.0.0 "
4040
4141 # Config Service
4242 cluster_name = module. ecs-service . cluster_name
You can’t perform that action at this time.
0 commit comments