Skip to content

Commit

Permalink
Fix to make it work with aws provider >= 2.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
federicopires committed Jun 29, 2020
1 parent ed0674b commit 90fb067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ variable "throughput_mode" {
variable "mount_target_ip_address" {
type = string
description = "The address (within the address range of the specified subnet) at which the file system may be mounted via the mount target"
default = ""
default = null
}

variable "dns_name" {
Expand Down

0 comments on commit 90fb067

Please sign in to comment.