Skip to content

Commit

Permalink
add missing openstack credentials and config (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk authored Jan 13, 2025
1 parent 9f66a45 commit 9a929ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/tf/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions deploy/tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ provider "ovh" {
# credentials loaded via source ./secrets/ovh-creds.sh
}

provider "openstack" {
auth_url = "https://auth.cloud.ovh.net/v3"
tenant_id = local.service_name
tenant_name = local.os_tenant_name
}

locals {
service_name = "2a0ebfcd5a8d46a797b921841717b052"
os_tenant_name = "4396734720592405"
Expand Down
Binary file modified deploy/tf/secrets/ovh-creds.sh
Binary file not shown.

0 comments on commit 9a929ec

Please sign in to comment.