Add trailing dots to descriptions

This commit is contained in:
Julio Diez 2023-02-24 12:19:31 +01:00
parent e8850ff3a1
commit f93cdb920e
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@ output "default_URL_hello" {
}
output "load_balancer_ip" {
description = "Load Balancer IP address"
description = "Load Balancer IP address."
value = var.custom_domain != null ? module.ilb-l7[0].address : "none"
}

View File

@ -48,7 +48,7 @@ variable "ingress_settings" {
}
variable "ip_ranges" {
description = "IPs or IP ranges used by VPCs"
description = "IPs or IP ranges used by VPCs."
type = map(map(string))
default = {
main = {