Skip to content

Instantly share code, notes, and snippets.

@rudolphjacksonm
Created June 8, 2020 19:36
Show Gist options
  • Save rudolphjacksonm/ea4afcbfa8d616331f094a1f254511ed to your computer and use it in GitHub Desktop.
Save rudolphjacksonm/ea4afcbfa8d616331f094a1f254511ed to your computer and use it in GitHub Desktop.
variables:
- name: PROJECT_PATH
value: terraform
- name: tfComponent
value: cluster
- name: tfExecutionDir
value: '$(PROJECT_PATH)/src/$(tfComponent)'
- name: terraformVersion
value: 0.12.21
- name: serviceConnectionName
value: terraform-sp
- name: backendAzureRmResourceGroupName
value: terraformRG
- name: backendAzureRmStorageAccountName
value: terraformnsa
- name: backendAzureRmContainerName
value: tfstate
- name: backendAzureRmKey
value: 'terraform.tfstate'
- name: tfVarFileName
value: "../environment/dev.tfvars"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment