Skip to content

Instantly share code, notes, and snippets.

@viktors-telle
Last active May 22, 2020 12:54
Show Gist options
  • Save viktors-telle/8d827fa0c0cebd649d315a2f5c0c273b to your computer and use it in GitHub Desktop.
Save viktors-telle/8d827fa0c0cebd649d315a2f5c0c273b to your computer and use it in GitHub Desktop.
Terraform init command example.
terraform init
-backend-config="storage_account_name=${nameofyourstorageaccount}"
-backend-config="container_name=${blob_container_name}"
-backend-config="key=${blob_file_name}"
-backend-config="access_key=${storage_account_access_key}"
-input=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment