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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user