Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.yml Secret

Created July 31, 2024 19:13
Show Gist options
  • Select an option

  • Save KyMidd/0fb71c7c9f522778aceee3357b5aa54d to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/0fb71c7c9f522778aceee3357b5aa54d to your computer and use it in GitHub Desktop.
- name: Terraform Validate
uses: kymidd/azure-terraform-validate-action@master
with:
SSH_KEY: ${{ secrets.SSH_KEY }}
location: ${{ env.location }}
solution_name: ${{ env.solution_name }}
terraform_version: ${{ env.tf_version }}
az_tenant_id: ${{ env.az_tenant_id }}
az_client_id: ${{ env.az_client_id }}
az_subscription_id: ${{ env.az_subscription_id }}
tf_storage_resource_group_name: ${{ env.tf_storage_resource_group_name }}
tf_storage_account_name: ${{ env.tf_storage_account_name }}
tf_storage_container_name: ${{ env.tf_storage_container_name }}
tf_state_filename: ${{ env.tf_state_filename }}
drift_slack_webhook_url: "https://hooks.slack.com/services/xxxxx/yyyyy"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment