fix: remove wrong headers in files
This commit is contained in:
parent
b4c5b3774b
commit
088a85d337
32 changed files with 0 additions and 64 deletions
2
.github/actions/build/action.yaml
vendored
2
.github/actions/build/action.yaml
vendored
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
name: Build
|
name: Build
|
||||||
description: "Build pipeline"
|
description: "Build pipeline"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
# This file contains all available configuration options
|
# This file contains all available configuration options
|
||||||
# with their default values.
|
# with their default values.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
version: "2"
|
version: "2"
|
||||||
run:
|
run:
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
output "postgres_flavor" {
|
output "postgres_flavor" {
|
||||||
value = data.stackitprivatepreview_postgresflexalpha_flavor.pgsql_flavor.flavor_id
|
value = data.stackitprivatepreview_postgresflexalpha_flavor.pgsql_flavor.flavor_id
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
data "stackitprivatepreview_postgresflexalpha_flavor" "pgsql_flavor" {
|
data "stackitprivatepreview_postgresflexalpha_flavor" "pgsql_flavor" {
|
||||||
project_id = var.project_id
|
project_id = var.project_id
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
terraform {
|
terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
data "stackitprivatepreview_sqlserverflexalpha_flavor" "sqlserver_flavor" {
|
data "stackitprivatepreview_sqlserverflexalpha_flavor" "sqlserver_flavor" {
|
||||||
project_id = var.project_id
|
project_id = var.project_id
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
terraform {
|
terraform {
|
||||||
required_providers {
|
required_providers {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
resource "stackit_kms_keyring" "keyring" {
|
resource "stackit_kms_keyring" "keyring" {
|
||||||
project_id = var.project_id
|
project_id = var.project_id
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
|
|
||||||
# This script is used to ensure for PRs the docs are up-to-date via the CI pipeline
|
# This script is used to ensure for PRs the docs are up-to-date via the CI pipeline
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
# This script lints the SDK modules and the internal examples
|
# This script lints the SDK modules and the internal examples
|
||||||
# Pre-requisites: golangci-lint
|
# Pre-requisites: golangci-lint
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
|
|
||||||
# This script is used to manage the project, only used for installing the required tools for now
|
# This script is used to manage the project, only used for installing the required tools for now
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
# Add replace directives to local files to go.work
|
# Add replace directives to local files to go.work
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
# Pre-requisites: tfplugindocs
|
# Pre-requisites: tfplugindocs
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
provider:
|
provider:
|
||||||
name: stackitprivatepreview
|
name: stackitprivatepreview
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
variable "project_id" {}
|
variable "project_id" {}
|
||||||
variable "name" {}
|
variable "name" {}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
variable "project_id" {}
|
variable "project_id" {}
|
||||||
variable "name" {}
|
variable "name" {}
|
||||||
|
|
|
||||||
2
stackit/testdata/provider-all-attributes.tf
vendored
2
stackit/testdata/provider-all-attributes.tf
vendored
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
variable "project_id" {}
|
variable "project_id" {}
|
||||||
variable "name" {}
|
variable "name" {}
|
||||||
|
|
|
||||||
2
stackit/testdata/provider-credentials.tf
vendored
2
stackit/testdata/provider-credentials.tf
vendored
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
variable "project_id" {}
|
variable "project_id" {}
|
||||||
variable "name" {}
|
variable "name" {}
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
variable "project_id" {}
|
variable "project_id" {}
|
||||||
variable "name" {}
|
variable "name" {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue