Skip to content

Commit

Permalink
rm export
Browse files Browse the repository at this point in the history
  • Loading branch information
diana esteves committed Sep 20, 2024
1 parent 05ecf79 commit e37e5c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions aws-ts-oidc-provider-pulumi-cloud/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ new aws.iam.RolePolicyAttachment("policy", {
role: role.name,
});


const envJson = pulumi.jsonStringify({
"values": {
"aws": {
Expand All @@ -93,12 +92,12 @@ const envJson = pulumi.jsonStringify({
},
});

export const envAsset = envJson.apply(json => new pulumi.asset.StringAsset(json));
const envAsset = envJson.apply(json => new pulumi.asset.StringAsset(json));

// Create a new environment
new pulumiservice.Environment("aws-oidc-admin", {
name: "test",
// project: "auth", // new field
// project: "auth", // post esc-GA
organization: audience,
yaml: envAsset,
});

0 comments on commit e37e5c7

Please sign in to comment.