Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ A skeleton to start your own modules.
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion _template/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
}
4 changes: 2 additions & 2 deletions aws/acm-certificate-validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ This module creates an ACM certificate validation
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/acm-certificate-validation/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions aws/acm-certificate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ This module creates an ACM certificate
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/acm-certificate/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions aws/cloudfront-distribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Creates a CloudFront distribution.
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/cloudfront-distribution/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
}
4 changes: 2 additions & 2 deletions aws/efs-access-point/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ This module creates an EFS Access Point.
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/efs-access-point/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions aws/efs-filesystem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ This module creates an EFS Filesystem and optionally a mount target in each of t
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/efs-filesystem/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions aws/eks-addons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Deploy a list of eks addons to an eks cluster
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/eks-addons/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
8 changes: 4 additions & 4 deletions aws/eks-cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ Create an EKS cluster in AWS
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | ~> 4.1.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | ~> 4.2.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_tls"></a> [tls](#provider\_tls) | ~> 4.1.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |
| <a name="provider_tls"></a> [tls](#provider\_tls) | ~> 4.2.0 |

## Modules

Expand Down
4 changes: 2 additions & 2 deletions aws/eks-cluster/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions aws/eks-nodegroup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Create an EKS nodegroup in AWS
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/eks-nodegroup/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions aws/iam-eks-oidc-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Create a IAM OIDC provider used to link EKS Services Accounts and IAM roles
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/iam-eks-oidc-provider/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions aws/iam-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Create a IAM role and manage it's attached policies
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/iam-policy/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions aws/iam-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Create an IAM role and manage its attached policies
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/iam-role/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions aws/iam-service-linked-role/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ Create an IAM service linked role and manage its attached policies
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/iam-service-linked-role/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions aws/lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ A skeleton to start your own modules.
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/lambda/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
aws = {
source = "hashicorp/aws",
Expand Down
4 changes: 2 additions & 2 deletions aws/launch-template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ A terraform module to deploy an EC2 launch template
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.9.1 |
| <a name="requirement_time"></a> [time](#requirement\_time) | ~> 0.13.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.67.0, < 5.0.0 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.9.1 |
| <a name="provider_time"></a> [time](#provider\_time) | ~> 0.13.0 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion aws/launch-template/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
time = {
source = "hashicorp/time",
version = "~> 0.9.1"
version = "~> 0.13.0"
}
}
required_version = "~> 1.3"
Expand Down
Loading
Loading