Skip to content

Commit

Permalink
Require Terraform 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Sep 23, 2022
1 parent f0f55c1 commit e1850aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
terraform {
required_version = ">= 1.2.0"
experiments = [module_variable_optional_attrs]
required_version = ">= 1.3.0"

required_providers {
cloudfoundry = {
source = "cloudfoundry-community/cloudfoundry"
version = ">= 0.14.2"
version = ">= 0.15.5"
}
hsdp = {
source = "philips-software/hsdp"
version = ">= 0.37.4"
version = ">= 0.38.2"
}
random = {
source = "random"
Expand Down

0 comments on commit e1850aa

Please sign in to comment.