From a52bb9c70bd71e0cb659d5071f14d183c5ab23ed Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:13:25 +0530 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers (#248) Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> --- examples/terminating-gateway/providers.tf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/terminating-gateway/providers.tf b/examples/terminating-gateway/providers.tf index 314740ae..94f05be7 100644 --- a/examples/terminating-gateway/providers.tf +++ b/examples/terminating-gateway/providers.tf @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + terraform { required_providers { aws = {