Skip to content

Commit

Permalink
add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvalle committed Jan 17, 2024
1 parent 9a226cc commit 0a2a4c3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/provider/testdata/TestDirectoryExists_basic/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

terraform {
required_providers {
local = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

terraform {
required_providers {
local = {
Expand Down
3 changes: 3 additions & 0 deletions internal/provider/testdata/TestLocalFileDataSource/main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

data "local_file" "file" {
# Known issue where relative path is based on where the test working directory is located:
# https://github.com/hashicorp/terraform-plugin-testing/issues/277
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

data "local_sensitive_file" "file" {
# Known issue where relative path is based on where the test working directory is located:
# https://github.com/hashicorp/terraform-plugin-testing/issues/277
Expand Down

0 comments on commit 0a2a4c3

Please sign in to comment.