Skip to content

Commit ac4418f

Browse files
removing private subnets
1 parent 118e479 commit ac4418f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

card_data/infrastructure/aws/rds/db_subnet_group.tf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ resource "aws_db_subnet_group" "tfer--poke-cli-db-subnet-group" {
22
description = "Subnet group for RDS databases"
33
name = "poke-cli-db-subnet-group"
44
region = "us-west-2"
5-
subnet_ids = ["subnet-08dae4b7aede93128", "subnet-0eeb519cf23a763bf", "subnet-04fe6e100221b27d4", "subnet-0be3aac807720c1d6"]
5+
subnet_ids = [
6+
"subnet-04fe6e100221b27d4",
7+
"subnet-0be3aac807720c1d6"
8+
]
69
}

0 commit comments

Comments
 (0)