Skip to content

Commit

Permalink
Fix copy object from userspace
Browse files Browse the repository at this point in the history
  • Loading branch information
lordlezehaf committed May 20, 2021
1 parent aa5728d commit 41b3345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kb/resource_kibana_copy_object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ resource kibana_copy_object "test" {
name = "terraform-test2"
source_space = "default"
target_spaces = ["${kibana_user_space.test.name}"]
overwrite = true
create_new_copies = false
object {
id = "test"
type = "index-pattern"
Expand Down

0 comments on commit 41b3345

Please sign in to comment.