Skip to content

Terraform instance [only on widows server 2022] does not boot correctly when deployedΒ #3361

@thecicco

Description

@thecicco

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

Opentofu Version

1.10.3

  • provider registry.terraform.io/scaleway/scaleway v2.60.0

Affected Resource(s)

  • scaleway_instance_server

Terraform Configuration Files

resource "scaleway_instance_server" "instance" {
    type  = "POP2-4C-16G-WIN"
    image = "windows_server_2022"
    name = "IT-SCW-TEST"
    tags = ["SysadminMS"]

    root_volume {
        size_in_gb = 40
        sbs_iops = 15000
        volume_type = "sbs_volume"
    }

    admin_password_encryption_ssh_key_id = "id"
    zone = "fr-par-2"
}


resource "scaleway_instance_private_nic" "private_network_nic" {
    private_network_id = "id"
    server_id          = scaleway_instance_server.instance.id
    zone               = "fr-par-2"
}

Debug Output

https://gist.github.com/thecicco/4f44df935a181d18452e54ba8cb55327

Expected Behavior

run command scw instance server get-rdp-password and obtain password for rdp

Actual Behavior

after long time we can not retrive the instance administrator password

Steps to Reproduce

  1. terraform apply

References

#1384

  • #0000

Metadata

Metadata

Assignees

Labels

instanceInstance issues, bugs and feature requests

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions