Skip to content

Commit 64ed37c

Browse files
authored
[Issue #1356] Rename MicroHealth's subnets (#1368)
## Summary Fixes #1356 ### Time to review: __1 mins__ ## Context for reviewers They are interfering with deploys: https://github.com/HHS/simpler-grants-gov/actions/runs/8090834113/job/22109074109
1 parent 8671c54 commit 64ed37c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/modules/network/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "aws_subnet" "security_public" {
5252
map_public_ip_on_launch = false
5353
tags = {
5454
Name = "${var.name}-security-public"
55-
subnet_type = "public"
55+
subnet_type = "security-public"
5656
}
5757
}
5858

@@ -64,7 +64,7 @@ resource "aws_subnet" "security_private" {
6464
map_public_ip_on_launch = false
6565
tags = {
6666
Name = "${var.name}-security-private"
67-
subnet_type = "private"
67+
subnet_type = "security-private"
6868
}
6969
}
7070

0 commit comments

Comments
 (0)