Skip to content

Commit 3980a35

Browse files
committed
Add plugin to provider
1 parent 5ddcf0e commit 3980a35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

provider/plugin_framework.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ import (
3333
"github.com/elastic/terraform-provider-elasticstack/internal/kibana/import_saved_objects"
3434
"github.com/elastic/terraform-provider-elasticstack/internal/kibana/maintenance_window"
3535
"github.com/elastic/terraform-provider-elasticstack/internal/kibana/security_detection_rule"
36+
"github.com/elastic/terraform-provider-elasticstack/internal/kibana/security_exception_list"
3637
"github.com/elastic/terraform-provider-elasticstack/internal/kibana/security_list"
3738
"github.com/elastic/terraform-provider-elasticstack/internal/kibana/spaces"
3839
"github.com/elastic/terraform-provider-elasticstack/internal/kibana/synthetics/monitor"
@@ -150,6 +151,7 @@ func (p *Provider) resources(ctx context.Context) []func() resource.Resource {
150151
func (p *Provider) experimentalResources(ctx context.Context) []func() resource.Resource {
151152
return []func() resource.Resource{
152153
security_list.NewResource,
154+
security_exception_list.NewResource,
153155
}
154156
}
155157

0 commit comments

Comments
 (0)