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

Fix "vpcIdRef" field in EC2 and Route53 subresources #154

Merged
merged 1 commit into from
Jan 20, 2022

Conversation

ezgidemirel
Copy link
Collaborator

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

Description of your changes

This PR replaces "vpcidRef" fields with "vpcIdRef" in EC2 and Route53 subresources. In addition to that, it refactors reference addition in some of the resources. Instead of creating a new map and assign it to references, we should append new keys during resource configurations.

Fixes #153

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 applied example manifests of VPC and Subnet resources.

Signed-off-by: ezgidemirel <ezgidemirel91@gmail.com>
Copy link
Member

@muvaf muvaf left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @ezgidemirel !

@muvaf muvaf merged commit 69eaa4b into crossplane-contrib:main Jan 20, 2022
@muvaf
Copy link
Member

muvaf commented Jan 25, 2022

/backport release-0.4

@github-actions
Copy link

Successfully created backport PR #156 for release-0.4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EC2 and Route53 subresources are refering VPCs as "vpcidRef" instead of "vpcIdRef"
2 participants