Skip to content

Commit 5cca26b

Browse files
feat: updating subnet (#12)
2 parents f58903f + dcb4477 commit 5cca26b

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.terraform.lock.hcl

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datasources.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ data "aws_vpc" "vpc" {
88
data "aws_subnets" "private_subnets" {
99
filter {
1010
name = "tag:Name"
11-
values = ["soat-tech-challenge-subnet-private*"]
11+
values = ["soat-tech-challenge-subnet-public*"]
1212
}
1313
}

terraform-aws-rds.iml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="WEB_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$" />
6+
<orderEntry type="inheritedJdk" />
7+
<orderEntry type="sourceFolder" forTests="false" />
8+
</component>
9+
</module>

0 commit comments

Comments
 (0)