We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0915ec9 + 8589c5e commit 74eeddeCopy full SHA for 74eedde
terragrunt/modules/bors/main.tf
@@ -450,7 +450,8 @@ resource "aws_db_instance" "primary" {
450
instance_class = "db.t4g.micro"
451
backup_retention_period = 7
452
453
- # Make the instance accessible from outside the VPC
+ # Make the instance accessible from outside the VPC.
454
+ # This is needed because bastion is in the legacy AWS account.
455
publicly_accessible = true
456
457
vpc_security_group_ids = [aws_security_group.rds.id]
0 commit comments