Skip to content

Commit

Permalink
Update AWS provider version (#103)
Browse files Browse the repository at this point in the history
* update provider version

* change condition

* Update provider.tf

Co-authored-by: Mohsen Sadeghzade <[email protected]>

---------

Co-authored-by: Mohsen Sadeghzade <[email protected]>
  • Loading branch information
tropnikovvl and techieforfun committed Jun 5, 2023
1 parent e2037fe commit 764ae14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4"
version = ">= 4"
configuration_aliases = [aws.this, aws.peer]
}
}
Expand Down

0 comments on commit 764ae14

Please sign in to comment.