diff --git a/aws/cloudwatch-log-extract/README.md b/aws/cloudwatch-log-extract/README.md index feddedd..7b34968 100644 --- a/aws/cloudwatch-log-extract/README.md +++ b/aws/cloudwatch-log-extract/README.md @@ -42,7 +42,7 @@ module "cloudwatch_log_extract" { |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | | [archive](#requirement\_archive) | ~> 2.0 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | | [random](#requirement\_random) | ~> 3.0 | ## Providers @@ -50,7 +50,7 @@ module "cloudwatch_log_extract" { | Name | Version | |------|---------| | [archive](#provider\_archive) | ~> 2.0 | -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | | [random](#provider\_random) | ~> 3.0 | ## Resources diff --git a/aws/cluster/README.md b/aws/cluster/README.md index 6a03d15..1582a43 100644 --- a/aws/cluster/README.md +++ b/aws/cluster/README.md @@ -64,13 +64,13 @@ module "cluster" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules diff --git a/aws/cluster/modules/eks-cluster/README.md b/aws/cluster/modules/eks-cluster/README.md index b9a731b..91cf1a7 100644 --- a/aws/cluster/modules/eks-cluster/README.md +++ b/aws/cluster/modules/eks-cluster/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/cluster/modules/eks-node-group/README.md b/aws/cluster/modules/eks-node-group/README.md index cc755c8..d6f6f15 100644 --- a/aws/cluster/modules/eks-node-group/README.md +++ b/aws/cluster/modules/eks-node-group/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/cluster/modules/eks-node-role/README.md b/aws/cluster/modules/eks-node-role/README.md index 189b764..5cbcf40 100644 --- a/aws/cluster/modules/eks-node-role/README.md +++ b/aws/cluster/modules/eks-node-role/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/cluster/modules/k8s-oidc-provider/README.md b/aws/cluster/modules/k8s-oidc-provider/README.md index d16b6ae..b29ae14 100644 --- a/aws/cluster/modules/k8s-oidc-provider/README.md +++ b/aws/cluster/modules/k8s-oidc-provider/README.md @@ -4,14 +4,14 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | | [tls](#requirement\_tls) | ~> 3.1 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | | [tls](#provider\_tls) | ~> 3.1 | ## Resources diff --git a/aws/grafana-dashboards/README.md b/aws/grafana-dashboards/README.md index b117acf..3d95065 100644 --- a/aws/grafana-dashboards/README.md +++ b/aws/grafana-dashboards/README.md @@ -18,7 +18,7 @@ module "grafana_dashboards" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | | [grafana](#requirement\_grafana) | ~> 1.13 | ## Providers diff --git a/aws/grafana-data-sources/README.md b/aws/grafana-data-sources/README.md index e52a08d..7d6fcb9 100644 --- a/aws/grafana-data-sources/README.md +++ b/aws/grafana-data-sources/README.md @@ -18,14 +18,14 @@ module "grafana_production" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | | [grafana](#requirement\_grafana) | ~> 1.13 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | | [grafana](#provider\_grafana) | ~> 1.13 | ## Resources diff --git a/aws/grafana-workspace/modules/rotating-api-key/README.md b/aws/grafana-workspace/modules/rotating-api-key/README.md index 700fd0a..f9597bc 100644 --- a/aws/grafana-workspace/modules/rotating-api-key/README.md +++ b/aws/grafana-workspace/modules/rotating-api-key/README.md @@ -4,40 +4,38 @@ Uses AWS SecretsManager to maintain a rotating Grafana API key. An initial admin key must be provided. - ## Requirements -| Name | Version | -| ------------------------------------------------------------------------ | --------- | -| [terraform](#requirement_terraform) | >= 0.14.8 | -| [aws](#requirement_aws) | ~> 4.0 | -| [grafana](#requirement_grafana) | ~> 1.13 | +| Name | Version | +|------|---------| +| [terraform](#requirement\_terraform) | >= 0.14.8 | +| [aws](#requirement\_aws) | ~> 5.0 | +| [grafana](#requirement\_grafana) | ~> 1.13 | ## Modules -| Name | Source | Version | -| ----------------------------------------------------------- | --------------------------------------------------------------------- | ------- | -| [rotation](#module_rotation) | github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function | v0.8.0 | -| [secret](#module_secret) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.8.0 | +| Name | Source | Version | +|------|--------|---------| +| [rotation](#module\_rotation) | github.com/thoughtbot/terraform-aws-secrets//secret-rotation-function | v0.8.0 | +| [secret](#module\_secret) | github.com/thoughtbot/terraform-aws-secrets//secret | v0.8.0 | ## Inputs -| Name | Description | Type | Default | Required | -| --------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -------------- | ------- | :------: | -| [admin_principals](#input_admin_principals) | Principals allowed to peform admin actions (default: current account) | `list(string)` | `null` | no | -| [initial_api_key](#input_initial_api_key) | API key generated by a user from the admin panel | `string` | `""` | no | -| [name](#input_name) | Name for the AWS secret | `string` | n/a | yes | -| [read_principals](#input_read_principals) | Principals allowed to read the secret (default: current account) | `list(string)` | `null` | no | -| [tags](#input_tags) | Tags which should be applied to created resources | `map(string)` | `{}` | no | -| [trust_tags](#input_trust_tags) | Tags required on principals accessing the secret | `map(string)` | `{}` | no | -| [workspace_url](#input_workspace_url) | URL for the Grafana workspace | `string` | n/a | yes | +| Name | Description | Type | Default | Required | +|------|-------------|------|---------|:--------:| +| [admin\_principals](#input\_admin\_principals) | Principals allowed to peform admin actions (default: current account) | `list(string)` | `null` | no | +| [initial\_api\_key](#input\_initial\_api\_key) | API key generated by a user from the admin panel | `string` | `""` | no | +| [name](#input\_name) | Name for the AWS secret | `string` | n/a | yes | +| [read\_principals](#input\_read\_principals) | Principals allowed to read the secret (default: current account) | `list(string)` | `null` | no | +| [tags](#input\_tags) | Tags which should be applied to created resources | `map(string)` | `{}` | no | +| [trust\_tags](#input\_trust\_tags) | Tags required on principals accessing the secret | `map(string)` | `{}` | no | +| [workspace\_url](#input\_workspace\_url) | URL for the Grafana workspace | `string` | n/a | yes | ## Outputs -| Name | Description | -| -------------------------------------------------------------------- | --------------------------------------------------------- | -| [policy_json](#output_policy_json) | Required IAM policies | -| [secret_arn](#output_secret_arn) | ARN of the secrets manager secret containing credentials | -| [secret_name](#output_secret_name) | Name of the secrets manager secret containing credentials | - +| Name | Description | +|------|-------------| +| [policy\_json](#output\_policy\_json) | Required IAM policies | +| [secret\_arn](#output\_secret\_arn) | ARN of the secrets manager secret containing credentials | +| [secret\_name](#output\_secret\_name) | Name of the secrets manager secret containing credentials | diff --git a/aws/ingress/README.md b/aws/ingress/README.md index 44aea3b..8e4dc16 100644 --- a/aws/ingress/README.md +++ b/aws/ingress/README.md @@ -95,7 +95,7 @@ module "ingress" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Modules diff --git a/aws/network-data/README.md b/aws/network-data/README.md index 0033822..d5aa2af 100644 --- a/aws/network-data/README.md +++ b/aws/network-data/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/network/README.md b/aws/network/README.md index c0147a2..1efa4d1 100644 --- a/aws/network/README.md +++ b/aws/network/README.md @@ -54,13 +54,13 @@ module "network" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules diff --git a/aws/network/modules/nat-gateway/README.md b/aws/network/modules/nat-gateway/README.md index 5e8b22d..499f1f9 100644 --- a/aws/network/modules/nat-gateway/README.md +++ b/aws/network/modules/nat-gateway/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/network/modules/private-subnet-routes/README.md b/aws/network/modules/private-subnet-routes/README.md index 73607ed..250c2f1 100644 --- a/aws/network/modules/private-subnet-routes/README.md +++ b/aws/network/modules/private-subnet-routes/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/network/modules/private-subnets/README.md b/aws/network/modules/private-subnets/README.md index d4cd96b..41841b4 100644 --- a/aws/network/modules/private-subnets/README.md +++ b/aws/network/modules/private-subnets/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/network/modules/public-subnet-routes/README.md b/aws/network/modules/public-subnet-routes/README.md index 99685f8..eeb3ac6 100644 --- a/aws/network/modules/public-subnet-routes/README.md +++ b/aws/network/modules/public-subnet-routes/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/network/modules/public-subnets/README.md b/aws/network/modules/public-subnets/README.md index cd4d8d6..4f74625 100644 --- a/aws/network/modules/public-subnets/README.md +++ b/aws/network/modules/public-subnets/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/network/modules/vpc/README.md b/aws/network/modules/vpc/README.md index 6b41bc3..c654114 100644 --- a/aws/network/modules/vpc/README.md +++ b/aws/network/modules/vpc/README.md @@ -8,13 +8,13 @@ Module for creating a VPC in AWS. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/platform/README.md b/aws/platform/README.md index ef5b717..633a1d2 100644 --- a/aws/platform/README.md +++ b/aws/platform/README.md @@ -120,13 +120,13 @@ You can then use it to manually edit the aws-auth ConfigMap: | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules diff --git a/aws/platform/modules/auth-config-map/README.md b/aws/platform/modules/auth-config-map/README.md index 04bc9da..9d7ec55 100644 --- a/aws/platform/modules/auth-config-map/README.md +++ b/aws/platform/modules/auth-config-map/README.md @@ -4,14 +4,14 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | | [null](#requirement\_null) | 3.1.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | | [null](#provider\_null) | 3.1.0 | ## Resources diff --git a/aws/platform/modules/cloudwatch-logs/README.md b/aws/platform/modules/cloudwatch-logs/README.md index 988433e..244a98e 100644 --- a/aws/platform/modules/cloudwatch-logs/README.md +++ b/aws/platform/modules/cloudwatch-logs/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules diff --git a/aws/platform/modules/cluster-autoscaler-service-account-role/README.md b/aws/platform/modules/cluster-autoscaler-service-account-role/README.md index ab2ac79..ed72387 100644 --- a/aws/platform/modules/cluster-autoscaler-service-account-role/README.md +++ b/aws/platform/modules/cluster-autoscaler-service-account-role/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules diff --git a/aws/platform/modules/dns-service-account-role/README.md b/aws/platform/modules/dns-service-account-role/README.md index 12416de..215031a 100644 --- a/aws/platform/modules/dns-service-account-role/README.md +++ b/aws/platform/modules/dns-service-account-role/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules diff --git a/aws/platform/modules/ebs-csi-driver-service-account-role/README.md b/aws/platform/modules/ebs-csi-driver-service-account-role/README.md index f91bb17..ba9098e 100644 --- a/aws/platform/modules/ebs-csi-driver-service-account-role/README.md +++ b/aws/platform/modules/ebs-csi-driver-service-account-role/README.md @@ -9,13 +9,13 @@ to be used with a EBS csi driver deployed in the kubernetes cluster. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules diff --git a/aws/platform/modules/load-balancer-controller/README.md b/aws/platform/modules/load-balancer-controller/README.md index 2c63262..858f7c8 100644 --- a/aws/platform/modules/load-balancer-controller/README.md +++ b/aws/platform/modules/load-balancer-controller/README.md @@ -11,14 +11,14 @@ target group bound to the Istio ingress gateway service. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | | [helm](#requirement\_helm) | ~> 2.4 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | | [helm](#provider\_helm) | ~> 2.4 | ## Modules diff --git a/aws/platform/modules/prometheus-service-account-role/README.md b/aws/platform/modules/prometheus-service-account-role/README.md index e5dc0ee..0aab53f 100644 --- a/aws/platform/modules/prometheus-service-account-role/README.md +++ b/aws/platform/modules/prometheus-service-account-role/README.md @@ -10,13 +10,13 @@ monitoring account. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules diff --git a/aws/service-account-policy/README.md b/aws/service-account-policy/README.md index ff2a815..bda51f6 100644 --- a/aws/service-account-policy/README.md +++ b/aws/service-account-policy/README.md @@ -36,13 +36,13 @@ access to AWS services for your pods. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/service-account-role/README.md b/aws/service-account-role/README.md index 20bcabf..07d7305 100644 --- a/aws/service-account-role/README.md +++ b/aws/service-account-role/README.md @@ -51,13 +51,13 @@ access to AWS services for your pods. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/target-groups/README.md b/aws/target-groups/README.md index a5e918c..8c65328 100644 --- a/aws/target-groups/README.md +++ b/aws/target-groups/README.md @@ -119,7 +119,7 @@ module "ingress" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Modules diff --git a/aws/telemetry/README.md b/aws/telemetry/README.md index 87f7080..172f8ac 100644 --- a/aws/telemetry/README.md +++ b/aws/telemetry/README.md @@ -25,13 +25,13 @@ module "telemetry" { | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Modules diff --git a/aws/telemetry/modules/grafana-role/README.md b/aws/telemetry/modules/grafana-role/README.md index bdf8bec..61aea32 100644 --- a/aws/telemetry/modules/grafana-role/README.md +++ b/aws/telemetry/modules/grafana-role/README.md @@ -4,13 +4,13 @@ | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.0 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/telemetry/modules/prometheus-workspace/README.md b/aws/telemetry/modules/prometheus-workspace/README.md index 338393c..4e009be 100644 --- a/aws/telemetry/modules/prometheus-workspace/README.md +++ b/aws/telemetry/modules/prometheus-workspace/README.md @@ -11,13 +11,13 @@ write to the workspace. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 0.14.8 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/telemetry/modules/sns-topics/README.md b/aws/telemetry/modules/sns-topics/README.md index 174cb57..c869378 100644 --- a/aws/telemetry/modules/sns-topics/README.md +++ b/aws/telemetry/modules/sns-topics/README.md @@ -9,13 +9,13 @@ contents are encrypted at rest using KMS. | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.0 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources diff --git a/aws/waf/README.md b/aws/waf/README.md index b57d386..70a1d5e 100644 --- a/aws/waf/README.md +++ b/aws/waf/README.md @@ -55,13 +55,13 @@ Note: For each rule, if you are providing a country list, you can only specify e | Name | Version | |------|---------| | [terraform](#requirement\_terraform) | >= 1.4.0 | -| [aws](#requirement\_aws) | ~> 4.0 | +| [aws](#requirement\_aws) | ~> 5.0 | ## Providers | Name | Version | |------|---------| -| [aws](#provider\_aws) | ~> 4.0 | +| [aws](#provider\_aws) | ~> 5.0 | ## Resources