From 748fced0e71476ab920d1bb57bccc858b9062f93 Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Fri, 20 Dec 2024 15:28:22 +0100 Subject: [PATCH] no Renovate updates in examples --- examples/runner-certificates/main.tf | 4 ++-- examples/runner-certificates/versions.tf | 10 +++++----- examples/runner-default/main.tf | 4 ++-- examples/runner-default/versions.tf | 10 +++++----- examples/runner-docker/main.tf | 4 ++-- examples/runner-docker/versions.tf | 10 +++++----- examples/runner-fleeting-plugin/main.tf | 4 ++-- examples/runner-fleeting-plugin/versions.tf | 10 +++++----- examples/runner-public/main.tf | 2 +- examples/runner-public/versions.tf | 10 +++++----- 10 files changed, 34 insertions(+), 34 deletions(-) diff --git a/examples/runner-certificates/main.tf b/examples/runner-certificates/main.tf index d4cad01f..4cdfe380 100644 --- a/examples/runner-certificates/main.tf +++ b/examples/runner-certificates/main.tf @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" { # kics-scan ignore-line module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.16.0" + version = ">= 5.16.0" name = "vpc-${var.environment}" cidr = "10.0.0.0/16" @@ -26,7 +26,7 @@ module "vpc" { module "vpc_endpoints" { source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints" - version = "5.16.0" + version = ">= 5.16.0" vpc_id = module.vpc.vpc_id diff --git a/examples/runner-certificates/versions.tf b/examples/runner-certificates/versions.tf index 8fd4c558..19759151 100644 --- a/examples/runner-certificates/versions.tf +++ b/examples/runner-certificates/versions.tf @@ -5,23 +5,23 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.78.0" + version = ">= 5.78.0" } local = { source = "hashicorp/local" - version = "2.5.2" + version = ">= 2.5.2" } null = { source = "hashicorp/null" - version = "3.2.3" + version = ">= 3.2.3" } tls = { source = "hashicorp/tls" - version = "4.0.6" + version = ">= 4.0.6" } random = { source = "hashicorp/random" - version = "3.6.3" + version = ">= 3.6.3" } } } diff --git a/examples/runner-default/main.tf b/examples/runner-default/main.tf index 638cf66b..92b26227 100644 --- a/examples/runner-default/main.tf +++ b/examples/runner-default/main.tf @@ -11,7 +11,7 @@ data "aws_security_group" "default" { # kics-scan ignore-line module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.16.0" + version = ">= 5.16.0" name = "vpc-${var.environment}" cidr = "10.0.0.0/16" @@ -31,7 +31,7 @@ module "vpc" { module "vpc_endpoints" { source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints" - version = "5.16.0" + version = ">= 5.16.0" vpc_id = module.vpc.vpc_id diff --git a/examples/runner-default/versions.tf b/examples/runner-default/versions.tf index 8fd4c558..19759151 100644 --- a/examples/runner-default/versions.tf +++ b/examples/runner-default/versions.tf @@ -5,23 +5,23 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.78.0" + version = ">= 5.78.0" } local = { source = "hashicorp/local" - version = "2.5.2" + version = ">= 2.5.2" } null = { source = "hashicorp/null" - version = "3.2.3" + version = ">= 3.2.3" } tls = { source = "hashicorp/tls" - version = "4.0.6" + version = ">= 4.0.6" } random = { source = "hashicorp/random" - version = "3.6.3" + version = ">= 3.6.3" } } } diff --git a/examples/runner-docker/main.tf b/examples/runner-docker/main.tf index cb0cb09c..9186b83d 100644 --- a/examples/runner-docker/main.tf +++ b/examples/runner-docker/main.tf @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" { # kics-scan ignore-line module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.16.0" + version = ">= 5.16.0" name = "vpc-${var.environment}" cidr = "10.1.0.0/16" @@ -22,7 +22,7 @@ module "vpc" { module "vpc_endpoints" { source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints" - version = "5.16.0" + version = ">= 5.16.0" vpc_id = module.vpc.vpc_id diff --git a/examples/runner-docker/versions.tf b/examples/runner-docker/versions.tf index 8fd4c558..19759151 100644 --- a/examples/runner-docker/versions.tf +++ b/examples/runner-docker/versions.tf @@ -5,23 +5,23 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.78.0" + version = ">= 5.78.0" } local = { source = "hashicorp/local" - version = "2.5.2" + version = ">= 2.5.2" } null = { source = "hashicorp/null" - version = "3.2.3" + version = ">= 3.2.3" } tls = { source = "hashicorp/tls" - version = "4.0.6" + version = ">= 4.0.6" } random = { source = "hashicorp/random" - version = "3.6.3" + version = ">= 3.6.3" } } } diff --git a/examples/runner-fleeting-plugin/main.tf b/examples/runner-fleeting-plugin/main.tf index 8d5cf380..59480428 100644 --- a/examples/runner-fleeting-plugin/main.tf +++ b/examples/runner-fleeting-plugin/main.tf @@ -11,7 +11,7 @@ data "aws_security_group" "default" { # kics-scan ignore-line module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.16.0" + version = ">= 5.16.0" name = "vpc-${var.environment}" cidr = "10.0.0.0/16" @@ -31,7 +31,7 @@ module "vpc" { module "vpc_endpoints" { source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints" - version = "5.16.0" + version = ">= 5.16.0" vpc_id = module.vpc.vpc_id diff --git a/examples/runner-fleeting-plugin/versions.tf b/examples/runner-fleeting-plugin/versions.tf index 8fd4c558..19759151 100644 --- a/examples/runner-fleeting-plugin/versions.tf +++ b/examples/runner-fleeting-plugin/versions.tf @@ -5,23 +5,23 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.78.0" + version = ">= 5.78.0" } local = { source = "hashicorp/local" - version = "2.5.2" + version = ">= 2.5.2" } null = { source = "hashicorp/null" - version = "3.2.3" + version = ">= 3.2.3" } tls = { source = "hashicorp/tls" - version = "4.0.6" + version = ">= 4.0.6" } random = { source = "hashicorp/random" - version = "3.6.3" + version = ">= 3.6.3" } } } diff --git a/examples/runner-public/main.tf b/examples/runner-public/main.tf index 201e527b..adf5e7ed 100644 --- a/examples/runner-public/main.tf +++ b/examples/runner-public/main.tf @@ -6,7 +6,7 @@ data "aws_availability_zones" "available" { # kics-scan ignore-line module "vpc" { source = "terraform-aws-modules/vpc/aws" - version = "5.16.0" + version = ">= 5.16.0" name = "vpc-${var.environment}" cidr = "10.1.0.0/16" diff --git a/examples/runner-public/versions.tf b/examples/runner-public/versions.tf index 8fd4c558..19759151 100644 --- a/examples/runner-public/versions.tf +++ b/examples/runner-public/versions.tf @@ -5,23 +5,23 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.78.0" + version = ">= 5.78.0" } local = { source = "hashicorp/local" - version = "2.5.2" + version = ">= 2.5.2" } null = { source = "hashicorp/null" - version = "3.2.3" + version = ">= 3.2.3" } tls = { source = "hashicorp/tls" - version = "4.0.6" + version = ">= 4.0.6" } random = { source = "hashicorp/random" - version = "3.6.3" + version = ">= 3.6.3" } } }