diff --git a/README.md b/README.md index 6e302b3..e223c99 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ MIT Licensed. See [LICENSE](LICENSE) for full details. | Name | Version | |------|---------| | terraform | >= 0.12 | -| aws | ~> 2.0 | +| aws | ~> 3.0 | ## Providers | Name | Version | |------|---------| -| aws | ~> 2.0 | +| aws | ~> 3.0 | ## Inputs diff --git a/docker-compose.yml b/docker-compose.yml index 0e8ccd4..aec16bd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - localstack localstack: - image: localstack/localstack + image: localstack/localstack:0.11.4 environment: - SERVICES=s3,firehose,iam,sts - DEFAULT_REGION=us-east-1 diff --git a/versions.tf b/versions.tf index 9acedcb..58d8acb 100644 --- a/versions.tf +++ b/versions.tf @@ -2,6 +2,6 @@ terraform { required_version = ">= 0.12" required_providers { - aws = "~> 2.0" + aws = "~> 3.0" } }