Skip to content

Commit

Permalink
Merge pull request #758 from DTS-STN/GjB/bump-tf-modules
Browse files Browse the repository at this point in the history
Bump terraform module versions
  • Loading branch information
gregory-j-baker authored Oct 29, 2024
2 parents cd73b43 + 6d5b3b6 commit 9c7df9a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
6 changes: 3 additions & 3 deletions infrastructure/terraform/azure-ad-application/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ terraform {
azuread = {
# see: https://registry.terraform.io/providers/hashicorp/azuread/latest/docs
source = "hashicorp/azuread"
version = "~> 2.0"
version = "~> 3.0"
}

azurerm = {
# see: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
source = "hashicorp/azurerm"
version = "~> 3.0"
version = "~> 4.0"
}
}
}
Expand Down Expand Up @@ -73,5 +73,5 @@ resource "azuread_application_password" "main" {

application_id = azuread_application.main.id
display_name = each.value
end_date_relative = "876000h"
end_date = "2100-01-01T00:00:00Z"
}

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

0 comments on commit 9c7df9a

Please sign in to comment.