* 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:
T.J. Corrigan 2024-03-28 08:50:35 -05:00 committed by GitHub
parent f4eb48d54c
commit 6b71adccee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
# Install the latest version of the Terraform CLI
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
uses: hashicorp/setup-terraform@v4
with:
terraform_wrapper: false

View File

@ -72,4 +72,4 @@ To use these workflows in your environment several prerequisite steps are requir
## 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).

View File

@ -1,3 +1,3 @@
# Sample values
resource_group_name = "rg-terraform-github-actions"
resource_group_name = "rg-terraform-github-actions-sample"
location = "eastus"