File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
private-cluster-update-variant Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,11 @@ output "peering_name" {
185
185
value = local. cluster_peering_name
186
186
}
187
187
188
+ output "dns_cache_enabled" {
189
+ description = " Whether DNS Cache enabled"
190
+ value = local. cluster_dns_cache_enabled
191
+ }
192
+
188
193
output "fleet_membership" {
189
194
description = " Fleet membership (if registered)"
190
195
value = local. fleet_membership
Original file line number Diff line number Diff line change @@ -185,6 +185,11 @@ output "peering_name" {
185
185
value = local. cluster_peering_name
186
186
}
187
187
188
+ output "dns_cache_enabled" {
189
+ description = " Whether DNS Cache enabled"
190
+ value = local. cluster_dns_cache_enabled
191
+ }
192
+
188
193
output "fleet_membership" {
189
194
description = " Fleet membership (if registered)"
190
195
value = local. fleet_membership
Original file line number Diff line number Diff line change @@ -175,6 +175,11 @@ output "mesh_certificates_config" {
175
175
}
176
176
177
177
178
+ output "dns_cache_enabled" {
179
+ description = " Whether DNS Cache enabled"
180
+ value = local. cluster_dns_cache_enabled
181
+ }
182
+
178
183
output "fleet_membership" {
179
184
description = " Fleet membership (if registered)"
180
185
value = local. fleet_membership
You can’t perform that action at this time.
0 commit comments