Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
simaotwx committed Jun 20, 2022
1 parent e1b0475 commit 2784cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data "packer_files" "files2" {
}

resource "packer_image" "image1" {
file = data.packer_files.files1.file
file = data.packer_files.files1.file
variables = {
test_var1 = "test 1"
test_var2 = "test 2"
Expand All @@ -44,8 +44,8 @@ resource "packer_image" "image2" {
variables = {
test_var3 = "test 3"
}
keep_environment = true
name = random_string.random.result
ignore_environment = false
name = random_string.random.result

triggers = {
packer_version = data.packer_version.version.version
Expand Down

0 comments on commit 2784cdf

Please sign in to comment.