Skip to content

Commit 5a8e2f0

Browse files
committed
rds reference updated
1 parent 1c2de9a commit 5a8e2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform-aws-rds-mariaDb/instance.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ resource "aws_instance" "rds_example" {
3131

3232

3333
output "public_ip" {
34-
value = aws_instance.IP_example.public_ip
34+
value = aws_instance.rds_example.public_ip
3535
}

0 commit comments

Comments
 (0)