Skip to content

Commit ae925ce

Browse files
authored
chore: update variable description (#41)
1 parent 7c436c7 commit ae925ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Default: `"ErGw1AZ"`
396396

397397
### <a name="input_subnet_address_prefix"></a> [subnet\_address\_prefix](#input\_subnet\_address\_prefix)
398398

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`.
400400

401401
Type: `string`
402402

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ variable "sku" {
300300
variable "subnet_address_prefix" {
301301
type = string
302302
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`."
304304
nullable = false
305305
}
306306

0 commit comments

Comments
 (0)