Skip to content

Commit fe22767

Browse files
authored
fix: update provider.tf file (#37)
1 parent daa33ae commit fe22767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/vmware-cluster-deployment-tf/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
terraform {
55
required_providers {
66
spectrocloud = {
7-
version = ">= 0.17.4"
7+
version = ">= 0.19.0-pre"
88
source = "spectrocloud/spectrocloud"
99
}
1010

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

0 commit comments

Comments
 (0)