Skip to content

Commit

Permalink
Updates examples to use cnspec11
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Ford <[email protected]>
  • Loading branch information
scottford-io committed Apr 18, 2024
1 parent 4edbdb8 commit 4ac6d53
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/aws/amazon-linux-2.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packer {
source = "github.com/hashicorp/amazon"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/aws/amazon-linux-2023.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packer {
source = "github.com/hashicorp/amazon"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/aws/ubuntu-2004.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packer {
source = "github.com/hashicorp/amazon"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/aws/ubuntu-2204.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packer {
source = "github.com/hashicorp/amazon"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/aws/windows-2019.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packer {
source = "github.com/hashicorp/amazon"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/azure/windows/windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packer {
version = ">= 2"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-policybundle/docker-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packer {
source = "github.com/hashicorp/docker"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/docker/docker-ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packer {
source = "github.com/hashicorp/docker"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gcp/ubuntu2004.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packer {
source = "github.com/hashicorp/googlecompute"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vsphere/centos7/centos-7-x86_64.vsphere.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packer {
source = "github.com/hashicorp/vsphere"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vsphere/rocky8/rocky-8.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packer {
source = "github.com/hashicorp/vsphere"
}
cnspec = {
version = ">= 10.0.0"
version = ">= 11.0.0"
source = "github.com/mondoohq/cnspec"
}
}
Expand Down

0 comments on commit 4ac6d53

Please sign in to comment.