This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,6 @@ | |
terraform { | ||
required_version = ">= 0.12" | ||
required_providers { | ||
aws = "~> 2.0" | ||
aws = "~> 3.0" | ||
} | ||
} |