Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Releases: symopsio/terraform-aws-kinesis-firehose-connector

v4.0.0

05 Jun 14:32
Compare
Choose a tag to compare

Breaking Changes

This release includes changes to support the AWS Provider 5.x. Consequently, AWS Providers < 4.9.0 are no longer supported. To use this module with AWS Providers < 4.9.0, please pin v3.0.2 of this module.

Note: When applying this updated module, you may see several new resources being created. These should apply cleanly as follows:

Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # module.s3_bucket.aws_s3_bucket_acl.default[0] will be created
  + resource "aws_s3_bucket_acl" "default" {
      + acl    = "private"
      + bucket = "sym-firehose-logs-leslie-firehose-906191524257"
      + id     = (known after apply)
    }

  # module.s3_bucket.aws_s3_bucket_server_side_encryption_configuration.default[0] will be created
  + resource "aws_s3_bucket_server_side_encryption_configuration" "default" {
      + bucket = "sym-firehose-logs-leslie-firehose-906191524257"
      + id     = (known after apply)

      + rule {
          + bucket_key_enabled = false

          + apply_server_side_encryption_by_default {
              + sse_algorithm = "AES256"
            }
        }
    }

  # module.s3_bucket.aws_s3_bucket_versioning.default[0] will be created
  + resource "aws_s3_bucket_versioning" "default" {
      + bucket = "sym-firehose-logs-leslie-firehose-906191524257"
      + id     = (known after apply)

      + versioning_configuration {
          + mfa_delete = (known after apply)
          + status     = "Suspended"
        }
    }

Plan: 3 to add, 0 to change, 0 to destroy.

What's Changed

  • Add symopsio/eng as a codeowner by @llam15 in #4
  • [SYM-3644] Support AWS Provider 5.x by @llam15 in #3

Full Changelog: v3.0.2...v4.0.0

v3.0.2

02 Jun 17:41
5217aaf
Compare
Choose a tag to compare

What's Changed

  • [SYM-3644] Constrain AWS Provider to < 5.0 by @llam15 in #2

Full Changelog: v3.0.1...v3.0.2

v3.0.1

01 Feb 17:02
Compare
Choose a tag to compare

What's Changed

  • Apply tags to generated S3 bucket and IAM policies by @llam15 in #1

Full Changelog: v2.0.0...v.3.0.1

v3.0.0

30 Sep 21:57
Compare
Choose a tag to compare

This release adds support for AWS Provider 4.x

v2.0.0

30 Sep 21:53
Compare
Choose a tag to compare

This release renames the previously incorrectly name-spaced symopsio/kinesis-firehose-connector/sym module to the correct name symopsio/kinesis-firehose-connector/aws.