Skip to content

Commit

Permalink
feat: Bump Allowed AWS Provider Version to 4.x (#3)
Browse files Browse the repository at this point in the history
* feat: Bump Allowed AWS Provider Version to 4.x

* docs: Updating Docs
  • Loading branch information
tfhartmann committed Oct 27, 2020
1 parent ae63a05 commit 89bde08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ https://cloud.google.com/vpn/docs/how-to/creating-ha-vpn

| Name | Version |
|------|---------|
| aws | <3.0,>= 2.51.0 |
| aws | <4.0,>= 2.51.0 |
| google | <4.0,>= 3.11.0 |
| google-beta | <4.0,>= 3.11.0 |

## Providers

| Name | Version |
|------|---------|
| aws | <3.0,>= 2.51.0 |
| aws | <4.0,>= 2.51.0 |
| google | <4.0,>= 3.11.0 |
| google-beta | <4.0,>= 3.11.0 |
| random | n/a |
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ terraform {
required_providers {
google = "<4.0,>= 3.11.0"
google-beta = "<4.0,>= 3.11.0"
aws = "<3.0,>= 2.51.0"
aws = "<4.0,>= 2.51.0"
}
}

0 comments on commit 89bde08

Please sign in to comment.