-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Closed
Copy link
Labels
instanceInstance issues, bugs and feature requestsInstance issues, bugs and feature requests
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
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
terraform apply
References
- #0000
charliemaiors
Metadata
Metadata
Assignees
Labels
instanceInstance issues, bugs and feature requestsInstance issues, bugs and feature requests