File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -308,10 +308,10 @@ resource "google_compute_backend_service" "default" {
308308 }
309309
310310 dynamic "interval" {
311- for_each = each.value.outlier_detection.cache_key_policy != null ? [1] : []
311+ for_each = each.value.outlier_detection.interval != null ? [1] : []
312312 content {
313- seconds = each.value.outlier_detection.cache_key_policy .seconds
314- nanos = each.value.outlier_detection.cache_key_policy .nanos
313+ seconds = each.value.outlier_detection.interval .seconds
314+ nanos = each.value.outlier_detection.interval .nanos
315315 }
316316 }
317317 }
Original file line number Diff line number Diff line change @@ -299,10 +299,10 @@ resource "google_compute_backend_service" "default" {
299299 }
300300
301301 dynamic "interval" {
302- for_each = each. value . outlier_detection . cache_key_policy != null ? [1 ] : []
302+ for_each = each. value . outlier_detection . interval != null ? [1 ] : []
303303 content {
304- seconds = each. value . outlier_detection . cache_key_policy . seconds
305- nanos = each. value . outlier_detection . cache_key_policy . nanos
304+ seconds = each. value . outlier_detection . interval . seconds
305+ nanos = each. value . outlier_detection . interval . nanos
306306 }
307307 }
308308 }
Original file line number Diff line number Diff line change @@ -299,10 +299,10 @@ resource "google_compute_backend_service" "default" {
299299 }
300300
301301 dynamic "interval" {
302- for_each = each. value . outlier_detection . cache_key_policy != null ? [1 ] : []
302+ for_each = each. value . outlier_detection . interval != null ? [1 ] : []
303303 content {
304- seconds = each. value . outlier_detection . cache_key_policy . seconds
305- nanos = each. value . outlier_detection . cache_key_policy . nanos
304+ seconds = each. value . outlier_detection . interval . seconds
305+ nanos = each. value . outlier_detection . interval . nanos
306306 }
307307 }
308308 }
Original file line number Diff line number Diff line change @@ -287,10 +287,10 @@ resource "google_compute_backend_service" "default" {
287287 }
288288
289289 dynamic "interval" {
290- for_each = each. value . outlier_detection . cache_key_policy != null ? [1 ] : []
290+ for_each = each. value . outlier_detection . interval != null ? [1 ] : []
291291 content {
292- seconds = each. value . outlier_detection . cache_key_policy . seconds
293- nanos = each. value . outlier_detection . cache_key_policy . nanos
292+ seconds = each. value . outlier_detection . interval . seconds
293+ nanos = each. value . outlier_detection . interval . nanos
294294 }
295295 }
296296 }
You can’t perform that action at this time.
0 commit comments