Skip to content

Commit

Permalink
rds reference updated
Browse files Browse the repository at this point in the history
  • Loading branch information
easyawslearn committed Nov 7, 2019
1 parent 1c2de9a commit 5a8e2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-aws-rds-mariaDb/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ resource "aws_instance" "rds_example" {


output "public_ip" {
value = aws_instance.IP_example.public_ip
value = aws_instance.rds_example.public_ip
}

0 comments on commit 5a8e2f0

Please sign in to comment.