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"