From 196c341de9f4ad065a9e634f0fb4f629b0dbcae5 Mon Sep 17 00:00:00 2001 From: Luigi Bitonti Date: Thu, 19 Oct 2023 10:46:39 +0200 Subject: [PATCH] Ran fmt on README example --- modules/gke-cluster-standard/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gke-cluster-standard/README.md b/modules/gke-cluster-standard/README.md index 25015b6e82..7337e0a025 100644 --- a/modules/gke-cluster-standard/README.md +++ b/modules/gke-cluster-standard/README.md @@ -272,8 +272,8 @@ module "cluster-1" { enable_backup_agent = true backup_plans = { "backup-1" = { - region = "europe-west2" - schedule = "0 9 * * 1" + region = "europe-west2" + schedule = "0 9 * * 1" applications = [{ namespace = "test" name = "app1"