You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="The number of HA pairs in the file system. Valid values are from 1 through 12. Only single AZ Gen 2 deployment type supports more than 1 HA pair."
44
+
description="The number of HA pairs in the file system. Valid values are from 1 through 12. Only the Single AZ Gen 2 deployment type supports more than 1 HA pair."
45
45
type=number
46
46
default=1
47
47
validation {
@@ -51,12 +51,8 @@ variable "ha_pairs" {
51
51
}
52
52
53
53
variable"subnets" {
54
-
description="The primary subnet ID, and secondary subnet ID if you are deploying in a Multi AZ environment, the file system will be accessible from. For MULTI_AZ deployment types both subnets are required. For SINGLE_AZ deployment type, only the primary subnet is used."
54
+
description="A map specifying the subnets where the management and data endpoints will be deployed. There are two suppoted keys: 'primarysub' which specfies where the 'active' node's endpoint will be located. 'secondarysub' where the standby node's endpoint will be located. Both must be specified if you are deploying a MULTI_AZ file system. Only the primary subnet is used for a SINGLE_AZ file system."
55
55
type=map(string)
56
-
default={
57
-
"primarysub"="subnet-111111111"
58
-
"secondarysub"="subnet-222222222"
59
-
}
60
56
}
61
57
62
58
variable"endpoint_ip_address_range" {
@@ -74,7 +70,7 @@ variable "route_table_ids" {
74
70
variable"maintenance_start_time" {
75
71
description="The preferred start time to perform weekly maintenance, in UTC time zone. The format is 'D:HH:MM' format. D is the day of the week, where 1=Monday and 7=Sunday."
description="A recurring daily time, in the format HH:MM. HH is the zero-padded hour of the day (0-23), and MM is the zero-padded minute of the hour. Requires automatic_backup_retention_days to be set."
98
94
type=string
99
-
default="00:00"
95
+
default=null
100
96
}
101
97
102
98
variable"tags" {
103
-
description="Tags to be applied to the FSxN file system. The format is '{Name1 = value, Name2 = value}'."
99
+
description="A map defining tags to be applied to the FSxN file system. The format is '{Name1 = value, Name2 = value}'."
0 commit comments