diff --git a/_template/README.md b/_template/README.md index 3522397..b65a08b 100644 --- a/_template/README.md +++ b/_template/README.md @@ -7,13 +7,13 @@ A skeleton to start your own modules. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/_template/providers.tf b/_template/providers.tf index 13fc624..2938169 100644 --- a/_template/providers.tf +++ b/_template/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } } diff --git a/aws/acm-certificate-validation/README.md b/aws/acm-certificate-validation/README.md index 5393cbe..572c427 100644 --- a/aws/acm-certificate-validation/README.md +++ b/aws/acm-certificate-validation/README.md @@ -9,14 +9,14 @@ This module creates an ACM certificate validation |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/acm-certificate-validation/providers.tf b/aws/acm-certificate-validation/providers.tf index 648ddf8..9e71780 100644 --- a/aws/acm-certificate-validation/providers.tf +++ b/aws/acm-certificate-validation/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/acm-certificate/README.md b/aws/acm-certificate/README.md index dff7df6..0e6f26b 100644 --- a/aws/acm-certificate/README.md +++ b/aws/acm-certificate/README.md @@ -8,14 +8,14 @@ This module creates an ACM certificate |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/acm-certificate/providers.tf b/aws/acm-certificate/providers.tf index 648ddf8..9e71780 100644 --- a/aws/acm-certificate/providers.tf +++ b/aws/acm-certificate/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/cloudfront-distribution/README.md b/aws/cloudfront-distribution/README.md index f274b39..31270e8 100644 --- a/aws/cloudfront-distribution/README.md +++ b/aws/cloudfront-distribution/README.md @@ -8,14 +8,14 @@ Creates a CloudFront distribution. |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/cloudfront-distribution/providers.tf b/aws/cloudfront-distribution/providers.tf index edd36cd..2614ca8 100644 --- a/aws/cloudfront-distribution/providers.tf +++ b/aws/cloudfront-distribution/providers.tf @@ -7,7 +7,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } } diff --git a/aws/efs-access-point/README.md b/aws/efs-access-point/README.md index e2d52d6..e5d82b6 100644 --- a/aws/efs-access-point/README.md +++ b/aws/efs-access-point/README.md @@ -8,14 +8,14 @@ This module creates an EFS Access Point. |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/efs-access-point/versions.tf b/aws/efs-access-point/versions.tf index 648ddf8..9e71780 100644 --- a/aws/efs-access-point/versions.tf +++ b/aws/efs-access-point/versions.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/efs-filesystem/README.md b/aws/efs-filesystem/README.md index 51c7102..6895eb7 100644 --- a/aws/efs-filesystem/README.md +++ b/aws/efs-filesystem/README.md @@ -8,14 +8,14 @@ This module creates an EFS Filesystem and optionally a mount target in each of t |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/efs-filesystem/versions.tf b/aws/efs-filesystem/versions.tf index 648ddf8..9e71780 100644 --- a/aws/efs-filesystem/versions.tf +++ b/aws/efs-filesystem/versions.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/eks-addons/README.md b/aws/eks-addons/README.md index f4c3661..7ac6b6b 100644 --- a/aws/eks-addons/README.md +++ b/aws/eks-addons/README.md @@ -9,14 +9,14 @@ Deploy a list of eks addons to an eks cluster |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/eks-addons/providers.tf b/aws/eks-addons/providers.tf index 648ddf8..9e71780 100644 --- a/aws/eks-addons/providers.tf +++ b/aws/eks-addons/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/eks-cluster/README.md b/aws/eks-cluster/README.md index 4888887..90d962a 100644 --- a/aws/eks-cluster/README.md +++ b/aws/eks-cluster/README.md @@ -9,16 +9,16 @@ Create an EKS cluster in AWS |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | -| [tls](#requirement\_tls) | ~> 4.1.0 | +| [time](#requirement\_time) | ~> 0.13.0 | +| [tls](#requirement\_tls) | ~> 4.2.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | -| [tls](#provider\_tls) | ~> 4.1.0 | +| [time](#provider\_time) | ~> 0.13.0 | +| [tls](#provider\_tls) | ~> 4.2.0 | ## Modules diff --git a/aws/eks-cluster/providers.tf b/aws/eks-cluster/providers.tf index 0081c5c..f66f6b0 100644 --- a/aws/eks-cluster/providers.tf +++ b/aws/eks-cluster/providers.tf @@ -6,11 +6,11 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } tls = { source = "hashicorp/tls" - version = "~> 4.1.0" + version = "~> 4.2.0" } } required_version = "~> 1.3" diff --git a/aws/eks-nodegroup/README.md b/aws/eks-nodegroup/README.md index e2aa093..b83d4ca 100644 --- a/aws/eks-nodegroup/README.md +++ b/aws/eks-nodegroup/README.md @@ -9,14 +9,14 @@ Create an EKS nodegroup in AWS |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/eks-nodegroup/providers.tf b/aws/eks-nodegroup/providers.tf index 648ddf8..9e71780 100644 --- a/aws/eks-nodegroup/providers.tf +++ b/aws/eks-nodegroup/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/iam-eks-oidc-provider/README.md b/aws/iam-eks-oidc-provider/README.md index 2f7e3b6..23f0bb6 100644 --- a/aws/iam-eks-oidc-provider/README.md +++ b/aws/iam-eks-oidc-provider/README.md @@ -8,14 +8,14 @@ Create a IAM OIDC provider used to link EKS Services Accounts and IAM roles |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/iam-eks-oidc-provider/providers.tf b/aws/iam-eks-oidc-provider/providers.tf index 648ddf8..9e71780 100644 --- a/aws/iam-eks-oidc-provider/providers.tf +++ b/aws/iam-eks-oidc-provider/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/iam-policy/README.md b/aws/iam-policy/README.md index a29bdeb..63b64f7 100644 --- a/aws/iam-policy/README.md +++ b/aws/iam-policy/README.md @@ -9,14 +9,14 @@ Create a IAM role and manage it's attached policies |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/iam-policy/providers.tf b/aws/iam-policy/providers.tf index 648ddf8..9e71780 100644 --- a/aws/iam-policy/providers.tf +++ b/aws/iam-policy/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/iam-role/README.md b/aws/iam-role/README.md index 483cee8..5c767f4 100644 --- a/aws/iam-role/README.md +++ b/aws/iam-role/README.md @@ -9,14 +9,14 @@ Create an IAM role and manage its attached policies |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/iam-role/providers.tf b/aws/iam-role/providers.tf index 648ddf8..9e71780 100644 --- a/aws/iam-role/providers.tf +++ b/aws/iam-role/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/iam-service-linked-role/README.md b/aws/iam-service-linked-role/README.md index ba6c6a1..f084bda 100644 --- a/aws/iam-service-linked-role/README.md +++ b/aws/iam-service-linked-role/README.md @@ -9,14 +9,14 @@ Create an IAM service linked role and manage its attached policies |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/iam-service-linked-role/providers.tf b/aws/iam-service-linked-role/providers.tf index 648ddf8..9e71780 100644 --- a/aws/iam-service-linked-role/providers.tf +++ b/aws/iam-service-linked-role/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/lambda/README.md b/aws/lambda/README.md index 1c10964..be1bed9 100644 --- a/aws/lambda/README.md +++ b/aws/lambda/README.md @@ -9,14 +9,14 @@ A skeleton to start your own modules. |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/lambda/providers.tf b/aws/lambda/providers.tf index fdf8ce5..5326e4c 100644 --- a/aws/lambda/providers.tf +++ b/aws/lambda/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } aws = { source = "hashicorp/aws", diff --git a/aws/launch-template/README.md b/aws/launch-template/README.md index af3c0bc..64c62d0 100644 --- a/aws/launch-template/README.md +++ b/aws/launch-template/README.md @@ -9,14 +9,14 @@ A terraform module to deploy an EC2 launch template |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/launch-template/providers.tf b/aws/launch-template/providers.tf index 648ddf8..9e71780 100644 --- a/aws/launch-template/providers.tf +++ b/aws/launch-template/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/rds-mysql-cluster/README.md b/aws/rds-mysql-cluster/README.md index 3545977..e124b16 100644 --- a/aws/rds-mysql-cluster/README.md +++ b/aws/rds-mysql-cluster/README.md @@ -12,15 +12,15 @@ Create an RDS cluster in AWS with any number of instances. |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | -| [tls](#requirement\_tls) | ~> 4.0.3 | +| [time](#requirement\_time) | ~> 0.13.0 | +| [tls](#requirement\_tls) | ~> 4.2.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/rds-mysql-cluster/providers.tf b/aws/rds-mysql-cluster/providers.tf index 75e376d..4344077 100644 --- a/aws/rds-mysql-cluster/providers.tf +++ b/aws/rds-mysql-cluster/providers.tf @@ -7,11 +7,11 @@ terraform { } time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } tls = { source = "hashicorp/tls" - version = "~> 4.0.3" + version = "~> 4.2.0" } } } diff --git a/aws/route53-records/README.md b/aws/route53-records/README.md index 61f5bdf..dbf866e 100644 --- a/aws/route53-records/README.md +++ b/aws/route53-records/README.md @@ -9,14 +9,14 @@ Create route53 records on a given route53 zone |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/route53-records/providers.tf b/aws/route53-records/providers.tf index edd36cd..2614ca8 100644 --- a/aws/route53-records/providers.tf +++ b/aws/route53-records/providers.tf @@ -7,7 +7,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } } diff --git a/aws/s3-bucket-lifecycle-config/README.md b/aws/s3-bucket-lifecycle-config/README.md index 9eed494..ffe462f 100644 --- a/aws/s3-bucket-lifecycle-config/README.md +++ b/aws/s3-bucket-lifecycle-config/README.md @@ -9,7 +9,7 @@ This module creates a S3 bucket lifecycle configuration |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers diff --git a/aws/s3-bucket-lifecycle-config/providers.tf b/aws/s3-bucket-lifecycle-config/providers.tf index 648ddf8..9e71780 100644 --- a/aws/s3-bucket-lifecycle-config/providers.tf +++ b/aws/s3-bucket-lifecycle-config/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/s3-bucket-notification/README.md b/aws/s3-bucket-notification/README.md index 42e80e3..6df3adf 100644 --- a/aws/s3-bucket-notification/README.md +++ b/aws/s3-bucket-notification/README.md @@ -8,14 +8,14 @@ A skeleton to start your own modules. |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/s3-bucket-notification/providers.tf b/aws/s3-bucket-notification/providers.tf index fdf8ce5..5326e4c 100644 --- a/aws/s3-bucket-notification/providers.tf +++ b/aws/s3-bucket-notification/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } aws = { source = "hashicorp/aws", diff --git a/aws/s3-bucket/README.md b/aws/s3-bucket/README.md index 1c40bf7..30fa7dc 100644 --- a/aws/s3-bucket/README.md +++ b/aws/s3-bucket/README.md @@ -9,14 +9,14 @@ This module creates a S3 bucket |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/s3-bucket/providers.tf b/aws/s3-bucket/providers.tf index 648ddf8..9e71780 100644 --- a/aws/s3-bucket/providers.tf +++ b/aws/s3-bucket/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/security-group/README.md b/aws/security-group/README.md index b2bac4b..c131855 100644 --- a/aws/security-group/README.md +++ b/aws/security-group/README.md @@ -9,14 +9,14 @@ Create a EC2 security group and manage it's rules |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/security-group/providers.tf b/aws/security-group/providers.tf index 648ddf8..9e71780 100644 --- a/aws/security-group/providers.tf +++ b/aws/security-group/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/ssh-key-pair/README.md b/aws/ssh-key-pair/README.md index b340c20..e84783f 100644 --- a/aws/ssh-key-pair/README.md +++ b/aws/ssh-key-pair/README.md @@ -9,14 +9,14 @@ Create a new ssh keypair and upload it to aws |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/ssh-key-pair/providers.tf b/aws/ssh-key-pair/providers.tf index 648ddf8..9e71780 100644 --- a/aws/ssh-key-pair/providers.tf +++ b/aws/ssh-key-pair/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/aws/vpc/README.md b/aws/vpc/README.md index abd6dfa..cc52cdf 100644 --- a/aws/vpc/README.md +++ b/aws/vpc/README.md @@ -8,14 +8,14 @@ This module creates an ACM certificate |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/aws/vpc/providers.tf b/aws/vpc/providers.tf index 648ddf8..9e71780 100644 --- a/aws/vpc/providers.tf +++ b/aws/vpc/providers.tf @@ -6,7 +6,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/github/branch-protection/README.md b/github/branch-protection/README.md index 94a557c..09b8186 100644 --- a/github/branch-protection/README.md +++ b/github/branch-protection/README.md @@ -35,14 +35,14 @@ provider "github" { |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [github](#requirement\_github) | ~> 6.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [github](#provider\_github) | ~> 6.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/github/branch-protection/providers.tf b/github/branch-protection/providers.tf index 93ae66a..f4f8a33 100644 --- a/github/branch-protection/providers.tf +++ b/github/branch-protection/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } github = { source = "integrations/github" diff --git a/github/repository-ruleset/README.md b/github/repository-ruleset/README.md index 31dd0ab..185c8d2 100644 --- a/github/repository-ruleset/README.md +++ b/github/repository-ruleset/README.md @@ -35,14 +35,14 @@ provider "github" { |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [github](#requirement\_github) | ~> 6.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [github](#provider\_github) | ~> 6.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/github/repository-ruleset/providers.tf b/github/repository-ruleset/providers.tf index 93ae66a..f4f8a33 100644 --- a/github/repository-ruleset/providers.tf +++ b/github/repository-ruleset/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } github = { source = "integrations/github" diff --git a/github/repository/README.md b/github/repository/README.md index a5a77ca..8bc84f2 100644 --- a/github/repository/README.md +++ b/github/repository/README.md @@ -35,14 +35,14 @@ provider "github" { |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [github](#requirement\_github) | ~> 6.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [github](#provider\_github) | ~> 6.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/github/repository/providers.tf b/github/repository/providers.tf index 93ae66a..f4f8a33 100644 --- a/github/repository/providers.tf +++ b/github/repository/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } github = { source = "integrations/github" diff --git a/k8s/helm-release/README.md b/k8s/helm-release/README.md index ad393cd..36065f4 100644 --- a/k8s/helm-release/README.md +++ b/k8s/helm-release/README.md @@ -9,14 +9,14 @@ Deploy a kubernetes application trough helm |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [helm](#requirement\_helm) | >= 2.17.0, < 3.0.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [helm](#provider\_helm) | >= 2.17.0, < 3.0.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/k8s/helm-release/providers.tf b/k8s/helm-release/providers.tf index 2317337..e74910f 100644 --- a/k8s/helm-release/providers.tf +++ b/k8s/helm-release/providers.tf @@ -7,7 +7,7 @@ terraform { } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } } diff --git a/k8s/k8s-namespace/README.md b/k8s/k8s-namespace/README.md index 3d34669..caeafb7 100644 --- a/k8s/k8s-namespace/README.md +++ b/k8s/k8s-namespace/README.md @@ -16,16 +16,16 @@ If you need to update labels or annotations through Terraform after the namespac | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [kubernetes](#requirement\_kubernetes) | ~> 2.16.1 | -| [local](#requirement\_local) | ~> 2.2.3 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [kubernetes](#requirement\_kubernetes) | ~> 2.38.0 | +| [local](#requirement\_local) | ~> 2.7.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [kubernetes](#provider\_kubernetes) | ~> 2.16.1 | -| [time](#provider\_time) | ~> 0.9.1 | +| [kubernetes](#provider\_kubernetes) | ~> 2.38.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/k8s/k8s-namespace/providers.tf b/k8s/k8s-namespace/providers.tf index e73b43f..c9530b5 100644 --- a/k8s/k8s-namespace/providers.tf +++ b/k8s/k8s-namespace/providers.tf @@ -6,15 +6,15 @@ terraform { required_providers { local = { source = "hashicorp/local" - version = "~> 2.2.3" + version = "~> 2.7.0" } time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.16.1" + version = "~> 2.38.0" } } } diff --git a/k8s/k8s-secret/README.md b/k8s/k8s-secret/README.md index 3a388e7..6a667d6 100644 --- a/k8s/k8s-secret/README.md +++ b/k8s/k8s-secret/README.md @@ -8,16 +8,16 @@ Create a secret in kubernetes | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [kubernetes](#requirement\_kubernetes) | ~> 2.16.1 | -| [local](#requirement\_local) | ~> 2.2.3 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [kubernetes](#requirement\_kubernetes) | ~> 2.38.0 | +| [local](#requirement\_local) | ~> 2.7.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [kubernetes](#provider\_kubernetes) | ~> 2.16.1 | -| [time](#provider\_time) | ~> 0.9.1 | +| [kubernetes](#provider\_kubernetes) | ~> 2.38.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/k8s/k8s-secret/providers.tf b/k8s/k8s-secret/providers.tf index e73b43f..c9530b5 100644 --- a/k8s/k8s-secret/providers.tf +++ b/k8s/k8s-secret/providers.tf @@ -6,15 +6,15 @@ terraform { required_providers { local = { source = "hashicorp/local" - version = "~> 2.2.3" + version = "~> 2.7.0" } time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.16.1" + version = "~> 2.38.0" } } } diff --git a/k8s/kubeconfig/README.md b/k8s/kubeconfig/README.md index d5b1120..fd12d90 100644 --- a/k8s/kubeconfig/README.md +++ b/k8s/kubeconfig/README.md @@ -8,15 +8,15 @@ Format a kubeconfig file from the inputs | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [local](#requirement\_local) | ~> 2.2.3 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [local](#requirement\_local) | ~> 2.7.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [local](#provider\_local) | ~> 2.2.3 | -| [time](#provider\_time) | ~> 0.9.1 | +| [local](#provider\_local) | ~> 2.7.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/k8s/kubeconfig/providers.tf b/k8s/kubeconfig/providers.tf index 6c05e2d..330cc99 100644 --- a/k8s/kubeconfig/providers.tf +++ b/k8s/kubeconfig/providers.tf @@ -3,11 +3,11 @@ terraform { required_providers { local = { source = "hashicorp/local" - version = "~> 2.2.3" + version = "~> 2.7.0" } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } } diff --git a/k8s/local-kubectl/README.md b/k8s/local-kubectl/README.md index df9de5e..ffb4e01 100644 --- a/k8s/local-kubectl/README.md +++ b/k8s/local-kubectl/README.md @@ -8,7 +8,7 @@ Run a kubectl command from your computer | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [local](#requirement\_local) | ~> 2.2.3 | +| [local](#requirement\_local) | ~> 2.7.0 | | [null](#requirement\_null) | ~> 3.2.4 | ## Providers diff --git a/k8s/local-kubectl/providers.tf b/k8s/local-kubectl/providers.tf index 0633ebe..5ef7469 100644 --- a/k8s/local-kubectl/providers.tf +++ b/k8s/local-kubectl/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { local = { source = "hashicorp/local" - version = "~> 2.2.3" + version = "~> 2.7.0" } null = { source = "hashicorp/null" diff --git a/ovh/bucket/README.md b/ovh/bucket/README.md index 3bc6930..fcc25e9 100644 --- a/ovh/bucket/README.md +++ b/ovh/bucket/README.md @@ -9,14 +9,14 @@ Create a S3 compatible object storage bucket and policy for a user with write ac |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [ovh](#requirement\_ovh) | ~> 2.12.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [ovh](#provider\_ovh) | ~> 2.12.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/bucket/providers.tf b/ovh/bucket/providers.tf index 981e397..f7ebeaf 100644 --- a/ovh/bucket/providers.tf +++ b/ovh/bucket/providers.tf @@ -6,7 +6,7 @@ terraform { required_providers { time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } ovh = { source = "ovh/ovh" diff --git a/ovh/compute-instance/README.md b/ovh/compute-instance/README.md index 0de6abd..db14bb3 100644 --- a/ovh/compute-instance/README.md +++ b/ovh/compute-instance/README.md @@ -7,15 +7,15 @@ Create a OVH public cloud instance instance (through openstack api). | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [openstack](#requirement\_openstack) | ~> 1.49.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [openstack](#requirement\_openstack) | ~> 1.54.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [openstack](#provider\_openstack) | ~> 1.49.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [openstack](#provider\_openstack) | ~> 1.54.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/compute-instance/providers.tf b/ovh/compute-instance/providers.tf index 3fcdcbf..f886ee9 100644 --- a/ovh/compute-instance/providers.tf +++ b/ovh/compute-instance/providers.tf @@ -2,11 +2,11 @@ terraform { required_providers { openstack = { source = "terraform-provider-openstack/openstack" - version = "~> 1.49.0" + version = "~> 1.54.0" } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/ovh/dbaas/mysql/README.md b/ovh/dbaas/mysql/README.md index 5d9d551..5a15481 100644 --- a/ovh/dbaas/mysql/README.md +++ b/ovh/dbaas/mysql/README.md @@ -9,15 +9,15 @@ Create a OVH managed database instance (mysql engine only). | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [ovh](#requirement\_ovh) | ~> 0.26.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [ovh](#requirement\_ovh) | ~> 0.51.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [ovh](#provider\_ovh) | ~> 0.26.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [ovh](#provider\_ovh) | ~> 0.51.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/dbaas/mysql/providers.tf b/ovh/dbaas/mysql/providers.tf index d086a3e..4e08991 100644 --- a/ovh/dbaas/mysql/providers.tf +++ b/ovh/dbaas/mysql/providers.tf @@ -2,11 +2,11 @@ terraform { required_providers { ovh = { source = "ovh/ovh" - version = "~> 0.26.0" + version = "~> 0.51.0" } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/ovh/dbaas/postgresql/README.md b/ovh/dbaas/postgresql/README.md index e342758..5613318 100644 --- a/ovh/dbaas/postgresql/README.md +++ b/ovh/dbaas/postgresql/README.md @@ -8,15 +8,15 @@ Create a OVH managed database instance (postgresql engine only). | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [ovh](#requirement\_ovh) | ~> 0.26.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [ovh](#requirement\_ovh) | ~> 0.51.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [ovh](#provider\_ovh) | ~> 0.26.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [ovh](#provider\_ovh) | ~> 0.51.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/dbaas/postgresql/providers.tf b/ovh/dbaas/postgresql/providers.tf index d086a3e..4e08991 100644 --- a/ovh/dbaas/postgresql/providers.tf +++ b/ovh/dbaas/postgresql/providers.tf @@ -2,11 +2,11 @@ terraform { required_providers { ovh = { source = "ovh/ovh" - version = "~> 0.26.0" + version = "~> 0.51.0" } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/ovh/gateway/README.md b/ovh/gateway/README.md index aac1aa2..7885cab 100644 --- a/ovh/gateway/README.md +++ b/ovh/gateway/README.md @@ -9,14 +9,14 @@ Terraform module to create an OVH PCI gateway |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [ovh](#requirement\_ovh) | ~> 2.1 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [ovh](#provider\_ovh) | ~> 2.1 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/gateway/providers.tf b/ovh/gateway/providers.tf index cbf339b..80e27a9 100644 --- a/ovh/gateway/providers.tf +++ b/ovh/gateway/providers.tf @@ -7,7 +7,7 @@ terraform { } time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } } } diff --git a/ovh/kube-managed/README.md b/ovh/kube-managed/README.md index a6e8fce..e7dc9eb 100644 --- a/ovh/kube-managed/README.md +++ b/ovh/kube-managed/README.md @@ -8,16 +8,16 @@ Create an OVH managed Kubernetes cluster | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [openstack](#requirement\_openstack) | ~> 1.49.0 | -| [ovh](#requirement\_ovh) | ~> 0.24.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [openstack](#requirement\_openstack) | ~> 1.54.0 | +| [ovh](#requirement\_ovh) | ~> 0.51.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [ovh](#provider\_ovh) | ~> 0.24.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [ovh](#provider\_ovh) | ~> 0.51.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/kube-managed/providers.tf b/ovh/kube-managed/providers.tf index eceaac4..ae5ac7a 100644 --- a/ovh/kube-managed/providers.tf +++ b/ovh/kube-managed/providers.tf @@ -3,15 +3,15 @@ terraform { required_providers { time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } ovh = { source = "ovh/ovh" - version = "~> 0.24.0" + version = "~> 0.51.0" } openstack = { source = "terraform-provider-openstack/openstack" - version = "~> 1.49.0" + version = "~> 1.54.0" } } } diff --git a/ovh/kube-nodepool/README.md b/ovh/kube-nodepool/README.md index 0bfcb46..d045b9c 100644 --- a/ovh/kube-nodepool/README.md +++ b/ovh/kube-nodepool/README.md @@ -8,15 +8,15 @@ Create an OVH managed Kubernetes nodepool | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [ovh](#requirement\_ovh) | ~> 0.24.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [ovh](#requirement\_ovh) | ~> 0.51.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [ovh](#provider\_ovh) | ~> 0.24.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [ovh](#provider\_ovh) | ~> 0.51.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/kube-nodepool/providers.tf b/ovh/kube-nodepool/providers.tf index ee5426b..6bd41c5 100644 --- a/ovh/kube-nodepool/providers.tf +++ b/ovh/kube-nodepool/providers.tf @@ -3,11 +3,11 @@ terraform { required_providers { ovh = { source = "ovh/ovh" - version = "~> 0.24.0" + version = "~> 0.51.0" } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } } diff --git a/ovh/pci-private-network/README.md b/ovh/pci-private-network/README.md index 8260671..0490a55 100644 --- a/ovh/pci-private-network/README.md +++ b/ovh/pci-private-network/README.md @@ -13,16 +13,16 @@ Also remember that a project can't be detached from vrack without calling OVH su | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [openstack](#requirement\_openstack) | ~> 1.49.0 | -| [ovh](#requirement\_ovh) | ~> 0.24.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [openstack](#requirement\_openstack) | ~> 1.54.0 | +| [ovh](#requirement\_ovh) | ~> 0.51.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [ovh](#provider\_ovh) | ~> 0.24.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [ovh](#provider\_ovh) | ~> 0.51.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/pci-private-network/providers.tf b/ovh/pci-private-network/providers.tf index 868ab47..0722cf7 100644 --- a/ovh/pci-private-network/providers.tf +++ b/ovh/pci-private-network/providers.tf @@ -3,15 +3,15 @@ terraform { required_providers { ovh = { source = "ovh/ovh" - version = "~> 0.24.0" + version = "~> 0.51.0" } openstack = { source = "terraform-provider-openstack/openstack" - version = "~> 1.49.0" + version = "~> 1.54.0" } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } } diff --git a/ovh/pci-private-subnet/README.md b/ovh/pci-private-subnet/README.md index 96cd712..ad433ff 100644 --- a/ovh/pci-private-subnet/README.md +++ b/ovh/pci-private-subnet/README.md @@ -8,14 +8,14 @@ Create a subnet in OVH PCI (openstack) |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | | [ovh](#requirement\_ovh) | ~> 2.1 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| | [ovh](#provider\_ovh) | ~> 2.1 | -| [time](#provider\_time) | ~> 0.9.1 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/pci-private-subnet/providers.tf b/ovh/pci-private-subnet/providers.tf index b6e3ab6..b621ea3 100644 --- a/ovh/pci-private-subnet/providers.tf +++ b/ovh/pci-private-subnet/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } ovh = { source = "ovh/ovh" diff --git a/ovh/s3-credential/README.md b/ovh/s3-credential/README.md index 493d1ea..9280d90 100644 --- a/ovh/s3-credential/README.md +++ b/ovh/s3-credential/README.md @@ -8,16 +8,16 @@ Create OVH s3 credentials to access to OVH s3 like buckets | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [openstack](#requirement\_openstack) | ~> 1.49.0 | -| [ovh](#requirement\_ovh) | ~> 0.24.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [openstack](#requirement\_openstack) | ~> 1.54.0 | +| [ovh](#requirement\_ovh) | ~> 0.51.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [ovh](#provider\_ovh) | ~> 0.24.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [ovh](#provider\_ovh) | ~> 0.51.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/s3-credential/providers.tf b/ovh/s3-credential/providers.tf index 340e4a4..df4a5b0 100644 --- a/ovh/s3-credential/providers.tf +++ b/ovh/s3-credential/providers.tf @@ -6,15 +6,15 @@ terraform { required_providers { time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } ovh = { source = "ovh/ovh" - version = "~> 0.24.0" + version = "~> 0.51.0" } openstack = { source = "terraform-provider-openstack/openstack" - version = "~> 1.49.0" + version = "~> 1.54.0" } } } diff --git a/ovh/s3-policy/README.md b/ovh/s3-policy/README.md index 8421e5b..14367e7 100644 --- a/ovh/s3-policy/README.md +++ b/ovh/s3-policy/README.md @@ -7,16 +7,16 @@ Create OVH s3 policy to access to OVH s3 like buckets | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [openstack](#requirement\_openstack) | ~> 1.49.0 | -| [ovh](#requirement\_ovh) | ~> 0.24.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [openstack](#requirement\_openstack) | ~> 1.54.0 | +| [ovh](#requirement\_ovh) | ~> 0.51.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [ovh](#provider\_ovh) | ~> 0.24.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [ovh](#provider\_ovh) | ~> 0.51.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/s3-policy/providers.tf b/ovh/s3-policy/providers.tf index 340e4a4..df4a5b0 100644 --- a/ovh/s3-policy/providers.tf +++ b/ovh/s3-policy/providers.tf @@ -6,15 +6,15 @@ terraform { required_providers { time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } ovh = { source = "ovh/ovh" - version = "~> 0.24.0" + version = "~> 0.51.0" } openstack = { source = "terraform-provider-openstack/openstack" - version = "~> 1.49.0" + version = "~> 1.54.0" } } } diff --git a/ovh/security-group/README.md b/ovh/security-group/README.md index 418661b..2cd0943 100644 --- a/ovh/security-group/README.md +++ b/ovh/security-group/README.md @@ -7,15 +7,15 @@ Create a OVH public cloud security-group (through openstack api). | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [openstack](#requirement\_openstack) | ~> 1.49.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [openstack](#requirement\_openstack) | ~> 1.54.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [openstack](#provider\_openstack) | ~> 1.49.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [openstack](#provider\_openstack) | ~> 1.54.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/security-group/providers.tf b/ovh/security-group/providers.tf index 3fcdcbf..f886ee9 100644 --- a/ovh/security-group/providers.tf +++ b/ovh/security-group/providers.tf @@ -2,11 +2,11 @@ terraform { required_providers { openstack = { source = "terraform-provider-openstack/openstack" - version = "~> 1.49.0" + version = "~> 1.54.0" } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/ovh/ssh-key-pair/README.md b/ovh/ssh-key-pair/README.md index b880a72..da0b490 100644 --- a/ovh/ssh-key-pair/README.md +++ b/ovh/ssh-key-pair/README.md @@ -7,17 +7,17 @@ Create a new ssh keypair and upload it to ovh | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [openstack](#requirement\_openstack) | ~> 1.49.0 | -| [ovh](#requirement\_ovh) | ~> 0.24.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [openstack](#requirement\_openstack) | ~> 1.54.0 | +| [ovh](#requirement\_ovh) | ~> 0.51.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [openstack](#provider\_openstack) | ~> 1.49.0 | -| [ovh](#provider\_ovh) | ~> 0.24.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [openstack](#provider\_openstack) | ~> 1.54.0 | +| [ovh](#provider\_ovh) | ~> 0.51.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/ssh-key-pair/providers.tf b/ovh/ssh-key-pair/providers.tf index 6f6a0e8..d233372 100644 --- a/ovh/ssh-key-pair/providers.tf +++ b/ovh/ssh-key-pair/providers.tf @@ -6,15 +6,15 @@ terraform { required_providers { ovh = { source = "ovh/ovh" - version = "~> 0.24.0" + version = "~> 0.51.0" } openstack = { source = "terraform-provider-openstack/openstack" - version = "~> 1.49.0" + version = "~> 1.54.0" } time = { source = "hashicorp/time", - version = "~> 0.9.1" + version = "~> 0.13.0" } } } diff --git a/ovh/user/README.md b/ovh/user/README.md index 8670f67..8bff3d5 100644 --- a/ovh/user/README.md +++ b/ovh/user/README.md @@ -9,16 +9,16 @@ Create an OVH user | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [openstack](#requirement\_openstack) | ~> 1.49.0 | -| [ovh](#requirement\_ovh) | ~> 0.24.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [openstack](#requirement\_openstack) | ~> 1.54.0 | +| [ovh](#requirement\_ovh) | ~> 0.51.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [ovh](#provider\_ovh) | ~> 0.24.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [ovh](#provider\_ovh) | ~> 0.51.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/ovh/user/providers.tf b/ovh/user/providers.tf index 340e4a4..df4a5b0 100644 --- a/ovh/user/providers.tf +++ b/ovh/user/providers.tf @@ -6,15 +6,15 @@ terraform { required_providers { time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } ovh = { source = "ovh/ovh" - version = "~> 0.24.0" + version = "~> 0.51.0" } openstack = { source = "terraform-provider-openstack/openstack" - version = "~> 1.49.0" + version = "~> 1.54.0" } } } diff --git a/scw/bucket/README.md b/scw/bucket/README.md index 1229683..5d31a6e 100644 --- a/scw/bucket/README.md +++ b/scw/bucket/README.md @@ -7,15 +7,15 @@ Create a Object Storage bucket in scaleway | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [scaleway](#requirement\_scaleway) | ~> 2.17.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [scaleway](#requirement\_scaleway) | ~> 2.70.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [scaleway](#provider\_scaleway) | ~> 2.17.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [scaleway](#provider\_scaleway) | ~> 2.70.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/scw/bucket/providers.tf b/scw/bucket/providers.tf index b1a9db2..5372e82 100644 --- a/scw/bucket/providers.tf +++ b/scw/bucket/providers.tf @@ -2,11 +2,11 @@ terraform { required_providers { scaleway = { source = "scaleway/scaleway" - version = "~> 2.17.0" + version = "~> 2.70.0" } time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/scw/iam-api-key/README.md b/scw/iam-api-key/README.md index eb14377..f86c934 100644 --- a/scw/iam-api-key/README.md +++ b/scw/iam-api-key/README.md @@ -7,15 +7,15 @@ Create an IAM API key in scaleway | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [scaleway](#requirement\_scaleway) | ~> 2.17.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [scaleway](#requirement\_scaleway) | ~> 2.70.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [scaleway](#provider\_scaleway) | ~> 2.17.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [scaleway](#provider\_scaleway) | ~> 2.70.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/scw/iam-api-key/providers.tf b/scw/iam-api-key/providers.tf index b1a9db2..5372e82 100644 --- a/scw/iam-api-key/providers.tf +++ b/scw/iam-api-key/providers.tf @@ -2,11 +2,11 @@ terraform { required_providers { scaleway = { source = "scaleway/scaleway" - version = "~> 2.17.0" + version = "~> 2.70.0" } time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/scw/iam-application/README.md b/scw/iam-application/README.md index 5c679fe..fd58854 100644 --- a/scw/iam-application/README.md +++ b/scw/iam-application/README.md @@ -8,15 +8,15 @@ Create an IAM application in scaleway | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [scaleway](#requirement\_scaleway) | ~> 2.17.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [scaleway](#requirement\_scaleway) | ~> 2.70.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [scaleway](#provider\_scaleway) | ~> 2.17.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [scaleway](#provider\_scaleway) | ~> 2.70.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/scw/iam-application/providers.tf b/scw/iam-application/providers.tf index b1a9db2..5372e82 100644 --- a/scw/iam-application/providers.tf +++ b/scw/iam-application/providers.tf @@ -2,11 +2,11 @@ terraform { required_providers { scaleway = { source = "scaleway/scaleway" - version = "~> 2.17.0" + version = "~> 2.70.0" } time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3" diff --git a/scw/iam-policy/README.md b/scw/iam-policy/README.md index 245ffb2..5c1da51 100644 --- a/scw/iam-policy/README.md +++ b/scw/iam-policy/README.md @@ -7,15 +7,15 @@ Create an IAM policy in scaleway | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | ~> 1.3 | -| [scaleway](#requirement\_scaleway) | ~> 2.17.0 | -| [time](#requirement\_time) | ~> 0.9.1 | +| [scaleway](#requirement\_scaleway) | ~> 2.70.0 | +| [time](#requirement\_time) | ~> 0.13.0 | ## Providers | Name | Version | |------|---------| -| [scaleway](#provider\_scaleway) | ~> 2.17.0 | -| [time](#provider\_time) | ~> 0.9.1 | +| [scaleway](#provider\_scaleway) | ~> 2.70.0 | +| [time](#provider\_time) | ~> 0.13.0 | ## Modules diff --git a/scw/iam-policy/providers.tf b/scw/iam-policy/providers.tf index b1a9db2..5372e82 100644 --- a/scw/iam-policy/providers.tf +++ b/scw/iam-policy/providers.tf @@ -2,11 +2,11 @@ terraform { required_providers { scaleway = { source = "scaleway/scaleway" - version = "~> 2.17.0" + version = "~> 2.70.0" } time = { source = "hashicorp/time" - version = "~> 0.9.1" + version = "~> 0.13.0" } } required_version = "~> 1.3"