File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
examples/aks/aks_cluster_extension_agent Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ resource "azurerm_marketplace_agreement" "accept_terms" {
99}
1010
1111resource "azurerm_kubernetes_cluster_extension" "castai" {
12- name = " castai-agent"
13- cluster_id = azurerm_kubernetes_cluster. this . id
14- extension_type = " CASTAI.agent"
12+ name = " castai-agent"
13+ cluster_id = azurerm_kubernetes_cluster. this . id
14+ extension_type = " CASTAI.agent"
1515 release_namespace = " castai-agent"
1616 configuration_settings = {
1717 provider = " aks"
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ resource "azuread_application" "castai" {
9595}
9696
9797resource "azuread_application_password" "castai" {
98- application_id = azuread_application. castai . id
98+ application_id = azuread_application. castai . id
9999}
100100
101101resource "azuread_service_principal" "castai" {
You can’t perform that action at this time.
0 commit comments