Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Add RDS SubnetGroup #186

Merged

Conversation

ezgidemirel
Copy link
Collaborator

Signed-off-by: ezgidemirel ezgidemirel91@gmail.com

Description of your changes

This PR adds RDS subnetGroup.

Fixes #185

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

I created/deleted a subnet group and used it while creating an RDS cluster.

Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
}
r.UseAsync = true
})
p.AddResourceConfigurator("aws_db_parameter_group", func(r *config.Resource) {
r.Version = common.VersionV1Alpha2
r.ExternalName = config.NameAsIdentifier
})
p.AddResourceConfigurator("aws_db_subnet_group", func(r *config.Resource) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hi @ezgidemirel,
Do we already have subnet_ids configured as references?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, we have in here

@ezgidemirel ezgidemirel merged commit f836a3c into crossplane-contrib:main Apr 29, 2022
@ezgidemirel ezgidemirel deleted the add-rds-subnet-group branch April 29, 2022 15:54
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.

Support RDS SubnetGroup
3 participants