From 0742b3c2d38d953820f3972cd69c7c2d65b66661 Mon Sep 17 00:00:00 2001 From: "hashicorp-copywrite[bot]" <110428419+hashicorp-copywrite[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:30:21 +0000 Subject: [PATCH] [COMPLIANCE] Add Copyright and License Headers --- configuration/basic_user/main.tf | 3 +++ configuration/quickstart/main.tf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/configuration/basic_user/main.tf b/configuration/basic_user/main.tf index cc56e76..1e54701 100644 --- a/configuration/basic_user/main.tf +++ b/configuration/basic_user/main.tf @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # This Terraform script for HCP/OSS Boundary sets up a new fully-privileged user with a new password auth method. # A user must be associated with an account, which belongs to an auth method. For a user to have full permissions # at each scope level, the user must be added to a role in each scope. diff --git a/configuration/quickstart/main.tf b/configuration/quickstart/main.tf index 8b1d39d..c21eac0 100644 --- a/configuration/quickstart/main.tf +++ b/configuration/quickstart/main.tf @@ -1,3 +1,6 @@ +# Copyright (c) HashiCorp, Inc. +# SPDX-License-Identifier: MPL-2.0 + # This Terraform script for HCP/OSS Boundary sets up the basic Org, Project, and Target. # # Prerequisites: The Boundary cluster must be deployed.