Commit 97a139f7 authored by Felix Edelsten's avatar Felix Edelsten

Correcting outputs

parent aae54aa9
Pipeline #6560 passed with stage
in 17 seconds
......@@ -82,7 +82,7 @@ variable "quicksight_rds_egress_from_port" {
default = "3306"
}
variable "quicksight_rds_ingress_to_port" {
variable "quicksight_rds_egress_to_port" {
default = "3306"
}
......@@ -285,3 +285,11 @@ output "read_replica_rds_instance_address" {
output "subnet_group_id" {
value = "${aws_db_subnet_group.default.id}"
}
output "quicksight_rds" {
value = "${aws_security_group.quicksight_rds.id}"
}
output "quicksight" {
value = "${aws_security_group.quicksight.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