From 94456e303dcb1dd3ff1205c41d3de07d190c3bf3 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:00:29 -0700 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#281) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- tests/public-active-active/locals.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/public-active-active/locals.tf b/tests/public-active-active/locals.tf index b2b66592..f670b205 100644 --- a/tests/public-active-active/locals.tf +++ b/tests/public-active-active/locals.tf @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + locals { registry = "quay.io" } \ No newline at end of file