Add periods at the end of each description field where missing (#478)

This commit is contained in:
Simone Ruffilli
2022-01-31 10:45:34 +01:00
committed by GitHub
parent e2abd772f2
commit abb6b50a46
97 changed files with 253 additions and 253 deletions

View File

@@ -83,7 +83,7 @@ variable "mtu" {
}
variable "name" {
description = "The name of the network being created"
description = "The name of the network being created."
type = string
}
@@ -98,13 +98,13 @@ variable "peering_config" {
}
variable "peering_create_remote_end" {
description = "Skip creation of peering on the remote end when using peering_config"
description = "Skip creation of peering on the remote end when using peering_config."
type = bool
default = true
}
variable "project_id" {
description = "The ID of the project where this VPC will be created"
description = "The ID of the project where this VPC will be created."
type = string
}
@@ -134,7 +134,7 @@ variable "routes" {
}
variable "routing_mode" {
description = "The network routing mode (default 'GLOBAL')"
description = "The network routing mode (default 'GLOBAL')."
type = string
default = "GLOBAL"
validation {
@@ -150,7 +150,7 @@ variable "shared_vpc_host" {
}
variable "shared_vpc_service_projects" {
description = "Shared VPC service projects to register with this host"
description = "Shared VPC service projects to register with this host."
type = list(string)
default = []
}