We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2de9a commit 5a8e2f0Copy full SHA for 5a8e2f0
terraform-aws-rds-mariaDb/instance.tf
@@ -31,5 +31,5 @@ resource "aws_instance" "rds_example" {
31
32
33
output "public_ip" {
34
- value = aws_instance.IP_example.public_ip
+ value = aws_instance.rds_example.public_ip
35
}
0 commit comments