Skip to content

Commit

Permalink
Merge pull request #32 from DFE-Digital/dependabot/terraform/terrafor…
Browse files Browse the repository at this point in the history
…m/hashicorp/azurerm-4.0.1

Bump hashicorp/azurerm from 3.116.0 to 4.0.1 in /terraform
  • Loading branch information
pritchyspritch authored Aug 28, 2024
2 parents d8e0fcf + d65d628 commit 4d446ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Deploy terraform
uses: hashicorp/setup-terraform@v3
with:
terraform_version: 1.7.4
terraform_version: 1.9.5
terraform_wrapper: false

- name: Terraform version
Expand Down
4 changes: 3 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.116.0"
version = "~>4.0"
}
}

required_version = "~> 1.9.5"

backend "azurerm" {
resource_group_name = "s194d00-vulnerability-disclosure-program"
storage_account_name = "tfstateb47bbi"
Expand Down

0 comments on commit 4d446ec

Please sign in to comment.