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: Add domain support #429

Merged
merged 5 commits into from
Feb 16, 2024
Merged

feat: Add domain support #429

merged 5 commits into from
Feb 16, 2024

Conversation

gungoren
Copy link
Contributor

@gungoren gungoren commented Feb 12, 2024

Description

Add domain and domain_iam_role_name support to aws_rds_cluster

Motivation and Context

Breaking Changes

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

@gungoren gungoren changed the title feat: add domain support feat: Add domain support Feb 12, 2024
@gungoren
Copy link
Contributor Author

gungoren commented Feb 13, 2024

Waiting hashicorp/terraform-provider-aws#35753 to be released with 5.37

Signed-off-by: Mehmet Gungoren <mehgungoren@gmail.com>
@gungoren gungoren marked this pull request as ready for review February 15, 2024 23:26
@@ -0,0 +1,78 @@
# PostgreSQL Example
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we need to show this in an example - adding a directory service resource will take a looooooooooooooooooooong time to test/validate. For this change we can skip the example usage - @antonbabenko what are your thoughts

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, it takes to looooooooooooong time. hashicorp/terraform-provider-aws#35753 (36min)

=== CONT  TestAccRDSCluster_domain
--- PASS: TestAccRDSCluster_domain (2167.36s)

Copy link
Member

Choose a reason for hiding this comment

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

I agree, we don't need to add such a long example. The feature itself adds just 2 new arguments to the module.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

kerberos example removed from PR.

Signed-off-by: Mehmet Gungoren <mehgungoren@gmail.com>
@@ -0,0 +1,78 @@
# PostgreSQL Example
Copy link
Member

Choose a reason for hiding this comment

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

I agree, we don't need to add such a long example. The feature itself adds just 2 new arguments to the module.

Signed-off-by: Mehmet Gungoren <mehgungoren@gmail.com>
Copy link
Member

@bryantbiggs bryantbiggs left a comment

Choose a reason for hiding this comment

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

thank you!

@bryantbiggs bryantbiggs merged commit 29bb9d6 into terraform-aws-modules:master Feb 16, 2024
12 checks passed
antonbabenko pushed a commit that referenced this pull request Feb 16, 2024
## [9.1.0](v9.0.2...v9.1.0) (2024-02-16)

### Features

* Add `domain` support ([#429](#429)) ([29bb9d6](29bb9d6))
@antonbabenko
Copy link
Member

This PR is included in version 9.1.0 🎉

@gungoren gungoren deleted the feature/add-domain-variables branch February 16, 2024 14:38
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 Mar 18, 2024
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.

3 participants