Pass optional location variable at certificates creation (#2474)

Co-authored-by: Luca Prete <lucaprete@google.com>
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
Luca Prete
2024-08-07 09:05:57 +02:00
committed by GitHub
parent 110318a51d
commit 951daad210

View File

@@ -39,6 +39,7 @@ resource "google_certificate_manager_certificate" "certificates" {
project = var.project_id
name = each.key
description = each.value.description
location = each.value.location
scope = each.value.scope
labels = each.value.labels
dynamic "managed" {