-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert Terrajet to Upjet #18
Conversation
check-diff CI is blocked on crossplane/upjet#155
|
Apply the migration steps described at https://github.com/upbound/upjet/blob/main/docs/migrating-from-terrajet-to-upjet.md Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
…_REPO defined Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
Signed-off-by: Marques Johansson <[email protected]>
@@ -35,18 +37,22 @@ type L2ConnectionAccepterObservation struct { | |||
|
|||
type L2ConnectionAccepterParameters struct { | |||
|
|||
// and secret_key resource arguments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line of generated text appears to be coming from the resource docs overview rather than from the attributes block.
@@ -273,7 +273,7 @@ spec: | |||
id: | |||
type: string | |||
uuid: | |||
description: SSH user unique identifier | |||
description: SSH user unique identifier. SSH user unique identifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many of the descriptions are now duplicated. Reporting this upstream to upjet.
crossplane/upjet#155 (comment)
Created #24 to revisit this later.
Apply the migration steps described at https://github.com/upbound/upjet/blob/main/docs/migrating-from-terrajet-to-upjet.md
Fixes #17
Description of your changes
Fixes #
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested