Skip to content

Commit 34c3211

Browse files
author
Saverio Proto
committed
fix output addon_profile not supported in provider 3.10.0
1 parent 0f75dd1 commit 34c3211

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

outputs.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,3 @@ output "admin_password" {
8787
value = length(azurerm_kubernetes_cluster.main.kube_admin_config) > 0 ? azurerm_kubernetes_cluster.main.kube_admin_config.0.password : ""
8888
}
8989

90-
output "addon_profile" {
91-
value = try(azurerm_kubernetes_cluster.main.addon_profile.0, null)
92-
}

0 commit comments

Comments
 (0)