Commit 1d602e8c authored by Anton Babenko's avatar Anton Babenko

Upgraded Terraform version supported

parent 5697a0a1
...@@ -139,7 +139,7 @@ module "db" { ...@@ -139,7 +139,7 @@ module "db" {
| Name | Version | | Name | Version |
|------|---------| |------|---------|
| terraform | ~> 0.12.6 | | terraform | >= 0.12.6, < 0.14 |
| aws | ~> 2.49 | | aws | ~> 2.49 |
## Providers ## Providers
......
terraform { terraform {
required_version = "~> 0.12.6" required_version = ">= 0.12.6, < 0.14"
required_providers { required_providers {
aws = "~> 2.49" aws = "~> 2.49"
......
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