You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_message="A default value of \"${var.netapp_network_features!=null?var.netapp_network_features:"null"}\" for netapp_network_features was not expected."
98
+
}
99
+
}
100
+
101
+
run"metrics_category" {
102
+
103
+
command=plan
104
+
105
+
variables {
106
+
}
107
+
108
+
assert {
109
+
condition=var.metric_category.0=="AllMetrics"
110
+
error_message="A default value of \"${var.metric_category.0}\" for metrics_category was not expected."
111
+
}
112
+
}
113
+
114
+
run"cluster_api_mode" {
115
+
116
+
command=plan
117
+
118
+
variables {
119
+
}
120
+
121
+
assert {
122
+
condition=var.cluster_api_mode=="public"
123
+
error_message="A default value of \"${var.cluster_api_mode}\" for cluster_api_mode was not expected."
124
+
}
125
+
}
126
+
127
+
run"aks_identity" {
128
+
129
+
command=plan
130
+
131
+
variables {
132
+
}
133
+
134
+
assert {
135
+
condition=var.aks_identity=="uai"
136
+
error_message="A default value of \"${var.aks_identity}\" for aks_identity was not expected."
0 commit comments