Merge branch 'master' into yuryninog-patch-1

This commit is contained in:
yuryninog
2022-01-03 10:47:27 -05:00
committed by GitHub
765 changed files with 5038 additions and 3475 deletions

View File

@@ -1,5 +1,5 @@
/**
* Copyright 2021 Google LLC
* Copyright 2022 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -128,4 +128,4 @@ resource "google_pubsub_topic" "topic" {
count = local.notification ? 1 : 0
project = var.project_id
name = var.notification_config.topic_name
}
}