From 4ac6d53722d0bf6d8aadfae1f58c93ffa065fbd9 Mon Sep 17 00:00:00 2001 From: Scott Ford Date: Thu, 18 Apr 2024 16:14:20 -0700 Subject: [PATCH] Updates examples to use cnspec11 Signed-off-by: Scott Ford --- examples/aws/amazon-linux-2.pkr.hcl | 2 +- examples/aws/amazon-linux-2023.pkr.hcl | 2 +- examples/aws/ubuntu-2004.pkr.hcl | 2 +- examples/aws/ubuntu-2204.pkr.hcl | 2 +- examples/aws/windows-2019.pkr.hcl | 2 +- examples/azure/windows/windows.pkr.hcl | 2 +- examples/custom-policybundle/docker-ubuntu.pkr.hcl | 2 +- examples/docker/docker-ubuntu.pkr.hcl | 2 +- examples/gcp/ubuntu2004.pkr.hcl | 2 +- examples/vsphere/centos7/centos-7-x86_64.vsphere.pkr.hcl | 2 +- examples/vsphere/rocky8/rocky-8.pkr.hcl | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/aws/amazon-linux-2.pkr.hcl b/examples/aws/amazon-linux-2.pkr.hcl index 13a3192..7188eb2 100644 --- a/examples/aws/amazon-linux-2.pkr.hcl +++ b/examples/aws/amazon-linux-2.pkr.hcl @@ -9,7 +9,7 @@ packer { source = "github.com/hashicorp/amazon" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/aws/amazon-linux-2023.pkr.hcl b/examples/aws/amazon-linux-2023.pkr.hcl index 709d430..90abbe5 100644 --- a/examples/aws/amazon-linux-2023.pkr.hcl +++ b/examples/aws/amazon-linux-2023.pkr.hcl @@ -9,7 +9,7 @@ packer { source = "github.com/hashicorp/amazon" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/aws/ubuntu-2004.pkr.hcl b/examples/aws/ubuntu-2004.pkr.hcl index 7085d0b..84406d7 100644 --- a/examples/aws/ubuntu-2004.pkr.hcl +++ b/examples/aws/ubuntu-2004.pkr.hcl @@ -8,7 +8,7 @@ packer { source = "github.com/hashicorp/amazon" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/aws/ubuntu-2204.pkr.hcl b/examples/aws/ubuntu-2204.pkr.hcl index b8263d1..6c6a510 100644 --- a/examples/aws/ubuntu-2204.pkr.hcl +++ b/examples/aws/ubuntu-2204.pkr.hcl @@ -8,7 +8,7 @@ packer { source = "github.com/hashicorp/amazon" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/aws/windows-2019.pkr.hcl b/examples/aws/windows-2019.pkr.hcl index 771b16a..6077874 100644 --- a/examples/aws/windows-2019.pkr.hcl +++ b/examples/aws/windows-2019.pkr.hcl @@ -8,7 +8,7 @@ packer { source = "github.com/hashicorp/amazon" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/azure/windows/windows.pkr.hcl b/examples/azure/windows/windows.pkr.hcl index 4a75465..e3d0f94 100644 --- a/examples/azure/windows/windows.pkr.hcl +++ b/examples/azure/windows/windows.pkr.hcl @@ -8,7 +8,7 @@ packer { version = ">= 2" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/custom-policybundle/docker-ubuntu.pkr.hcl b/examples/custom-policybundle/docker-ubuntu.pkr.hcl index cc3effa..b66402b 100644 --- a/examples/custom-policybundle/docker-ubuntu.pkr.hcl +++ b/examples/custom-policybundle/docker-ubuntu.pkr.hcl @@ -8,7 +8,7 @@ packer { source = "github.com/hashicorp/docker" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/docker/docker-ubuntu.pkr.hcl b/examples/docker/docker-ubuntu.pkr.hcl index 76f92e4..eda2859 100644 --- a/examples/docker/docker-ubuntu.pkr.hcl +++ b/examples/docker/docker-ubuntu.pkr.hcl @@ -8,7 +8,7 @@ packer { source = "github.com/hashicorp/docker" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/gcp/ubuntu2004.pkr.hcl b/examples/gcp/ubuntu2004.pkr.hcl index 2cdb6e3..c8c14e8 100644 --- a/examples/gcp/ubuntu2004.pkr.hcl +++ b/examples/gcp/ubuntu2004.pkr.hcl @@ -8,7 +8,7 @@ packer { source = "github.com/hashicorp/googlecompute" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/vsphere/centos7/centos-7-x86_64.vsphere.pkr.hcl b/examples/vsphere/centos7/centos-7-x86_64.vsphere.pkr.hcl index 97fd464..6494ab8 100644 --- a/examples/vsphere/centos7/centos-7-x86_64.vsphere.pkr.hcl +++ b/examples/vsphere/centos7/centos-7-x86_64.vsphere.pkr.hcl @@ -13,7 +13,7 @@ packer { source = "github.com/hashicorp/vsphere" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } } diff --git a/examples/vsphere/rocky8/rocky-8.pkr.hcl b/examples/vsphere/rocky8/rocky-8.pkr.hcl index 38afe70..4a50235 100644 --- a/examples/vsphere/rocky8/rocky-8.pkr.hcl +++ b/examples/vsphere/rocky8/rocky-8.pkr.hcl @@ -21,7 +21,7 @@ packer { source = "github.com/hashicorp/vsphere" } cnspec = { - version = ">= 10.0.0" + version = ">= 11.0.0" source = "github.com/mondoohq/cnspec" } }