Skip to content

Commit

Permalink
Fix cloud sql tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed Aug 7, 2023
1 parent 9ec3858 commit 42fdd08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/modules/cloudsql_instance/examples/insights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ values:
advanced_machine_features: []
availability_type: ZONAL
collation: null
data_cache_config: []
database_flags: []
deletion_protection_enabled: null
deny_maintenance_period: []
disk_autoresize: true
disk_autoresize_limit: 0
disk_type: PD_SSD
edition: null
insights_config:
- query_insights_enabled: true
query_plans_per_minute: 5
Expand Down
4 changes: 4 additions & 0 deletions tests/modules/cloudsql_instance/examples/public-ip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ values:
start_time: '23:00'
transaction_log_retention_days: 7
collation: null
data_cache_config: []
database_flags: []
deletion_protection_enabled: null
deny_maintenance_period: []
disk_autoresize: true
disk_autoresize_limit: 0
disk_type: PD_SSD
edition: null
insights_config: []
ip_configuration:
- allocated_ip_range: null
Expand All @@ -67,12 +69,14 @@ values:
advanced_machine_features: []
availability_type: ZONAL
collation: null
data_cache_config: []
database_flags: []
deletion_protection_enabled: null
deny_maintenance_period: []
disk_autoresize: true
disk_autoresize_limit: 0
disk_type: PD_SSD
edition: null
insights_config: []
ip_configuration:
- allocated_ip_range: null
Expand Down
2 changes: 2 additions & 0 deletions tests/modules/cloudsql_instance/examples/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ values:
advanced_machine_features: []
availability_type: ZONAL
collation: null
data_cache_config: []
database_flags: []
deletion_protection_enabled: null
deny_maintenance_period: []
disk_autoresize: true
disk_autoresize_limit: 0
disk_type: PD_SSD
edition: null
insights_config: []
ip_configuration:
- allocated_ip_range: null
Expand Down

0 comments on commit 42fdd08

Please sign in to comment.