LoginSignup
1
0

More than 1 year has passed since last update.

Terraform Cloud の Variables 設定 (認証情報)

Last updated at Posted at 2021-09-24

AWS

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

AWS

Azure

👉 Azure Provider: Authenticating using a Service Principal with a Client Secret

az ad sp create-for-rbac --role="Contributor" --scopes="/subscriptions/SUBSCRIPTION_ID"
  • ARM_TENANT_ID
  • ARM_SUBSCRIPTION_ID
  • ARM_CLIENT_ID
  • ARM_CLIENT_SECRET

Azure

GCP

  • GOOGLE_CREDENTIALS

GCP

OCI (Oracle Cloud Infrastructure)

  • tenancy_ocid
  • user_ocid
  • fingerprint
  • private_key

OCI

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0