From 2758eee4ffa774ca2cb23b3cdb08d24cb5fb4a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Niesiob=C4=99dzki?= Date: Tue, 6 Aug 2024 08:51:12 +0000 Subject: [PATCH] Fix inventories for Cloud SQL --- tests/modules/cloudsql_instance/examples/public-ip.yaml | 1 - tests/modules/cloudsql_instance/examples/simple.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/modules/cloudsql_instance/examples/public-ip.yaml b/tests/modules/cloudsql_instance/examples/public-ip.yaml index e216ee3b0f..1625474460 100644 --- a/tests/modules/cloudsql_instance/examples/public-ip.yaml +++ b/tests/modules/cloudsql_instance/examples/public-ip.yaml @@ -24,7 +24,6 @@ values: deletion_protection_enabled: false disk_autoresize: true disk_type: PD_SSD - insights_config: [] ip_configuration: - allocated_ip_range: null authorized_networks: [] diff --git a/tests/modules/cloudsql_instance/examples/simple.yaml b/tests/modules/cloudsql_instance/examples/simple.yaml index 5a717f47bb..0644617103 100644 --- a/tests/modules/cloudsql_instance/examples/simple.yaml +++ b/tests/modules/cloudsql_instance/examples/simple.yaml @@ -37,7 +37,6 @@ values: disk_type: PD_SSD edition: ENTERPRISE enable_google_ml_integration: null - insights_config: [] ip_configuration: - allocated_ip_range: null authorized_networks: []