Skip to content

Commit 74eedde

Browse files
authored
Merge pull request #699 from rust-lang/docs-explain-why-publicly_accessible-is-needed
docs: explain why publicly_accessible is needed
2 parents 0915ec9 + 8589c5e commit 74eedde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terragrunt/modules/bors/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ resource "aws_db_instance" "primary" {
450450
instance_class = "db.t4g.micro"
451451
backup_retention_period = 7
452452

453-
# Make the instance accessible from outside the VPC
453+
# Make the instance accessible from outside the VPC.
454+
# This is needed because bastion is in the legacy AWS account.
454455
publicly_accessible = true
455456

456457
vpc_security_group_ids = [aws_security_group.rds.id]

0 commit comments

Comments
 (0)