Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .changelog/2848.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
```release-note:none```
2 changes: 1 addition & 1 deletion META.d/_summary.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

---
Expand Down
2 changes: 1 addition & 1 deletion META.d/links.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

runbooks: []
Expand Down
2 changes: 1 addition & 1 deletion _examples/aks/aks-cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/aks/aks-cluster/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "kubernetes_version" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/aks/kubernetes-config/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/aks/kubernetes-config/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/aks/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/aks/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

output "kubeconfig_path" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/aks/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "location" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/certificate-signing-request/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "tls_private_key" "example" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/certificate-signing-request/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "example_user" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/cross-cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "minikube_host_ip" {}
Expand Down
2 changes: 1 addition & 1 deletion _examples/deferred-actions/cluster.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/deferred-actions/crd.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_manifest" "crd_workspaces" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/deferred-actions/workspace.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_namespace_v1" "demo_ns" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/eks-cluster/cluster.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "aws_eks_cluster" "k8s-acc" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/eks-cluster/iam.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "aws_iam_role" "k8s-acc-cluster" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/eks-cluster/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/eks-cluster/version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/eks-cluster/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

data "aws_region" "current" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/eks-oidc/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/kubernetes-config/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

data "aws_eks_cluster" "default" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/kubernetes-config/output.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

output "kubeconfig" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/kubernetes-config/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/kubernetes-config/version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/output.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

output "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/eks/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "random_id" "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/gke-cluster/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/gke-cluster/output.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

output "node_version" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/gke-cluster/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "kubernetes_version" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/gke-oidc/gke.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

data "google_container_cluster" "upstream" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/gke-oidc/k8s.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

provider "kubernetes" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/gke-oidc/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

output "config_manifest" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/gke-oidc/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/kubeconfig-template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/kubernetes-config/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/kubernetes-config/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

output "kubeconfig_path" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/gke/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "random_id" "cluster_name" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion _examples/google-gke-nfs-filestore/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

provider "google" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/in-cluster/namespace.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_namespace_v1" "this" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/in-cluster/pod.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_pod_v1" "this" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/in-cluster/provider.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

provider "kubernetes" {}
2 changes: 1 addition & 1 deletion _examples/ingress/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/job/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion _examples/kubernetes_manifest/bigcrd/bigcrd.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "location" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "location" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

variable "cluster_name" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/kubernetes_manifest/configmap/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_manifest" "test-configmap" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/kubernetes_manifest/crd/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_manifest" "test-crd" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/kubernetes_manifest/deployment/deployment.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_manifest" "test-deployment" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/kubernetes_manifest/ingress/ingress.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_manifest" "test-ingress" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/kubernetes_manifest/namespace/namespace.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_manifest" "test-namespace" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/kubernetes_manifest/pod/pod.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_manifest" "test-pod" {
Expand Down
2 changes: 1 addition & 1 deletion _examples/kubernetes_manifest/role/role.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0


Expand Down
2 changes: 1 addition & 1 deletion _examples/kubernetes_manifest/service/service.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_secret" "tfc-api-token" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_manifest" "namespace" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_role" "tfc-role" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_role_binding" "tfc-role-binding" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_secret" "workspace-secret" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_service_account" "tfc-service-account" {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2017, 2026
# SPDX-License-Identifier: MPL-2.0

resource "kubernetes_deployment" "tfc-deployment" {
Expand Down
Loading
Loading