Fix scaleway user selection

This commit is contained in:
Tobias Reisinger 2024-09-26 15:49:09 +02:00
parent f872d2199b
commit 7c59e4ae57
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 5 additions and 5 deletions

View file

@ -37,10 +37,6 @@ variable "ovh_consumer_key" {
}
variable "scaleway_user_id" {
sensitive = true
}
variable "scaleway_organization_id" {
sensitive = true
}