@@ -23,7 +23,7 @@ func TestAccTFEHYOKConfiguration_basic(t *testing.T) {
23
23
// With AWS OIDC configuration
24
24
resource .Test (t , resource.TestCase {
25
25
PreCheck : func () { testAccPreCheck (t ) },
26
- ProtoV5ProviderFactories : testAccMuxedProviders ,
26
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
27
27
Steps : []resource.TestStep {
28
28
{
29
29
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) {
64
64
// With Vault OIDC configuration
65
65
resource .Test (t , resource.TestCase {
66
66
PreCheck : func () { testAccPreCheck (t ) },
67
- ProtoV5ProviderFactories : testAccMuxedProviders ,
67
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
68
68
Steps : []resource.TestStep {
69
69
{
70
70
Config : testAccTFEVaultHYOKConfigurationConfig (orgName , "peach" , "key1" ),
@@ -103,7 +103,7 @@ func TestAccTFEHYOKConfiguration_basic(t *testing.T) {
103
103
// With GCP OIDC configuration
104
104
resource .Test (t , resource.TestCase {
105
105
PreCheck : func () { testAccPreCheck (t ) },
106
- ProtoV5ProviderFactories : testAccMuxedProviders ,
106
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
107
107
Steps : []resource.TestStep {
108
108
{
109
109
Config : testAccTFEGCPHYOKConfigurationConfig (orgName , "cucumber" , "key1" , "global" , "key-ring-1" ),
@@ -147,7 +147,7 @@ func TestAccTFEHYOKConfiguration_basic(t *testing.T) {
147
147
// With Azure OIDC configuration
148
148
resource .Test (t , resource.TestCase {
149
149
PreCheck : func () { testAccPreCheck (t ) },
150
- ProtoV5ProviderFactories : testAccMuxedProviders ,
150
+ ProtoV6ProviderFactories : testAccMuxedProviders ,
151
151
Steps : []resource.TestStep {
152
152
{
153
153
Config : testAccTFEAzureHYOKConfigurationConfig (orgName , "banana" , "https://random.vault.azure.net/keys/key1" ),
0 commit comments