Skip to content

Commit 4c5405e

Browse files
committed
chore(ecs): update module source to CDCgov/dibbs-ecr-viewer/aws 1.0.0
1 parent 56f8566 commit 4c5405e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

terraform/implementation/ecs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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
-59.3 KB
Loading

terraform/implementation/ecs/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module "db" {
3838
module "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)

0 commit comments

Comments
 (0)