Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Update AWS provider to support v5.0 and increase Terraform MSV to 1.0 #42

Merged
merged 3 commits into from
Aug 23, 2023

Conversation

bryantbiggs
Copy link
Member

@bryantbiggs bryantbiggs commented Jun 30, 2023

Description

  • Update AWS provider to support v5.0 and increase Terraform MSV to 1.0
  • Add support for creating IAM access role
  • Remove s3_settings from aws_dms_endpoint and use aws_dms_s3_endpoint instead per AWS provider direction
  • Add support for redshift_settings on aws_dms_endpoint

Motivation and Context

Breaking Changes

  • Yes

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@bryantbiggs
Copy link
Member Author

bryantbiggs commented Jun 30, 2023

pending testing and validation

@bryantbiggs bryantbiggs force-pushed the feat/updates branch 2 times, most recently from 2ff9893 to 2bdf65d Compare July 1, 2023 01:02
Copy link

@dannyibishev dannyibishev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a good start. Theres also a deprecated argument that needs to be addressed.

ignore_headers_row is now deprecated. I think this needs to be replaced with ignore_header_rows

@bryantbiggs
Copy link
Member Author

this is already addressed https://github.com/bryantbiggs/terraform-aws-dms/blob/2bdf65d892f36e40bfdea884e7f5c0d9e262732d/main.tf#L338

@brunodasilvalenga
Copy link

Hey @bryantbiggs any changes to have it approved? I'm looking to the fix of "ignore_header_rows".

Copy link
Member

@antonbabenko antonbabenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just minor comments here and there.


db_name = "example"
db_username = "example"
db_password = "password123!" # do better!
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


tags = local.tags
}

module "msk_cluster" {
source = "clowdhaus/msk-kafka-cluster/aws"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
source = "clowdhaus/msk-kafka-cluster/aws"
source = "terraform-aws-modules/msk-kafka-cluster/aws"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated in 6ef37ea

versions.tf Outdated
}
time = {
source = "hashicorp/time"
version = ">=0.7.2"
version = ">=0.9"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = ">=0.9"
version = ">= 0.9"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated in 6ef37ea

@bryantbiggs bryantbiggs merged commit 6fea0da into terraform-aws-modules:master Aug 23, 2023
7 checks passed
@bryantbiggs bryantbiggs deleted the feat/updates branch August 23, 2023 22:52
antonbabenko pushed a commit that referenced this pull request Aug 23, 2023
## [2.0.0](v1.6.1...v2.0.0) (2023-08-23)

### ⚠ BREAKING CHANGES

* Update AWS provider to support `v5.0` and increase Terraform MSV to `1.0` (#42)

### Features

* Update AWS provider to support `v5.0` and increase Terraform MSV to `1.0` ([#42](#42)) ([6fea0da](6fea0da))

### Bug Fixes

* Fixes small README typos ([#37](#37)) ([f67f77d](f67f77d))
@antonbabenko
Copy link
Member

This PR is included in version 2.0.0 🎉

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Examples have stopped working Ignore_headers_row changed to ignore_header_rows
4 participants