Update licensing across various source files - 1.13 (#24675)

* Fix licensing on various files

* Update packaging to use BUSL-1.1

* Update offset within config_test_helpers.go

 - Fix a test the same way it's been fixed on main/1.15
This commit is contained in:
Steven Clark
2024-01-08 12:24:57 -05:00
committed by GitHub
parent 1334ebee88
commit e3f09b8c6d
176 changed files with 178 additions and 176 deletions

View File

@@ -11,6 +11,5 @@ project {
"builtin/credentials/aws/pkcs7/**", "builtin/credentials/aws/pkcs7/**",
"ui/node_modules/**", "ui/node_modules/**",
"enos/modules/k8s_deploy_vault/raft-config.hcl", "enos/modules/k8s_deploy_vault/raft-config.hcl",
"command/server/test-fixtures/config.hcl",
] ]
} }

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
self-hosted-runner: self-hosted-runner:
# Labels of self-hosted runner in array of string # Labels of self-hosted runner in array of string

View File

@@ -83,7 +83,7 @@ jobs:
version: ${{ inputs.vault-version }} version: ${{ inputs.vault-version }}
maintainer: HashiCorp maintainer: HashiCorp
homepage: https://github.com/hashicorp/vault homepage: https://github.com/hashicorp/vault
license: MPL-2.0 license: BUSL-1.1
binary: dist/${{ inputs.package-name }} binary: dist/${{ inputs.package-name }}
deb_depends: openssl deb_depends: openssl
rpm_depends: openssl rpm_depends: openssl

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
pid_file = "./pidfile" pid_file = "./pidfile"

View File

@@ -503,8 +503,8 @@ func testUnknownFieldValidation(t *testing.T) {
Problem: "unknown or unsupported field bad_value found in configuration", Problem: "unknown or unsupported field bad_value found in configuration",
Position: token.Pos{ Position: token.Pos{
Filename: "./test-fixtures/config.hcl", Filename: "./test-fixtures/config.hcl",
Offset: 583, Offset: 652,
Line: 34, Line: 37,
Column: 5, Column: 5,
}, },
}, },

View File

@@ -1,3 +1,6 @@
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
disable_cache = true disable_cache = true
disable_mlock = true disable_mlock = true

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
storage "raft" { storage "raft" {
path = "/path/to/raft" path = "/path/to/raft"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
regions: regions:
- eu-north-1 - eu-north-1

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
output "keys" { output "keys" {
value = { value = {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "aws_ssh_public_key" { variable "aws_ssh_public_key" {
description = "The public key to use for the ssh key" description = "The public key to use for the ssh key"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
output "ci_role" { output "ci_role" {
value = { value = {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
provider "aws" { provider "aws" {
region = "us-east-1" region = "us-east-1"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
locals { locals {
// This is the code of the service quota to request a change for. Each adjustable limit has a // This is the code of the service quota to request a change for. Each adjustable limit has a

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "repository" { variable "repository" {
description = "The GitHub repository, either vault or vault-enterprise" description = "The GitHub repository, either vault or vault-enterprise"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
globals { globals {
archs = ["amd64", "arm64"] archs = ["amd64", "arm64"]

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
module "autopilot_upgrade_storageconfig" { module "autopilot_upgrade_storageconfig" {
source = "./modules/autopilot_upgrade_storageconfig" source = "./modules/autopilot_upgrade_storageconfig"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
provider "aws" "default" { provider "aws" "default" {
region = var.aws_region region = var.aws_region

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
sample "build_ce_linux_amd64_deb" { sample "build_ce_linux_amd64_deb" {
attributes = global.sample_attributes attributes = global.sample_attributes

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
sample "release_ce_linux_amd64_deb" { sample "release_ce_linux_amd64_deb" {
attributes = global.sample_attributes attributes = global.sample_attributes

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
scenario "agent" { scenario "agent" {
matrix { matrix {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
scenario "autopilot" { scenario "autopilot" {
matrix { matrix {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
scenario "proxy" { scenario "proxy" {
matrix { matrix {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
// The replication scenario configures performance replication between two Vault clusters and verifies // The replication scenario configures performance replication between two Vault clusters and verifies
// known_primary_cluster_addrs are updated on secondary Vault cluster with the IP addresses of replaced // known_primary_cluster_addrs are updated on secondary Vault cluster with the IP addresses of replaced

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
scenario "seal_ha" { scenario "seal_ha" {
matrix { matrix {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
scenario "smoke" { scenario "smoke" {
matrix { matrix {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
scenario "ui" { scenario "ui" {
matrix { matrix {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
scenario "upgrade" { scenario "upgrade" {
matrix { matrix {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform_cli "default" { terraform_cli "default" {
plugin_cache_dir = var.terraform_plugin_cache_dir != null ? abspath(var.terraform_plugin_cache_dir) : null plugin_cache_dir = var.terraform_plugin_cache_dir != null ? abspath(var.terraform_plugin_cache_dir) : null

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "artifactory_username" { variable "artifactory_username" {
type = string type = string

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
# artifactory_username is the username to use when testing an artifact stored in artfactory. # artifactory_username is the username to use when testing an artifact stored in artfactory.
# artifactory_username = "yourname@hashicorp.com" # artifactory_username = "yourname@hashicorp.com"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
module "create_kind_cluster" { module "create_kind_cluster" {
source = "../modules/local_kind_cluster" source = "../modules/local_kind_cluster"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
provider "enos" "default" {} provider "enos" "default" {}

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
scenario "k8s" { scenario "k8s" {
matrix { matrix {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform "k8s" { terraform "k8s" {
required_version = ">= 1.2.0" required_version = ">= 1.2.0"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "vault_image_repository" { variable "vault_image_repository" {
description = "The repository for the docker image to load, i.e. hashicorp/vault" description = "The repository for the docker image to load, i.e. hashicorp/vault"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "vault_product_version" {} variable "vault_product_version" {}

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_version = ">= 1.2.0" required_version = ">= 1.2.0"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
output "private_ips" { output "private_ips" {
description = "Consul cluster target host private_ips" description = "Consul cluster target host private_ips"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "cluster_name" { variable "cluster_name" {
type = string type = string

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
// Shim module to handle the fact that Vault doesn't actually need a backend module when we use raft. // Shim module to handle the fact that Vault doesn't actually need a backend module when we use raft.
terraform { terraform {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
# Shim module since CRT provided things will use the crt_bundle_path variable # Shim module since CRT provided things will use the crt_bundle_path variable
variable "bundle_path" { variable "bundle_path" {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -eux -o pipefail set -eux -o pipefail

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
data "aws_availability_zones" "available" { data "aws_availability_zones" "available" {
state = "available" state = "available"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
output "id" { output "id" {
description = "Created VPC ID" description = "Created VPC ID"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "name" { variable "name" {
type = string type = string

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
locals { locals {
architectures = toset(["arm64", "x86_64"]) architectures = toset(["arm64", "x86_64"])

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -eu -o pipefail set -eu -o pipefail

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -euo pipefail set -euo pipefail

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -e set -e

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_version = ">= 1.0" required_version = ">= 1.0"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "context_name" { variable "context_name" {
type = string type = string

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "vault_instance_count" { variable "vault_instance_count" {
type = number type = number

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
# The Vault replication smoke test, documented in # The Vault replication smoke test, documented in

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "vault_instance_count" { variable "vault_instance_count" {
type = number type = number

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -e set -e

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "vault_instance_count" { variable "vault_instance_count" {
type = number type = number

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -e set -e

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
# The Vault smoke test to verify the Vault version installed # The Vault smoke test to verify the Vault version installed

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "vault_instance_count" { variable "vault_instance_count" {
type = number type = number

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "vault_instance_count" { variable "vault_instance_count" {
type = number type = number

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "file_name" {} variable "file_name" {}

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
// An arithmetic module for calculating inputs and outputs for various replication steps. // An arithmetic module for calculating inputs and outputs for various replication steps.

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
# A shim unseal key module for shamir seal types # A shim unseal key module for shamir seal types

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
/* /*

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
# A shim seal module for shamir seals. For Shamir seals the enos_vault_init resource will take care # A shim seal module for shamir seals. For Shamir seals the enos_vault_init resource will take care
# of creating our seal. # of creating our seal.

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -e set -e

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -e set -e

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -ex set -ex

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -e set -e

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
## Copyright (c) HashiCorp, Inc. ## Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
set -e set -e

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
output "cluster_name" { output "cluster_name" {
description = "The Vault cluster name" description = "The Vault cluster name"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "cluster_name" { variable "cluster_name" {
type = string type = string

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
output "cluster_name" { output "cluster_name" {
value = local.cluster_name value = local.cluster_name

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "ami_id" { variable "ami_id" {
description = "The machine image identifier" description = "The machine image identifier"

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
terraform { terraform {
required_providers { required_providers {

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
output "cluster_name" { output "cluster_name" {
value = local.cluster_name value = local.cluster_name

View File

@@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0 # SPDX-License-Identifier: BUSL-1.1
variable "ami_id" { variable "ami_id" {
description = "The machine image identifier" description = "The machine image identifier"

Some files were not shown because too many files have changed in this diff Show More