Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hashicorp/terraform-provider-azurerm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 24377d99d73ad855caa34ba0a9d11c83877ad1ad
Choose a base ref
..
head repository: hashicorp/terraform-provider-azurerm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 657cc40e7c8c73dd4271b33bad1568ba8290be75
Choose a head ref
Showing with 0 additions and 3 deletions.
  1. +0 −3 internal/services/keyvault/encrypted_value_data_source.go
3 changes: 0 additions & 3 deletions internal/services/keyvault/encrypted_value_data_source.go
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@ import (
"github.com/hashicorp/terraform-provider-azurerm/internal/services/keyvault/parse"
"github.com/hashicorp/terraform-provider-azurerm/internal/services/keyvault/validate"
"github.com/hashicorp/terraform-provider-azurerm/internal/tf/validation"
"github.com/hashicorp/terraform-provider-azurerm/internal/timeouts"
"github.com/hashicorp/terraform-provider-azurerm/utils"
)

@@ -72,8 +71,6 @@ func (EncryptedValueDataSource) Read() sdk.ResourceFunc {
return sdk.ResourceFunc{
Func: func(ctx context.Context, metadata sdk.ResourceMetaData) error {
client := metadata.Client.KeyVault.ManagementClient
ctx, cancel := timeouts.ForCreate(metadata.Client.StopContext, metadata.ResourceData)
defer cancel()

var model EncryptedValueDataSourceModel
if err := metadata.Decode(&model); err != nil {