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="Throughput mode for the file system. Defaults to bursting. Valid values: `bursting`, `provisioned`. When using `provisioned`, also set `provisioned_throughput_in_mibps`"
124
126
default="bursting"
127
+
description="Throughput mode for the file system. Defaults to bursting. Valid values: `bursting`, `provisioned`. When using `provisioned`, also set `provisioned_throughput_in_mibps`"
128
+
125
129
}
126
130
127
131
variable"mount_target_ip_address" {
128
132
type=string
129
-
description="The address (within the address range of the specified subnet) at which the file system may be mounted via the mount target"
130
133
default=""
131
134
sensitive=true
135
+
description="The address (within the address range of the specified subnet) at which the file system may be mounted via the mount target"
132
136
}
133
137
134
138
variable"kms_key_id" {
135
139
type=string
136
-
description="The ARN for the KMS encryption key. When specifying kms_key_id, encrypted needs to be set to true."
137
140
default=""
138
141
sensitive=true
142
+
description="The ARN for the KMS encryption key. When specifying kms_key_id, encrypted needs to be set to true."
0 commit comments