Skip to content

Commit 017c79a

Browse files
authored
Merge pull request #23 from MXWest/typo-in-outputs
Fix typo in outputs instance time to retire
2 parents 0601262 + 3a0174f commit 017c79a

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)