Skip to content

Commit b951e12

Browse files
author
Ken Evensen
committed
Explicitly defining the type of 'description'
1 parent 4a0715f commit b951e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ variable "delete_default_internet_gateway_routes" {
5757

5858

5959
variable "description" {
60+
type = string
6061
description = "An optional description of this resource. The resource must be recreated to modify this field."
6162
default = ""
6263
}

0 commit comments

Comments
 (0)