Skip to content
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
9 changes: 9 additions & 0 deletions modules/mysql/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,15 @@ spec:
password_validation_policy_config:
name: password_validation_policy_config
title: Password Validation Policy Config
properties:
complexity:
name: complexity
title: complexity
enumValueLabels:
- label: COMPLEXITY_DEFAULT
value: COMPLEXITY_DEFAULT
- label: COMPLEXITY_UNSPECIFIED
value: COMPLEXITY_UNSPECIFIED
pricing_plan:
name: pricing_plan
title: Pricing Plan
Expand Down
9 changes: 9 additions & 0 deletions modules/postgresql/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,15 @@ spec:
password_validation_policy_config:
name: password_validation_policy_config
title: Password Validation Policy Config
properties:
complexity:
name: complexity
title: complexity
enumValueLabels:
- label: COMPLEXITY_DEFAULT
value: COMPLEXITY_DEFAULT
- label: COMPLEXITY_UNSPECIFIED
value: COMPLEXITY_UNSPECIFIED
pricing_plan:
name: pricing_plan
title: Pricing Plan
Expand Down