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.
2 parents b0785f2 + 0859835 commit b9f463bCopy full SHA for b9f463b
variables.tf
@@ -1,5 +1,6 @@
1
variable "create_resource_group" {
2
description = "Whether to create resource group and use it for all networking resources"
3
+ type = bool
4
default = true
5
}
6
0 commit comments