Skip to content

Commit

Permalink
Merge pull request #166 from breml/chore-formatting
Browse files Browse the repository at this point in the history
chore: formatting
  • Loading branch information
stgraber authored Nov 19, 2024
2 parents 2c21707 + afdf0ae commit 9ff42c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
INCUS_TOKEN=$(incus config trust add terraform --quiet)
incus remote add localhost "${INCUS_TOKEN}"
incus remote add docker https://docker.io --protocol=oci
- name: Configure OVN
Expand Down
16 changes: 8 additions & 8 deletions internal/image/resource_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ resource "incus_image" "img1vm" {
source_image = {
remote = "images"
name = "alpine/edge"
type = "virtual-machine"
type = "virtual-machine"
copy_aliases = true
}
}
Expand Down Expand Up @@ -471,8 +471,8 @@ resource "incus_instance" "inst" {
name = "root"
type = "disk"
properties = {
pool = "default"
path = "/"
pool = "default"
path = "/"
}
}
}
Expand All @@ -491,7 +491,7 @@ resource "incus_image" "img1" {
source_image = {
remote = "images"
name = "alpine/edge"
architecture = "%s"
architecture = "%s"
}
}
`, project, architecture)
Expand All @@ -513,8 +513,8 @@ func testAccImage_sourceInstance(projectName, instanceName string) string {
resource "incus_project" "project1" {
name = "%[1]s"
config = {
"features.images" = false
"features.profiles" = false
"features.images" = false
"features.profiles" = false
}
}
Expand Down Expand Up @@ -542,8 +542,8 @@ func testAccImage_sourceInstanceWithSnapshot(projectName, instanceName string) s
resource "incus_project" "project1" {
name = "%[1]s"
config = {
"features.images" = false
"features.profiles" = false
"features.images" = false
"features.profiles" = false
}
}
Expand Down

0 comments on commit 9ff42c4

Please sign in to comment.