-
Notifications
You must be signed in to change notification settings - Fork 6
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
Rollout improved example converter #650
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Is README.md missing any configuration options?
Please add a description for each of these options to |
@@ -31,72 +31,41 @@ namespace Pulumi.AliCloud.Cen | |||
/// { | |||
/// var config = new Config(); | |||
/// var anotherUid = config.Get("anotherUid") ?? "xxxx"; | |||
/// // Method 1: Use assume_role to operate resources in the target cen account, detail see https://registry.terraform.io/providers/aliyun/alicloud/latest/docs#assume-role |
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.
It looks like we are losing some valuable comments here. Does the converter not support comments?
/// var bj = new AliCloud.Provider("bj", new() | ||
/// { | ||
/// Region = "cn-beijing", | ||
/// }); | ||
/// | ||
/// var hz = new AliCloud.Provider("hz", new() | ||
/// { | ||
/// Region = "cn-hangzhou", | ||
/// }); |
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.
We used to have multiple explicit providers here and we don't anymore? Any idea why?
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.
I saw two things I have questions about, but otherwise this looks good. |
031fc86
to
66df704
Compare
66df704
to
40cc608
Compare
Rolls out improved TF example converter.