From 4764c728e67fa0cf666138322a67c96b07dd1d0a Mon Sep 17 00:00:00 2001 From: Matthias Kay Date: Sat, 21 Dec 2024 15:24:57 +0100 Subject: [PATCH] chore: disable Renovate version updates in `examples/` (#1219) ## Description There are many provider and module updates in the examples. They are not needed as they don't provide any value and clutter the history. Thus the upper bound of the version constraint is removed. --- 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 8d9e624d..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.17.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.17.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 fc1e3719..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.82.1" + 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 a5ba03ff..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.17.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.17.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 fc1e3719..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.82.1" + 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 b3a78709..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.17.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.17.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 fc1e3719..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.82.1" + 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 e783fc60..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.17.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.17.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 fc1e3719..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.82.1" + 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 7297064c..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.17.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 fc1e3719..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.82.1" + 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" } } }