From 6b71adcceecee5ece17338d13d700f796ecefd0b Mon Sep 17 00:00:00 2001 From: "T.J. Corrigan" Date: Thu, 28 Mar 2024 08:50:35 -0500 Subject: [PATCH] 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 --- .github/workflows/tf-drift.yml | 2 +- README.md | 2 +- terraform.tfvars | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tf-drift.yml b/.github/workflows/tf-drift.yml index 200b900..cc3ce0d 100644 --- a/.github/workflows/tf-drift.yml +++ b/.github/workflows/tf-drift.yml @@ -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 diff --git a/README.md b/README.md index e25e6ac..1fc3898 100644 --- a/README.md +++ b/README.md @@ -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). \ No newline at end of file diff --git a/terraform.tfvars b/terraform.tfvars index 6440d63..e3a1b08 100644 --- a/terraform.tfvars +++ b/terraform.tfvars @@ -1,3 +1,3 @@ # Sample values -resource_group_name = "rg-terraform-github-actions" +resource_group_name = "rg-terraform-github-actions-sample" location = "eastus"