Resync (#25)
* Update README.md * Update README.md * Update README.md * Delete ISSUE_TEMPLATE.md * Delete PULL_REQUEST_TEMPLATE.md * Update CHANGELOG.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * add workflows * add note to give identities permission to state file * update to v3 of actions/checkout * update other actions for node16 * Update tf-plan-apply.yml * Update tf-drift.yml * Update README.md * Update terraform.tfvars * Update README.md * Create test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update test.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-plan-apply.yml * Update terraform.tfvars * Update tf-plan-apply.yml * Update tf-drift.yml * Delete test.yml * Update tf-drift.yml * Update tf-plan-apply.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-drift.yml * Update tf-plan-apply.yml * Update tf-drift.yml * Update terraform.tfvars * Update README.md * Update README.md * Update README.md * Update tf-drift.yml * Update and rename tf-unit-test.yml to tf-unit-tests.yml * Update README.md * Update README.md * Update README.md * Create dependabot.yml * Update tf-unit-tests.yml * Update tf-unit-tests.yml * Update tf-unit-tests.yml * Update tf-unit-tests.yml * Update tf-unit-tests.yml * Update tf-unit-tests.yml * Update tf-unit-tests.yml * Update README.md * Update CONTRIBUTING.md * Update CHANGELOG.md * Update README.md * Update terraform.tfvars * Fixes #8 * Update terraform.tfvars * Update terraform.tfvars * Update terraform.tfvars
This commit is contained in:
parent
f4eb48d54c
commit
6b71adccee
2
.github/workflows/tf-drift.yml
vendored
2
.github/workflows/tf-drift.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
# Install the latest version of the Terraform CLI
|
# Install the latest version of the Terraform CLI
|
||||||
- name: Setup Terraform
|
- name: Setup Terraform
|
||||||
uses: hashicorp/setup-terraform@v3
|
uses: hashicorp/setup-terraform@v4
|
||||||
with:
|
with:
|
||||||
terraform_wrapper: false
|
terraform_wrapper: false
|
||||||
|
|
||||||
|
@ -72,4 +72,4 @@ To use these workflows in your environment several prerequisite steps are requir
|
|||||||
|
|
||||||
## Additional Resources
|
## Additional Resources
|
||||||
|
|
||||||
A companion article detailing how to use GitHub Actions to deploy to Azure using IaC can be found at the [DevOps Resource Center](https://learn.microsoft.com/devops/deliver/iac-github-actions).
|
A companion article detailing how to use GitHub Actions to deploy to Azure using IaC can be found at the [DevOps Resource Center](https://learn.microsoft.com/devops/deliver/iac-github-actions).
|
@ -1,3 +1,3 @@
|
|||||||
# Sample values
|
# Sample values
|
||||||
resource_group_name = "rg-terraform-github-actions"
|
resource_group_name = "rg-terraform-github-actions-sample"
|
||||||
location = "eastus"
|
location = "eastus"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user