On this page
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
architecture
- (Optional) any supported Scaleway architecture, e.g.x86_64
,arm
name_filter
- (Optional) Regexp to match Bootscript name byname
- (Optional) Exact name of desired Bootscript
Attributes Reference
id
is set to the ID of the found Bootscript. In addition, the following attributes are exported:
architecture
- architecture of the Bootscript, e.g.arm
orx86_64
organization
- uuid of the organization owning this Bootscriptpublic
- is this a public bootscriptboot_cmd_args
- command line arguments used for bootingdtb
- path to Device Tree Blob detailing hardware informationinitrd
- URL to initial ramdisk contentkernel
- URL to used kernel
© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/scaleway/d/bootscript.html