Skip to content

Commit

Permalink
fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrodal committed Sep 11, 2024
1 parent 65c3877 commit 665248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/dns/frontend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "time_sleep" "dns_propagation" {
}

resource "azapi_resource" "managed_certificate" {
type = "Microsoft.App/ManagedEnvironments/managedCertificates@2024-03-0"
type = "Microsoft.App/ManagedEnvironments/managedCertificates@2024-03-01"
name = "cert-${var.app}-frontend-${var.env}"
parent_id = var.container_app_environment_id
location = var.location
Expand Down

0 comments on commit 665248e

Please sign in to comment.