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 b0785f2 commit 0859835Copy full SHA for 0859835
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