4 lines
66 B
Terraform
4 lines
66 B
Terraform
|
output "rds_fqdn" {
|
||
|
value = "${aws_db_instance.rds.endpoint}"
|
||
|
}
|