Skip to content

Commit

Permalink
update test ext
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Dec 15, 2023
1 parent 584b133 commit 5d2ffeb
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,14 +190,12 @@ resource "azurerm_arc_kubernetes_cluster" "test" {
resource "azurerm_arc_kubernetes_cluster_extension" "test" {
name = "acctest-kce-%[1]d"
cluster_id = azurerm_arc_kubernetes_cluster.test.id
extension_type = "Microsoft.Web.Appservice"
configuration_protected_settings = {
"omsagent.secret.key" = "secretKeyValue2"
}
extension_type = "microsoft.contoso.clusters"
target_namespace = "tf-ns4"
version = "1.2.0"
configuration_settings = {
"omsagent.env.clusterName" = "clusterName2"
"Microsoft.CustomLocation.ServiceAccount" = "tf-operator"
}
identity {
Expand Down

0 comments on commit 5d2ffeb

Please sign in to comment.