crossplane-contrib / provider-jet-datadog

@crossplane provider to drive @datadog configuration control plane way
Apache License 2.0
6 stars 8 forks source link

Migrate from Terrajet to Upjet #21

Closed crhuber closed 1 year ago

crhuber commented 1 year ago

Description of your changes

Runs through the step here https://github.com/upbound/upjet/blob/main/docs/migrating-from-terrajet-to-upjet.md to migrate to upjet

Fixes # Updates terraform version

I have:

How has this code been tested

crhuber commented 1 year ago

@ytsarev I ran make reviewable test and it passed. What other steps should I run for this provider?

ytsarev commented 1 year ago

@crhuber for the mass intrusive changes like this I would appreciate some form of e2e testing, at least locally with make run and instantiation of some MRs to check that everything is working. Thanks!