-
-
Save KyMidd/c9742a21aa6124b189a8b1fe67dac940 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 | |
| description: Terraform Validation without staging files for apply | |
| inputs: | |
| location: | |
| description: Targeted location/environment | |
| required: true | |
| solution_name: | |
| description: Name of the solution | |
| required: true | |
| terraform_version: | |
| description: Version of Terraform to use | |
| required: true | |
| default: 1.4.5 | |
| az_tenant_id: | |
| description: 'Azure Tenant ID' | |
| required: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment