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
Community Note
New or Affected Resource(s) or Datasource(s)
Description
ibm_satellite_attach_host_script documentation is incorrect: https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/satellite_attach_host_script. It shows labels as being of the form
cpu=4
. However, they must be of the formcpu:4
, otherwise this causes a crash in the Terraform provider:I confirmed this by inspecting the provider code.
The text was updated successfully, but these errors were encountered: