terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
`ceph_fs` deprecation message on clusters newer than 1.28
Description
Fixes #2406
Usually we would mark any fields as deprecated with Deprecated along with a summary, however this isn't the best UX since any use of the deprecated field will cause a message to pop up, ideally this would only pop up on clusters newer than 1.28
Currently looking for how to make this possible
Acceptance tests
- [ ] Have you added an acceptance test for the functionality being added?
- [ ] Have you run the acceptance tests on this branch?
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccXXX'
...
Release Note
Release note for CHANGELOG:
...
References
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
@appilon this was something that did come to mind but wasn't sure if it was a valid reason to move the whole Create/Update functions in order to get it working. I'll try it out and see what happens!