Skip to content

Commit 21f5d8b

Browse files
committed
Use ProtoV6ProviderFactories
1 parent 5c864b4 commit 21f5d8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

internal/provider/resource_tfe_hyok_configuration_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestAccTFEHYOKConfiguration_basic(t *testing.T) {
2323
// With AWS OIDC configuration
2424
resource.Test(t, resource.TestCase{
2525
PreCheck: func() { testAccPreCheck(t) },
26-
ProtoV5ProviderFactories: testAccMuxedProviders,
26+
ProtoV6ProviderFactories: testAccMuxedProviders,
2727
Steps: []resource.TestStep{
2828
{
2929
Config: testAccTFEAWSHYOKConfigurationConfig(orgName, "apple", "arn:aws:kms:us-east-1:123456789012:key/key1", "us-east-1"),
@@ -64,7 +64,7 @@ func TestAccTFEHYOKConfiguration_basic(t *testing.T) {
6464
// With Vault OIDC configuration
6565
resource.Test(t, resource.TestCase{
6666
PreCheck: func() { testAccPreCheck(t) },
67-
ProtoV5ProviderFactories: testAccMuxedProviders,
67+
ProtoV6ProviderFactories: testAccMuxedProviders,
6868
Steps: []resource.TestStep{
6969
{
7070
Config: testAccTFEVaultHYOKConfigurationConfig(orgName, "peach", "key1"),
@@ -103,7 +103,7 @@ func TestAccTFEHYOKConfiguration_basic(t *testing.T) {
103103
// With GCP OIDC configuration
104104
resource.Test(t, resource.TestCase{
105105
PreCheck: func() { testAccPreCheck(t) },
106-
ProtoV5ProviderFactories: testAccMuxedProviders,
106+
ProtoV6ProviderFactories: testAccMuxedProviders,
107107
Steps: []resource.TestStep{
108108
{
109109
Config: testAccTFEGCPHYOKConfigurationConfig(orgName, "cucumber", "key1", "global", "key-ring-1"),
@@ -147,7 +147,7 @@ func TestAccTFEHYOKConfiguration_basic(t *testing.T) {
147147
// With Azure OIDC configuration
148148
resource.Test(t, resource.TestCase{
149149
PreCheck: func() { testAccPreCheck(t) },
150-
ProtoV5ProviderFactories: testAccMuxedProviders,
150+
ProtoV6ProviderFactories: testAccMuxedProviders,
151151
Steps: []resource.TestStep{
152152
{
153153
Config: testAccTFEAzureHYOKConfigurationConfig(orgName, "banana", "https://random.vault.azure.net/keys/key1"),

0 commit comments

Comments
 (0)