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. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

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

data "azuread_client_config" "main" {}
2 changes: 1 addition & 1 deletion examples/application/locals.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

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

provider "azuread" {}
2 changes: 1 addition & 1 deletion examples/create-for-rbac/data.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

data "azuread_client_config" "main" {}
Expand Down
2 changes: 1 addition & 1 deletion examples/create-for-rbac/main.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) HashiCorp, Inc.
# Copyright IBM Corp. 2019, 2025
# SPDX-License-Identifier: MPL-2.0

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

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

provider "azuread" {}
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/acceptance.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package acceptance
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/check/that.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package check
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/data.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package acceptance
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/helpers/check_destroyed.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package helpers
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/helpers/delete.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package helpers
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/helpers/exists.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package helpers
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/helpers/is_not_resource_action.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package helpers
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/plugin_sdk_aliases.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package acceptance
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/random.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package acceptance
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/random_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package acceptance
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/steps.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package acceptance
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/testcase.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package acceptance
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/testclient/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package testclient
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/testing.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package acceptance
Expand Down
2 changes: 1 addition & 1 deletion internal/acceptance/types/resource.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package types
Expand Down
2 changes: 1 addition & 1 deletion internal/clients/builder.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package clients
Expand Down
2 changes: 1 addition & 1 deletion internal/clients/client.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package clients
Expand Down
2 changes: 1 addition & 1 deletion internal/common/client_options.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package common
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/applications/applications.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package applications
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/consistency/consistency.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package consistency
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/credentials/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package credentials
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/credentials/credentials.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package credentials
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/credentials/errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package credentials
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/errors.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package tf
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/locks.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package tf
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/marshal.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package tf
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/customize_diff.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/diag.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/explicitly_null_config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/hashstring.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/imports.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/resource.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/retries.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/schema.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/shim.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/state_upgrades.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/structure.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/tests.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/timeouts.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/types.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/pluginsdk/unknowns.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package pluginsdk
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/resource.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package tf
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/slices.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package tf
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/suppress/string.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package suppress
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/diag.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/lang.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/lang_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/mail_nickname.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/mail_nickname_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/net.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/net_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/pluginsdk.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/pluginsdk_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/strings.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/strings_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
2 changes: 1 addition & 1 deletion internal/helpers/tf/validation/uri.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) HashiCorp, Inc.
// Copyright IBM Corp. 2019, 2025
// SPDX-License-Identifier: MPL-2.0

package validation
Expand Down
Loading