bump azurerm to v3 so we can use oidc

This commit is contained in:
hezijie
2024-09-14 13:17:14 +08:00
parent 521970084e
commit 1ff77143ef
3 changed files with 7 additions and 13 deletions

View File

@ -21,7 +21,7 @@ variable "location" {
variable "tags" {
description = "Map of the tags to use for the resources that are deployed"
type = map(string)
default = {
default = {
environment = "codelab"
}
}