crossplane-contrib / provider-jet-aws

AWS Provider for Crossplane that is built with Terrajet.
https://crossplane.io
Apache License 2.0
37 stars 30 forks source link

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

Closed ezgidemirel closed 2 years ago

ezgidemirel commented 2 years ago

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:

How has this code been tested

I applied example manifests of VPC and Subnet resources.

muvaf commented 2 years ago

/backport release-0.4

github-actions[bot] commented 2 years ago

Successfully created backport PR #156 for release-0.4.