Skip to content

Commit

Permalink
fix aws provider
Browse files Browse the repository at this point in the history
  • Loading branch information
cthain committed Nov 18, 2022
1 parent fe49a14 commit c5159f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/infra/providers.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.43"
source = "hashicorp/aws"
}
hcp = {
source = "hashicorp/hcp"
Expand Down
3 changes: 1 addition & 2 deletions providers.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.43"
source = "hashicorp/aws"
}
hcp = {
source = "hashicorp/hcp"
Expand Down

0 comments on commit c5159f3

Please sign in to comment.