enos: fix licensing on backported files (#24162)

Signed-off-by: Ryan Cragun <me@ryan.ec>
This commit is contained in:
Ryan Cragun 2023-11-16 12:59:47 -07:00 committed by GitHub
parent 781fbc7774
commit b19617d955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
150 changed files with 150 additions and 150 deletions

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {
required_providers { required_providers {

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {
required_providers { required_providers {

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
globals { globals {
backend_tag_key = "VaultStorage" backend_tag_key = "VaultStorage"

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
scenario "agent" { scenario "agent" {
matrix { matrix {

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
// 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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
scenario "smoke" { scenario "smoke" {
matrix { matrix {

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
// 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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
# 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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {
required_providers { required_providers {

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
set -euo pipefail set -euo pipefail

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
# 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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
set -e set -e

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
# 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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {
required_providers { required_providers {

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
// 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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
variable "cluster_id" { variable "cluster_id" {
type = string type = string

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
# 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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {
required_providers { required_providers {

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {
required_providers { required_providers {

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {
required_providers { required_providers {

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
terraform { terraform {
required_providers { required_providers {

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
set -e set -e

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
variable "artifactory_username" { variable "artifactory_username" {
type = string type = string
description = "The username to use when connecting to artifactory" description = "The username to use when connecting to artifactory"

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
output "audit_device_file_path" { output "audit_device_file_path" {
description = "The file path for the audit device, if enabled" description = "The file path for the audit device, if enabled"

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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
set -eux set -eux

View File

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

View File

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

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
if test "$LICENSE" = "none"; then if test "$LICENSE" = "none"; then

View File

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

View File

@ -1,5 +1,5 @@
# Copyright (c) HashiCorp, Inc. # Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
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: BUSL-1.1 # SPDX-License-Identifier: MPL-2.0
set -e set -e

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