FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

scaleway_bootscript

Use this data source to get the ID of a registered Bootscript for use with the scaleway_server resource.

Example Usage

data "scaleway_bootscript" "debug" {
  architecture = "arm"
  name_filter = "Rescue"
}

Argument Reference

Attributes Reference

id is set to the ID of the found Bootscript. In addition, the following attributes are exported:


See the source of this document at Terraform.io