-
-
Save KyMidd/77f94c24af30953056895b568beca6e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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