Skip to content

Commit

Permalink
update hashicorp/aws provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinpashok committed Aug 17, 2023
1 parent d0b582f commit 321d4eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/custom_domain/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.67.0"
}
}
}
2 changes: 1 addition & 1 deletion modules/usage_plan/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.67.0"
}
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.67.0"
}
}
}

0 comments on commit 321d4eb

Please sign in to comment.