feat(cloud): implement CRUD functions for Kubernetes cloud resource #268
static-analysis.yaml
on: pull_request
Check conventional commits
15s
Annotations
1 error
Check conventional commits
You have commit messages with errors
⧗ input: feat(cloud): implement Read and Delete functions for Kubernetes cloud resource
- Added `Read` function in `kubernetesCloudResource` to handle reading the current state of the Kubernetes cloud.
- Implemented `Delete` function in `kubernetesCloudResource` to handle the removal of Kubernetes clouds.
- Integrated the new methods into the Terraform provider's resource lifecycle.
- Updated the schema and model to ensure proper state management during read and delete operations.
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|