Skip to content

Commit 3a0174f

Browse files
committed
Fix typo in outputs instance time to retire
1 parent fc17c3f commit 3a0174f

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
@@ -25,7 +25,7 @@ output instance_address {
2525
}
2626

2727
output instance_address_time_to_retire {
28-
description = "The time the master instance IP address will be reitred. RFC 3339 format."
28+
description = "The time the master instance IP address will be retired. RFC 3339 format."
2929
value = "${google_sql_database_instance.default.ip_address.0.time_to_retire}"
3030
}
3131

0 commit comments

Comments
 (0)