Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DrizzlyOwl committed Mar 18, 2024
1 parent 316dfca commit 53ec4e1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ jobs:
run: rm ./backend.tf

- name: Run a Terraform init
uses: docker://hashicorp/terraform:1.7.2
uses: docker://hashicorp/terraform:1.7.5
with:
entrypoint: terraform
args: init

- name: Run a Terraform validate
uses: docker://hashicorp/terraform:1.7.2
uses: docker://hashicorp/terraform:1.7.5
with:
entrypoint: terraform
args: validate

- name: Run a Terraform format check
uses: docker://hashicorp/terraform:1.7.2
uses: docker://hashicorp/terraform:1.7.5
with:
entrypoint: terraform
args: fmt -check=true -diff=true
Expand Down
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.7.5
33 changes: 17 additions & 16 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ key = "terraform.tstate"

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.90.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | 3.96.0 |
| <a name="provider_null"></a> [null](#provider\_null) | 3.2.2 |

## Modules
Expand Down

0 comments on commit 53ec4e1

Please sign in to comment.