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

Add RDS SubnetGroup#186

Merged
ezgidemirel merged 1 commit intocrossplane-contrib:mainfrom
ezgidemirel:add-rds-subnet-group
Apr 29, 2022
Merged

Add RDS SubnetGroup#186
ezgidemirel merged 1 commit intocrossplane-contrib:mainfrom
ezgidemirel:add-rds-subnet-group

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>
@ezgidemirel ezgidemirel requested review from turkenh and ulucinar April 26, 2022 16:10
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