-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
blockedelastic-metalElastic-metal issues, bugs and feature requestsElastic-metal issues, bugs and feature requestsenhancementpriority:lowestLowest priority such as new ideas and unproved/unrequested featuresLowest priority such as new ideas and unproved/unrequested features
Milestone
Description
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.
(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]
}
mikroskeem, rutagara, stephenmoloney and sergelogvinov
Metadata
Metadata
Assignees
Labels
blockedelastic-metalElastic-metal issues, bugs and feature requestsElastic-metal issues, bugs and feature requestsenhancementpriority:lowestLowest priority such as new ideas and unproved/unrequested featuresLowest priority such as new ideas and unproved/unrequested features