Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Feb 8, 2023
1 parent 19f26ec commit 547746e
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions examples/full-setup-tf-upgrade/versions.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
#terraform {
# experiments = [module_variable_optional_attrs]
#}

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 547746e

Please sign in to comment.