Skip to content

Commit

Permalink
Update flexibleengine/acceptance/common.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiChangkuo authored Dec 24, 2023
1 parent 4ec2363 commit 082a4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexibleengine/acceptance/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ data "flexibleengine_compute_flavors_v2" "test" {
memory_size = 4
}
data "flexibleengine_images_image_v2" "test" {
data "flexibleengine_images_image" "test" {
name = "OBS Ubuntu 18.04"
}
`, testBaseNetwork(name))
Expand Down

0 comments on commit 082a4ed

Please sign in to comment.