File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -452,7 +452,7 @@ Usage examples are located in [terraform provider repo](https://github.com/casta
452452
453453| Name | Source | Version |
454454| ------| --------| ---------|
455- | <a name =" module_castai_omni_cluster " ></a > [ castai\_ omni\_ cluster] ( #module\_ castai\_ omni\_ cluster ) | castai/omni-cluster/castai | ~ > 1 |
455+ | <a name =" module_castai_omni_cluster " ></a > [ castai\_ omni\_ cluster] ( #module\_ castai\_ omni\_ cluster ) | castai/omni-cluster/castai | ~ > 2 |
456456
457457## Resources
458458
Original file line number Diff line number Diff line change @@ -1062,15 +1062,14 @@ module "castai_omni_cluster" {
10621062 count = var. install_omni && ! var. self_managed ? 1 : 0
10631063 # tflint-ignore: terraform_module_pinned_source
10641064 source = " castai/omni-cluster/castai"
1065- version = " ~> 1 "
1065+ version = " ~> 2 "
10661066
10671067 k8s_provider = " aks"
10681068 api_url = var. api_url
10691069 api_token = var. castai_api_token
10701070 organization_id = castai_aks_cluster. castai_cluster . organization_id
10711071 cluster_id = castai_aks_cluster. castai_cluster . id
10721072 cluster_name = var. aks_cluster_name
1073- cluster_region = data. azurerm_kubernetes_cluster . aks [0 ]. location
10741073
10751074 api_server_address = " https://${ data . azurerm_kubernetes_cluster . aks [0 ]. fqdn } "
10761075 pod_cidr = data. azurerm_kubernetes_cluster . aks [0 ]. network_profile [0 ]. pod_cidr
You can’t perform that action at this time.
0 commit comments