Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3372682
D12528.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
620 B
Referenced Files
None
Subscribers
None
D12528.diff
View Options
diff --git a/services/terraform/self-host/aws_db.tf b/services/terraform/self-host/aws_db.tf
--- a/services/terraform/self-host/aws_db.tf
+++ b/services/terraform/self-host/aws_db.tf
@@ -32,6 +32,7 @@
engine_version = "10.11"
instance_class = "db.m6g.large"
vpc_security_group_ids = [aws_security_group.keyserver_mariadb_security_group.id]
+ db_subnet_group_name = aws_db_subnet_group.public_db_subnet_group.name
username = var.mariadb_username
password = var.mariadb_password
parameter_group_name = aws_db_parameter_group.mariadb_parameter_group.name
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 27, 7:25 AM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2589389
Default Alt Text
D12528.diff (620 B)
Attached To
Mode
D12528: [terraform] run mariadb in public db group
Attached
Detach File
Event Timeline
Log In to Comment