Commit f157b601 authored by Anton Babenko's avatar Anton Babenko

Updated version requirements for AWS provider v3

parent b472fc9b
...@@ -86,7 +86,7 @@ Sometimes you need to have a way to create resources conditionally but Terraform ...@@ -86,7 +86,7 @@ Sometimes you need to have a way to create resources conditionally but Terraform
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | >= 0.12.6, < 0.14 | | terraform | >= 0.12.6, < 0.14 |
| aws | ~> 2.49 | | aws | >= 2.49, < 4.0 |
## Providers ## Providers
......
...@@ -2,6 +2,6 @@ terraform { ...@@ -2,6 +2,6 @@ terraform {
required_version = ">= 0.12.6, < 0.14" required_version = ">= 0.12.6, < 0.14"
required_providers { required_providers {
aws = "~> 2.49" aws = ">= 2.49, < 4.0"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment