Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: cloudpossebot <[email protected]>
Co-authored-by: Andriy Knysh <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2023
1 parent 93725ab commit a73ea1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Components PR [Fix components](https://github.com/cloudposse/terraform-aws-components/pull/855)

This is a bug fix and feature enhancement update.
No actions necessary to upgrade.

## Fixes
* Fix bug related to the AWS provider `>= 5.0.0` removed `redshift_cluster.cluster_security_groups`.
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ components:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.17 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.17, <=4.67.0 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.17 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.17, <=4.67.0 |
| <a name="provider_random"></a> [random](#provider\_random) | >= 3.0 |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion src/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.17"
version = ">= 4.17, <=4.67.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit a73ea1a

Please sign in to comment.