Skip to content

Commit

Permalink
update to add config aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 3, 2022
1 parent eab0075 commit 71dad69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions common/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ terraform {
aws = {
source = "hashicorp/aws"
version = ">= 3.66.0"
configuration_aliases = [
aws.peer,
aws.self,
]
}
null = {
source = "hashicorp/null"
Expand Down

0 comments on commit 71dad69

Please sign in to comment.