Skip to content

Instantly share code, notes, and snippets.

@rudolphjacksonm
Last active June 8, 2020 19:44
Show Gist options
  • Save rudolphjacksonm/c449ab6821efb4c23e77418c3bbe28cc to your computer and use it in GitHub Desktop.
Save rudolphjacksonm/c449ab6821efb4c23e77418c3bbe28cc to your computer and use it in GitHub Desktop.
trigger:
- none
pool:
vmImage: 'ubuntu-latest'
stages:
- stage:
displayName: 'Terraform Plan'
jobs:
- job: TFPlan
variables:
- template: vars/dev_vars.yml
steps:
- template: templates/terraform_plan.yml
parameters:
serviceConnectionName: terraform-sp
backendAzureRmResourceGroupName: $(backendAzureRmResourceGroupName)
backendAzureRmStorageAccountName: $(backendAzureRmStorageAccountName)
backendAzureRmContainerName: $(backendAzureRmContainerName)
backendAzureRmKey: $(tfState)
tfComponent: $(tfComponent)
tfExecutionDir: $(tfExecutionDir)
tfVarFileName: $(tfVarFileName)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment