Skip to content

Commit e262c5c

Browse files
committed
examples: reformat
1 parent b539278 commit e262c5c

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

examples/example.pkr.hcl

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ variable "tpp_manifest_path" {
3131
}
3232

3333
source "file" "example" {
34-
content = ""
35-
target = "/dev/null"
34+
content = ""
35+
target = "/dev/null"
3636
}
3737

3838
source "file" "var_test" {
3939
content = jsonencode({
40-
test_var1 = var.test_var1
41-
test_var2 = var.test_var2
42-
test_int = var.test_int
43-
test_float = var.test_float
40+
test_var1 = var.test_var1
41+
test_var2 = var.test_var2
42+
test_int = var.test_int
43+
test_float = var.test_float
4444
test_big_float = var.test_big_float
45-
test_bool = var.test_bool
46-
test_list = var.test_list
45+
test_bool = var.test_bool
46+
test_list = var.test_list
4747
})
4848
target = "/tmp/tpp_test_vars.json"
4949
}

examples/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ resource "random_string" "random" {
5151
}
5252

5353
resource "packer_image" "image2" {
54-
directory = data.packer_files.files2.directory
55-
force = true
54+
directory = data.packer_files.files2.directory
55+
force = true
5656
variables = {
5757
test_var3 = "test 3"
5858
}

examples/subdir/example2.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ variable "test_big_float" {
77
}
88

99
source "file" "example" {
10-
content = ""
11-
target = "/dev/null"
10+
content = ""
11+
target = "/dev/null"
1212
}
1313

1414
build {

examples/tests/17_log_output.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "file" "example" {
2-
content = ""
3-
target = "/dev/null"
2+
content = ""
3+
target = "/dev/null"
44
}
55

66
build {

examples/tests/plugins.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ packer {
88
}
99

1010
source "file" "example" {
11-
content = ""
12-
target = "/dev/null"
11+
content = ""
12+
target = "/dev/null"
1313
}
1414

1515
build {

examples/tests/plugins/plugins.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ packer {
88
}
99

1010
source "file" "example" {
11-
content = ""
12-
target = "/dev/null"
11+
content = ""
12+
target = "/dev/null"
1313
}
1414

1515
build {

0 commit comments

Comments
 (0)