Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated aws provider requirements to be at least 2.67 when file_syste…
…m_config was added
  • Loading branch information
antonbabenko committed Aug 14, 2020
commit 63fb573443598a1f28ca577729446823de4f2f1f
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ terraform {
required_version = ">= 0.12.6, < 0.14"

required_providers {
aws = ">= 2.46, < 4.0"
aws = ">= 2.67, < 4.0"
}
}