Skip to content

Commit 1a6befa

Browse files
committed
format
1 parent dc9f2a5 commit 1a6befa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/aks/aks_cluster_extension_agent/extension.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ resource "azurerm_marketplace_agreement" "accept_terms" {
99
}
1010

1111
resource "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"

examples/aks/aks_cluster_extension_agent/iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ resource "azuread_application" "castai" {
9595
}
9696

9797
resource "azuread_application_password" "castai" {
98-
application_id = azuread_application.castai.id
98+
application_id = azuread_application.castai.id
9999
}
100100

101101
resource "azuread_service_principal" "castai" {

0 commit comments

Comments
 (0)