terraform-provider-kubernetes icon indicating copy to clipboard operation
terraform-provider-kubernetes copied to clipboard

`ceph_fs` deprecation message on clusters newer than 1.28

Open BBBmau opened this issue 1 year ago • 1 comments

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

BBBmau avatar Feb 08 '24 07:02 BBBmau

@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!

BBBmau avatar Feb 13 '24 15:02 BBBmau