Skip to content

Commit aaef8aa

Browse files
Merge branch 'main' into dvoros-add-codeowners
2 parents 45739a8 + 28bee97 commit aaef8aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) | github.com/castai/terraform-castai-omni-cluster | n/a |
455+
| <a name="module_castai_omni_cluster"></a> [castai\_omni\_cluster](#module\_castai\_omni\_cluster) | castai/omni-cluster/castai | ~> 1 |
456456

457457
## Resources
458458

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)