Commit ae925ce 1 parent 7c436c7 commit ae925ce Copy full SHA for ae925ce
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ Default: `"ErGw1AZ"`
396
396
397
397
### <a name =" input_subnet_address_prefix " ></a > [ subnet\_ address\_ prefix] ( #input\_ subnet\_ address\_ prefix )
398
398
399
- Description: The address prefix for the gateway subnet. Either subnet \_ id or subnet \_ address \_ prefix must be specified .
399
+ Description: The address prefix for the gateway subnet. Required if ` subnet_creation_enabled = true ` .
400
400
401
401
Type: ` string `
402
402
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ variable "sku" {
300
300
variable "subnet_address_prefix" {
301
301
type = string
302
302
default = " "
303
- description = " The address prefix for the gateway subnet. Either subnet_id or subnet_address_prefix must be specified ."
303
+ description = " The address prefix for the gateway subnet. Required if `subnet_creation_enabled = true` ."
304
304
nullable = false
305
305
}
306
306
You can’t perform that action at this time.
0 commit comments