Skip to content
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

fix(aws): rm sync invokes for AWS data source calls #373

Merged
merged 1 commit into from
Apr 14, 2020
Merged

Conversation

metral
Copy link
Contributor

@metral metral commented Apr 13, 2020

Proposed changes

In prep for 2.0:

fix(aws): rm sync invokes for AWS data source calls

Related issues (optional)

Fixes #372

Copy link
Contributor

@stack72 stack72 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@metral metral merged commit 0bfc22f into master Apr 14, 2020
@pulumi-bot pulumi-bot deleted the metral/fix-sync branch April 14, 2020 22:45
@@ -640,7 +640,8 @@ export function createCore(name: string, args: ClusterOptions, parent: pulumi.Co
let oidcProvider: aws.iam.OpenIdConnectProvider | undefined;
if (args.createOidcProvider) {
// Retrieve the OIDC provider URL's intermediate root CA fingerprint.
const eksOidcProviderUrl = pulumi.interpolate `https://oidc.eks.${aws.getRegion().name}.amazonaws.com`;
const awsRegionName = pulumi.output(aws.getRegion({}, {parent, async: true })).apply(r => r.name);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor - but note that .apply(r => r.name) could have been .name.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the tip! I'll clean this up in another PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants