Skip to content

Commit a16c4ff

Browse files
committed
Version omni-cluster provider
1 parent 0b50e31 commit a16c4ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,8 @@ data "azurerm_kubernetes_cluster" "aks" {
10611061
module "castai_omni_cluster" {
10621062
count = var.install_omni && !var.self_managed ? 1 : 0
10631063
# tflint-ignore: terraform_module_pinned_source
1064-
source = "github.com/castai/terraform-castai-omni-cluster"
1064+
source = "castai/omni-cluster/castai"
1065+
version = "~> 1"
10651066

10661067
k8s_provider = "aks"
10671068
api_url = var.api_url

0 commit comments

Comments
 (0)