Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Feature/upgrade to aws v 3 (#4)
Browse files Browse the repository at this point in the history
* Bump aws provider version at 3.0

* Updated docs

* Make sure ports get exposed

* Point to new port 4566

* Only expose ports 4566 and 8080

* Revert "Point to new port 4566"

This reverts commit 69a23a7.

* Revert "Only expose ports 4566 and 8080"

This reverts commit 9136126.

* Bump localstack at 0.11.4

* Revert "Make sure ports get exposed"

This reverts commit 096c929.
  • Loading branch information
1337blue authored Feb 15, 2021
1 parent fbe297a commit c0a631c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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"
required_providers {
aws = "~> 2.0"
aws = "~> 3.0"
}
}

0 comments on commit c0a631c

Please sign in to comment.