Skip to content

Commit 8ce6035

Browse files
committed
Fixed a typo in string.
1 parent 2243866 commit 8ce6035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terraform/deploy-fsx-ontap/module/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ variable "daily_backup_start_time" {
114114
}
115115

116116
variable "disk_iops_configuration" {
117-
description = "The SSD IOPS configuration for the file system. Valid modes are "AUTOMATIC (3 iops per GB provided) or USER_PROVISIONED with a maxmimum of 160,000 iops. Note, both 'mode' and 'iops' are required, so if setting to AUTOMATIC, set iops to null."
117+
description = "The SSD IOPS configuration for the file system. Valid modes are 'AUTOMATIC' (3 iops per GB provided) or 'USER_PROVISIONED' with a maxmimum of 160,000 iops. Note, both 'mode' and 'iops' are required, so if setting to AUTOMATIC, set iops to null."
118118
type = map(any)
119119
default = {
120120
mode = "AUTOMATIC"

0 commit comments

Comments
 (0)