Skip to content

Commit cc87bee

Browse files
[COMPLIANCE] Add Copyright and License Headers
1 parent 225c06e commit cc87bee

File tree

11 files changed

+33
-0
lines changed

11 files changed

+33
-0
lines changed

tfconfig/testdata-stack/complete-stack/outputs.tfcomponent.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
output "lambda_urls" {
25
type = list(string)
36
description = "URLs to invoke lambda functions"

tfconfig/testdata-stack/components/components.tfcomponent.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
component "s3" {
25
for_each = var.regions
36

tfconfig/testdata-stack/components/components.tfstack.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
component "compute" {
25
source = "hashicorp/vault-starter/aws"
36
version = "~> 4.0"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+

tfconfig/testdata-stack/outputs/outputs.tfcomponent.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
output "unique_name_of_output" {
25
description = "Description of the purpose of this output"
36
type = string

tfconfig/testdata-stack/outputs/outputs.tfstack.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14

25
output "lambda_urls" {
36
type = list(string)

tfconfig/testdata-stack/required-providers/required-providers.tfcomponent.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
required_providers {
25
google = {
36
source = "hashicorp/google"

tfconfig/testdata-stack/required-providers/required-providers.tfstack.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
required_providers {
25
random = {
36
source = "hashicorp/random"

tfconfig/testdata-stack/variables/variables.tfcomponent.hcl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) HashiCorp, Inc.
2+
# SPDX-License-Identifier: MPL-2.0
3+
14
variable "primitive" {
25
}
36

0 commit comments

Comments
 (0)