Skip to content

Commit 928357a

Browse files
update AWS provider version to 6.0 in cloudwatch-log-extract (#271)
* update AWS provider version to 6.0 in cloudwatch-log-extract * terraform-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fab8a4a commit 928357a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

aws/cloudwatch-log-extract/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ module "cloudwatch_log_extract" {
4242
|------|---------|
4343
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14.8 |
4444
| <a name="requirement_archive"></a> [archive](#requirement\_archive) | ~> 2.0 |
45-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.0 |
45+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 6.0 |
4646
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
4747

4848
## Providers
4949

5050
| Name | Version |
5151
|------|---------|
5252
| <a name="provider_archive"></a> [archive](#provider\_archive) | ~> 2.0 |
53-
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 5.0 |
53+
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 6.0 |
5454
| <a name="provider_random"></a> [random](#provider\_random) | ~> 3.0 |
5555

5656
## Resources

aws/cloudwatch-log-extract/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "~> 5.0"
6+
version = "~> 6.0"
77
}
88
random = {
99
source = "hashicorp/random"

0 commit comments

Comments
 (0)