Skip to content

Commit

Permalink
Update azurerm provider (#425)
Browse files Browse the repository at this point in the history
* Update terraform providers

* Update github actions in deploy workflow
  • Loading branch information
RMcVelia authored Jun 6, 2024
1 parent f46c540 commit 6e9597f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ runs:
fi
- name: Use Terraform ${{ env.TERRAFORM_VERSION }}
uses: hashicorp/setup-terraform@v2
uses: hashicorp/setup-terraform@v3
with:
terraform_version: ${{ env.TERRAFORM_VERSION }}

- uses: azure/login@v1
- uses: azure/login@v2
with:
creds: ${{ inputs.azure-credentials }}

Expand Down
6 changes: 3 additions & 3 deletions terraform/aks/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.57.0"
version = "3.104.2"
}
kubernetes = {
source = "hashicorp/kubernetes"
version = "2.20.0"
version = "2.30.0"
}
statuscake = {
source = "StatusCakeDev/statuscake"
version = "2.1.0"
version = "2.2.0"
}
}
backend "azurerm" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/custom_domains/environment_domains/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.43.0"
version = "3.104.2"
}
}
backend "azurerm" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/custom_domains/infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.43.0"
version = "3.104.2"
}
}
backend "azurerm" {
Expand Down

0 comments on commit 6e9597f

Please sign in to comment.