Skip to content

Commit

Permalink
Merge pull request #23 from MXWest/typo-in-outputs
Browse files Browse the repository at this point in the history
Fix typo in outputs instance time to retire
  • Loading branch information
namusyaka authored Mar 8, 2019
2 parents 0601262 + 3a0174f commit 017c79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ output instance_address {
}

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

Expand Down

0 comments on commit 017c79a

Please sign in to comment.