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

Regenerate with latest terrajet #109

Closed turkenh closed 3 years ago

turkenh commented 3 years ago

Description of your changes

This PR updates terrajet to consume this fix. I have:

How has this code been tested

Create and delete an s3 bucket.

github-actions[bot] commented 3 years ago

Backport failed for release-0.2, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin release-0.2
git worktree add -d .worktree/backport-109-to-release-0.2 origin/release-0.2
cd .worktree/backport-109-to-release-0.2
git checkout -b backport-109-to-release-0.2
ancref=$(git merge-base 654245c6f2841afd7141514c1ac1b055aebdc764 72be68cac5c29d2dee9c0316e797bdf0307222de)
git cherry-pick -x $ancref..72be68cac5c29d2dee9c0316e797bdf0307222de