We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57c9c8 commit 9020802Copy full SHA for 9020802
outputs.tf
@@ -1,4 +1,4 @@
1
output "public_ip_address" {
2
description = "AWS Lightsail instance public IP address."
3
- value = aws_lightsail_instance.this.public_ip_address
+ value = aws_lightsail_instance.this.public_ip_address
4
}
0 commit comments