Commit a65c715b authored by Felix Edelsten's avatar Felix Edelsten

Adding output for the RDS security group which allows access for QuickSight.

parent d7595ae4
Pipeline #6548 failed with stage
in 12 seconds
......@@ -197,3 +197,7 @@ output "read_replica_rds_instance_address" {
output "subnet_group_id" {
value = "${aws_db_subnet_group.default.id}"
}
output "rds_quicksight_security_group" {
value = "${aws_security_group.quicksight_rds.id}"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment