Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: lint issue in metadata.display.yaml #659

Merged
merged 1 commit into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions modules/mysql/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ spec:
availability_type:
name: availability_type
title: Availability Type
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: REGIONAL
backup_configuration:
name: backup_configuration
title: Backup Configuration
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value:
enabled: true
Expand All @@ -60,13 +60,13 @@ spec:
data_cache_enabled:
name: data_cache_enabled
title: Data Cache Enabled
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: true
database_flags:
name: database_flags
title: Database Flags
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value:
- name: "cloudsql_iam_authentication"
Expand Down Expand Up @@ -95,7 +95,7 @@ spec:
deletion_protection_enabled:
name: deletion_protection_enabled
title: Deletion Protection Enabled
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: true
deny_maintenance_period:
Expand All @@ -104,7 +104,7 @@ spec:
disk_autoresize:
name: disk_autoresize
title: Disk Autoresize
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: true
disk_autoresize_limit:
Expand All @@ -119,7 +119,7 @@ spec:
edition:
name: edition
title: Edition
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: ENTERPRISE_PLUS
enable_default_db:
Expand Down
14 changes: 7 additions & 7 deletions modules/postgresql/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ spec:
availability_type:
name: availability_type
title: Availability Type
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: REGIONAL
backup_configuration:
name: backup_configuration
title: Backup Configuration
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value:
enabled: true
Expand All @@ -60,7 +60,7 @@ spec:
data_cache_enabled:
name: data_cache_enabled
title: Data Cache Enabled
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: true
database_deletion_policy:
Expand All @@ -69,7 +69,7 @@ spec:
database_flags:
name: database_flags
title: Database Flags
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value:
- name: "cloudsql.iam_authentication"
Expand Down Expand Up @@ -98,7 +98,7 @@ spec:
deletion_protection_enabled:
name: deletion_protection_enabled
title: Deletion Protection Enabled
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: true
deny_maintenance_period:
Expand All @@ -107,7 +107,7 @@ spec:
disk_autoresize:
name: disk_autoresize
title: Disk Autoresize
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: true
disk_autoresize_limit:
Expand All @@ -122,7 +122,7 @@ spec:
edition:
name: edition
title: Edition
alt_defaults:
altDefaults:
- type: ALTERNATE_TYPE_DC
value: ENTERPRISE_PLUS
enable_default_db:
Expand Down