Skip to content

Add support for bootscripts to the scaleway_instance_server kind of resource #523

@NoSuchCommand

Description

@NoSuchCommand

Community Note

  • 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

Description

Currently, the scaleway_instance_server kind of resource has a runtime attribute boot_type that can hold the bootscript value, but there are no declarative arguments to select the boot_type nor the appropriate bootscript.

Please consider adding arguments for boot_type and bootscript to the scaleway_instance_server kind of resource.

New or Affected Resource(s)

  • scaleway_instance_server

Potential Terraform Configuration

resource "scaleway_instance_server" "web" {
    ...
    boot_type = "bootscript"
    bootscript = "1ed74708-ff93-4d70-a849-e9db7d1e422b"
    ...
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementinstanceInstance issues, bugs and feature requests

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions