-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# the target azure subscription | ||
ARM_SUBSCRIPTION_ID= | ||
|
||
# the name of the resource group where the storage account for the backend should be created | ||
TF_BACKEND_RESOURCE_GROUP= | ||
|
||
# the region where the resource group for the backend should be created | ||
TF_BACKEND_LOCATION= | ||
|
||
# the name of the storage account for the backend | ||
TF_BACKEND_STORAGE_ACCOUNT= | ||
|
||
# the name of the storage account container for the backend | ||
TF_BACKEND_CONTAINER= | ||
|
||
# the name of the storage account container blob for the backend | ||
TF_BACKEND_KEY= | ||
|
||
# Test-Project variable: the resource group name to be provisioned with terraform | ||
# TF_VAR_RG_NAME= |