We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a11d29 commit 4974f31Copy full SHA for 4974f31
examples/complete/variables.tf
@@ -1,3 +1,4 @@
1
variable "region" {
2
- type = string
+ type = string
3
+ description = "AWS Region"
4
}
0 commit comments