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_compute_ssh_key
Description
the docs state that only label is required and also feature this as the minimal example:
data "ibm_compute_ssh_key" "public_key" {
label = "Terraform Public Key"
}
however, running tf validate against the example shows that public_key is also required
╷
│ Error: Missing required argument
│
│ on main.tf line 46, in resource "ibm_compute_ssh_key" "k8s_ssh_key":
│ 46: resource "ibm_compute_ssh_key" "k8s_ssh_key" {
│
│ The argument "public_key" is required, but no definition was found.
╵
the docs should be corrected to also list public_key as required
Community Note
New or Affected Resource(s) or Datasource(s)
Description
the docs state that only
label
is required and also feature this as the minimal example:however, running tf validate against the example shows that
public_key
is also requiredthe docs should be corrected to also list
public_key
as requiredReferences
The text was updated successfully, but these errors were encountered: