Skip to content

Commit

Permalink
Azure Stack: fix versions for Terraform Upgrade
Browse files Browse the repository at this point in the history
Bookkeeping in vnet module for Terraform upgrade. Versions file
was missing random provider and correct terraform version.
  • Loading branch information
patrickdillon committed Dec 16, 2021
1 parent 44f3657 commit 8351b80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/data/azurestack/vnet/versions.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
terraform {
required_version = ">= 0.12"
required_version = ">= 0.14"
required_providers {
azurestack = {
source = "openshift/local/azurestack"
}
random = {
source = "openshift/local/random"
}
}
}

0 comments on commit 8351b80

Please sign in to comment.