Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

---
Expand Down
2 changes: 1 addition & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright (c) HashiCorp, Inc.
* Copyright IBM Corp. 2014, 2025
* SPDX-License-Identifier: MPL-2.0
*/

Expand Down
2 changes: 1 addition & 1 deletion examples/alexa/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

variable "aws_region" {
Expand Down
2 changes: 1 addition & 1 deletion examples/api-gateway-rest-api-openapi/domain.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

#
Expand Down
2 changes: 1 addition & 1 deletion examples/api-gateway-rest-api-openapi/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion examples/api-gateway-rest-api-openapi/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

#
Expand Down
2 changes: 1 addition & 1 deletion examples/api-gateway-rest-api-openapi/rest-api.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

resource "aws_api_gateway_rest_api" "example" {
Expand Down
2 changes: 1 addition & 1 deletion examples/api-gateway-rest-api-openapi/stage.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# 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. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

aws_region = "us-west-2"
Expand Down
2 changes: 1 addition & 1 deletion examples/api-gateway-rest-api-openapi/tls.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

#
Expand Down
2 changes: 1 addition & 1 deletion examples/api-gateway-rest-api-openapi/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

variable "aws_region" {
Expand Down
2 changes: 1 addition & 1 deletion examples/api-gateway-websocket-chat-app/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# 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. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

aws_region = "us-east-1"
2 changes: 1 addition & 1 deletion examples/api-gateway-websocket-chat-app/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

output "security_group" {
Expand Down
2 changes: 1 addition & 1 deletion examples/asg/terraform.template.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

key_name = "terraform-aws-provider-example"
2 changes: 1 addition & 1 deletion examples/asg/userdata.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -v
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion examples/asg/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

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

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

variable "aws_region" {
Expand Down
2 changes: 1 addition & 1 deletion examples/cognito-user-pool/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

terraform {
Expand Down
2 changes: 1 addition & 1 deletion examples/cognito-user-pool/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

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

variable "aws_region" {
Expand Down
2 changes: 1 addition & 1 deletion examples/drs-initialize/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

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

variable "aws_first_access_key" {}
Expand Down
2 changes: 1 addition & 1 deletion examples/ecs-alb/cloud-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

# cloud-config
Expand Down
2 changes: 1 addition & 1 deletion examples/ecs-alb/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

output "instance_security_group" {
Expand Down
2 changes: 1 addition & 1 deletion examples/ecs-alb/terraform.template.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

admin_cidr_ingress = "1.2.3.4/32"
2 changes: 1 addition & 1 deletion examples/ecs-alb/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

output "address" {
Expand Down
2 changes: 1 addition & 1 deletion examples/eip/terraform.template.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

key_name = "terraform-aws-provider-example"
2 changes: 1 addition & 1 deletion examples/eip/userdata.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -v
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion examples/eip/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

variable "aws_region" {
Expand Down
2 changes: 1 addition & 1 deletion examples/eks-getting-started/eks-cluster.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

#
Expand Down
2 changes: 1 addition & 1 deletion examples/eks-getting-started/eks-worker-nodes.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

#
Expand Down
2 changes: 1 addition & 1 deletion examples/eks-getting-started/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

#
Expand Down
2 changes: 1 addition & 1 deletion examples/eks-getting-started/providers.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

variable "aws_region" {
Expand Down
2 changes: 1 addition & 1 deletion examples/eks-getting-started/vpc.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

#
Expand Down
2 changes: 1 addition & 1 deletion examples/eks-getting-started/workstation-external-ip.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

#
Expand Down
2 changes: 1 addition & 1 deletion examples/elasticsearch-domain/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

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

output "address" {
Expand Down
2 changes: 1 addition & 1 deletion examples/elb/terraform.template.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

key_name = "terraform-aws-provider-example"
2 changes: 1 addition & 1 deletion examples/elb/userdata.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -v
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

apt-get update -y
Expand Down
2 changes: 1 addition & 1 deletion examples/elb/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

variable "key_name" {
Expand Down
2 changes: 1 addition & 1 deletion examples/events/kinesis/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

output "rule_arn" {
Expand Down
2 changes: 1 addition & 1 deletion examples/events/kinesis/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

variable "aws_region" {
Expand Down
2 changes: 1 addition & 1 deletion examples/events/sns/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

output "rule_arn" {
Expand Down
2 changes: 1 addition & 1 deletion examples/events/sns/variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2014, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

output "ingest_endpoint" {
Expand Down
Loading
Loading