Skip to content

Commit

Permalink
Add test for all_vms parameter in vm_state datasource(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericBerot-Armand authored and outscale-toa committed Apr 20, 2023
1 parent f7c966b commit bf15f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outscale/data_source_outscale_vm_state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func testAccDataSourceOutscaleOAPIVmStateConfig(omi, vmType string) string {
}
data "outscale_vm_state" "state" {
all_vms = false
filter {
name = "vm_ids"
values = [outscale_vm.basic.id]
Expand Down

0 comments on commit bf15f80

Please sign in to comment.