Skip to content

Commit

Permalink
📚 IF-10136 Fix to tenant_id from tenant_name (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
sugimo-s authored Apr 27, 2023
1 parent 24b951f commit 941a4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ terraform {
provider "ecl" {
user_name = "my-api-key"
password = "my-api-secret-key"
tenant_name = "my-tenant-id"
tenant_id = "my-tenant-id"
auth_url = "https://keystone-[region]-ecl.api.ntt.com/v3/"
user_domain_id = "default"
project_domain_id = "default"
Expand Down

0 comments on commit 941a4e2

Please sign in to comment.