Skip to content

Providing cloud-init/user_data configuration to Elastic Metal #1302

@mllnd

Description

@mllnd

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

Scaleway has advertised the support for cloud-init for its Elastic Metal product lineup. However, when trying out the Terraform module, it seems that it is currently not possible to pass any cloud-init configuration for initial setup.

image
(source: https://www.scaleway.com/en/elastic-metal/)

New or Affected Resource(s)

  • scaleway_baremetal_server

Potential Terraform Configuration

resource "scaleway_baremetal_server" "metal" {
  zone        = var.location
  name        = "elastic-metal"
  offer       = "XX-XXX-XX"
  os          = "96e5f0f2-d216-4de2-8a15-68730d877885" # Ubuntu 22.04 LTS
  user_data   = ... # <--- Could be included? 
  ssh_key_ids = [var.keypair_id]
}

Metadata

Metadata

Assignees

Labels

blockedelastic-metalElastic-metal issues, bugs and feature requestsenhancementpriority:lowestLowest priority such as new ideas and unproved/unrequested features

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions