Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 5s
CI Workflow / Test readiness for publishing provider (pull_request) Has been cancelled
CI Workflow / Code coverage report (pull_request) Has been cancelled
CI Workflow / CI run tests (pull_request) Has been cancelled
CI Workflow / CI run build and linting (pull_request) Has been cancelled
51 lines
898 B
YAML
51 lines
898 B
YAML
fields:
|
|
- name: 'id'
|
|
modifiers:
|
|
- 'UseStateForUnknown'
|
|
|
|
- name: 'instance_id'
|
|
validators:
|
|
- validate.NoSeparator
|
|
- validate.UUID
|
|
modifiers:
|
|
- 'RequiresReplace'
|
|
|
|
- name: 'project_id'
|
|
validators:
|
|
- validate.NoSeparator
|
|
- validate.UUID
|
|
modifiers:
|
|
- 'RequiresReplace'
|
|
|
|
- name: 'region'
|
|
modifiers:
|
|
- 'RequiresReplace'
|
|
|
|
- name: 'name'
|
|
modifiers:
|
|
- 'RequiresReplace'
|
|
|
|
- name: 'collation'
|
|
modifiers:
|
|
- 'RequiresReplace'
|
|
|
|
- name: 'owner'
|
|
modifiers:
|
|
- 'UseStateForUnknown'
|
|
|
|
- name: 'database_name'
|
|
modifiers:
|
|
- 'UseStateForUnknown'
|
|
|
|
- name: 'collation_name'
|
|
modifiers:
|
|
- 'UseStateForUnknown'
|
|
|
|
- name: 'compatibility'
|
|
modifiers:
|
|
- 'UseStateForUnknown'
|
|
- 'RequiresReplace'
|
|
|
|
- name: 'compatibility_level'
|
|
modifiers:
|
|
- 'UseStateForUnknown'
|