Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CDCgov/dibbs-aws
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97a7c85bb23471f28c79e952c134936bdea4c470
Choose a base ref
..
head repository: CDCgov/dibbs-aws
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9059c0e2c5d6cb6a8b3e8eccfa730a90cef1ef2f
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 terraform/implementation/ecs/main.tf
1 change: 0 additions & 1 deletion terraform/implementation/ecs/main.tf
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@ module "vpc" {
module "ecs" {
source = "CDCgov/dibbs-ecr-viewer/aws"
version = "0.2.1"
# source = "../../../../terraform-aws-dibbs-ecr-viewer"

public_subnet_ids = flatten(module.vpc.public_subnets)
private_subnet_ids = flatten(module.vpc.private_subnets)