Skip to content

Commit

Permalink
make custom versions.tf for peeers
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jun 3, 2022
1 parent 461c8c2 commit 685ed8e
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
5 changes: 0 additions & 5 deletions common/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ terraform {
aws = {
source = "hashicorp/aws"
version = ">= 3.66.0"
configuration_aliases = [
aws,
aws.peer,
aws.self,
]
}
null = {
source = "hashicorp/null"
Expand Down
1 change: 0 additions & 1 deletion peer/versions.tf

This file was deleted.

30 changes: 30 additions & 0 deletions peer/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.66.0"
configuration_aliases = [
aws,
aws.peer,
aws.self,
]
}
null = {
source = "hashicorp/null"
version = ">= 3.0"
}
random = {
source = "hashicorp/random"
version = ">= 3.0"
}
template = {
source = "hashicorp/template"
version = ">= 2.0"
}
ldap = {
source = "trevex/ldap"
version = ">= 0.5.4"
}
}
required_version = ">= 0.13"
}

0 comments on commit 685ed8e

Please sign in to comment.