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

Few suggestions to improve #2

Closed
6 tasks
antonbabenko opened this issue Sep 6, 2018 · 6 comments
Closed
6 tasks

Few suggestions to improve #2

antonbabenko opened this issue Sep 6, 2018 · 6 comments

Comments

@antonbabenko
Copy link
Member

Remaining things to fix before big announcements on the registry:

  • Add all outputs for all resources (get names from official documentation for each resource))
  • Review all variables for all resources (get names from official documentation for each resource)). Also copy defaults which are in the official documentation.
  • Make examples executable, add README there, add outputs. And run them all.

After the release (any time later):

  • Review the code. It should be possible to create several RDS clusters with the same name, so use name_prefix or synonyms on all resources.
  • Add conditional creation of optional resources (security group, db subnet group can be provided externally).
  • Add conditional creation of RDS cluster also.
@max-rocket-internet
Copy link
Contributor

Add conditional creation of RDS cluster also.

How does that work? Without the cluster, there's no point in using the module?

@FutureSharks
Copy link
Contributor

To the rest though, sounds good. I'll work on these in the coming weeks.

@antonbabenko
Copy link
Member Author

It is not possible to disable module conditionally in Terraform. Check this out -
https://github.com/terraform-aws-modules/terraform-aws-vpc#conditional-creation

Users may want to enable/disable creation of RDS clusters using the same code, so that they need to have a boolean flag create_cluster = true.

@FutureSharks
Copy link
Contributor

Users may want to enable/disable creation of RDS clusters using the same code

OK gotcha 👍

@bryantbiggs
Copy link
Member

I believe most (if not all) are complete so closing out

bryantbiggs pushed a commit to bryantbiggs/terraform-aws-rds-aurora that referenced this issue Aug 16, 2022
…instance_parameter_group_resource

HARRI-96648 HARRI-96650 HARRI-96649 Add cluster instance parameter group resource
@github-actions
Copy link

I'm going to lock this issue 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 similar to this, 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 Apr 14, 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

No branches or pull requests

4 participants