Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 6, 2023
1 parent fffa921 commit 19f26ec
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions examples/full-setup-tf-upgrade/tgw/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.0"
}
ldap = {
source = "trevex/ldap"
version = ">= 0.5.4"
}
external = {
source = "hashicorp/external"
version = ">= 1.0"
}
null = {
source = "hashicorp/null"
version = ">= 1.0"
}
random = {
source = "hashicorp/random"
version = ">= 1.0"
}
template = {
source = "hashicorp/template"
version = ">= 1.0"
}
infoblox = {
source = "infobloxopen/infoblox"
version = ">= 2.1.0"
}
}
required_version = ">= 0.13"
}

0 comments on commit 19f26ec

Please sign in to comment.