You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
New or Affected Resource(s) or Datasource(s)
ibm_sm_private_certificate
Description
I tried using rotation.rotate_keys as documented here. Here's my resource:
When I try to run terraform apply with the latest version of the provider (1.60.0), it fails:
$ terraform apply
╷
│ Error: Unsupported argument
│
│ on vpc.tf line 199, in resource "ibm_sm_private_certificate" "vpn_server":
│ 199: rotate_keys = true
│
│ An argument named "rotate_keys" is not expected here.
If I simply remove rotate_keys from the rotation, it works.
If this argument isn't supported (yet?), it should be removed from the documentation.
The text was updated successfully, but these errors were encountered:
Community Note
New or Affected Resource(s) or Datasource(s)
Description
I tried using
rotation.rotate_keys
as documented here. Here's my resource:When I try to run
terraform apply
with the latest version of the provider (1.60.0), it fails:If I simply remove
rotate_keys
from therotation
, it works.If this argument isn't supported (yet?), it should be removed from the documentation.
The text was updated successfully, but these errors were encountered: