Skip to content

Commit

Permalink
remove license
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-swinkler committed Oct 25, 2023
1 parent 1344d7d commit e1a8296
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MIT


resource "snowflake_table" "t" {
database = var.database
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MIT


variable "name" {
type = string
Expand Down
3 changes: 1 addition & 2 deletions pkg/resources/testdata/TestAcc_DynamicTable_basic/1/test.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MIT


resource "snowflake_table" "t" {
database = var.database
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MIT


variable "name" {
type = string
Expand Down
3 changes: 1 addition & 2 deletions pkg/resources/testdata/TestAcc_DynamicTable_basic/2/test.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MIT


resource "snowflake_table" "t" {
database = var.database
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MIT


variable "name" {
type = string
Expand Down
3 changes: 1 addition & 2 deletions pkg/resources/testdata/TestAcc_DynamicTable_basic/3/test.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MIT


resource "snowflake_table" "t" {
database = var.database
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MIT


variable "name" {
type = string
Expand Down

0 comments on commit e1a8296

Please sign in to comment.