File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
func TestAccDataSourceKibanaSecurityRole (t * testing.T ) {
12
12
resource .Test (t , resource.TestCase {
13
13
PreCheck : func () { acctest .PreCheck (t ) },
14
- ProtoV5ProviderFactories : acctest .Providers ,
14
+ ProtoV6ProviderFactories : acctest .Providers ,
15
15
Steps : []resource.TestStep {
16
16
{
17
17
Config : testAccDataSourceSecurityRole ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ func TestAccResourceKibanaSecurityRole(t *testing.T) {
19
19
resource .Test (t , resource.TestCase {
20
20
PreCheck : func () { acctest .PreCheck (t ) },
21
21
CheckDestroy : checkResourceSecurityRoleDestroy ,
22
- ProtoV5ProviderFactories : acctest .Providers ,
22
+ ProtoV6ProviderFactories : acctest .Providers ,
23
23
Steps : []resource.TestStep {
24
24
{
25
25
Config : testAccResourceSecurityRoleCreate (roleName ),
You can’t perform that action at this time.
0 commit comments