File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
terraform/implementation/ecs Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717| Name | Source | Version |
1818| ------| --------| ---------|
1919| <a name =" module_db " ></a > [ db] ( #module\_ db ) | ../../modules/db | n/a |
20- | <a name =" module_ecs " ></a > [ ecs] ( #module\_ ecs ) | git:: https://github.com/ CDCgov/terraform-aws- dibbs-ecr-viewer.git | alis/feature/checkov-workflow |
20+ | <a name =" module_ecs " ></a > [ ecs] ( #module\_ ecs ) | CDCgov/dibbs-ecr-viewer/aws | 1.0.0 |
2121| <a name =" module_vpc " ></a > [ vpc] ( #module\_ vpc ) | terraform-aws-modules/vpc/aws | 5.16.0 |
2222
2323## Resources
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ module "db" {
3838module "ecs" {
3939 source = " CDCgov/dibbs-ecr-viewer/aws"
4040 version = " 1.0.0"
41- # source = "git::https://github.com/CDCgov/terraform-aws-dibbs-ecr-viewer.git?ref=v1 .0.0"
41+ # source = "git::https://github.com/CDCgov/terraform-aws-dibbs-ecr-viewer.git?ref=1 .0.0"
4242
4343 public_subnet_ids = flatten (module. vpc . public_subnets )
4444 private_subnet_ids = flatten (module. vpc . private_subnets )
You can’t perform that action at this time.
0 commit comments