Skip to content

Commit

Permalink
fix: update provider.tf file (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
caroldelwing authored Apr 16, 2024
1 parent daa33ae commit fe22767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/vmware-cluster-deployment-tf/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
terraform {
required_providers {
spectrocloud = {
version = ">= 0.17.4"
version = ">= 0.19.0-pre"
source = "spectrocloud/spectrocloud"
}

Expand All @@ -28,4 +28,4 @@ terraform {
provider "spectrocloud" {
# API key set through the environment variable SPECTROCLOUD_APIKEY
project_name = "Default"
}
}

0 comments on commit fe22767

Please sign in to comment.