Skip to content

Commit f430b29

Browse files
authored
Merge branch 'main' into feat/reuse-workflow
2 parents 87e2146 + f2b4ef6 commit f430b29

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
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,7 +8,7 @@ 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
}
1414

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resource "aws_db_instance" "this" {
1414
identifier = "soat-tc-rds-db"
1515
engine = "postgres"
1616

17-
db_name = "backend-db"
17+
db_name = "backend"
1818

1919
allocated_storage = 20
2020
storage_type = "gp2"

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)