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

Commit c0a631c

Browse files
authored
Feature/upgrade to aws v 3 (#4)
* 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.
1 parent fbe297a commit c0a631c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ MIT Licensed. See [LICENSE](LICENSE) for full details.
2020
| Name | Version |
2121
|------|---------|
2222
| terraform | >= 0.12 |
23-
| aws | ~> 2.0 |
23+
| aws | ~> 3.0 |
2424

2525
## Providers
2626

2727
| Name | Version |
2828
|------|---------|
29-
| aws | ~> 2.0 |
29+
| aws | ~> 3.0 |
3030

3131
## Inputs
3232

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- localstack
1717

1818
localstack:
19-
image: localstack/localstack
19+
image: localstack/localstack:0.11.4
2020
environment:
2121
- SERVICES=s3,firehose,iam,sts
2222
- DEFAULT_REGION=us-east-1

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
terraform {
33
required_version = ">= 0.12"
44
required_providers {
5-
aws = "~> 2.0"
5+
aws = "~> 3.0"
66
}
77
}

0 commit comments

Comments
 (0)