fix: Updated required version of AWS provider to 3.56.0 (#1571)

This commit is contained in:
Anton Babenko
2021-09-04 10:46:48 +02:00
committed by GitHub
parent ff0360fd60
commit 40e47a4020
5 changed files with 7 additions and 7 deletions

View File

@@ -59,13 +59,13 @@ The role ARN specified in `var.default_iam_role_arn` will be used by default. In
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.1 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.43.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.56.0 |
## Providers
| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.43.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.56.0 |
| <a name="provider_cloudinit"></a> [cloudinit](#provider\_cloudinit) | n/a |
## Modules

View File

@@ -2,6 +2,6 @@ terraform {
required_version = ">= 0.13.1"
required_providers {
aws = ">= 3.43.0"
aws = ">= 3.56.0"
}
}