Skip to content

Commit

Permalink
added necessary vars for the new version of the selectel provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Orlov committed Dec 16, 2024
1 parent 59e3b5a commit b9f6f11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ provider "selectel" {
domain_name = var.selectel_domain_name
username = var.selectel_user_admin_user
password = var.selectel_user_admin_password
auth_url = var.os_auth_url
auth_region = "ru-9"
}

provider "openstack" {
Expand Down
1 change: 0 additions & 1 deletion vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ variable "os_auth_url" {
}

# vm vars

variable "flavor_name" {
type = string
description = "Название флавора"
Expand Down

0 comments on commit b9f6f11

Please sign in to comment.