Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Last active June 20, 2023 20:55
Show Gist options
  • Select an option

  • Save KyMidd/77f94c24af30953056895b568beca6e2 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/77f94c24af30953056895b568beca6e2 to your computer and use it in GitHub Desktop.
- name: Terraform Validate
uses: KyMidd/azure-terraform-validate-action@main
with:
location: ${{ env.location }}
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 }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment