Skip to content

Commit

Permalink
Create devcontainer.env
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbrig authored Oct 5, 2022
1 parent 8d39e15 commit 07d6444
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .devcontainer/devcontainer.env
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=

0 comments on commit 07d6444

Please sign in to comment.