Skip to content

Commit 9020802

Browse files
authored
style: Terraform fmt changes (#20)
1 parent b57c9c8 commit 9020802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
output "public_ip_address" {
22
description = "AWS Lightsail instance public IP address."
3-
value = aws_lightsail_instance.this.public_ip_address
3+
value = aws_lightsail_instance.this.public_ip_address
44
}

0 commit comments

Comments
 (0)