Skip to content

Commit

Permalink
feat(infra): updating pulumi org name (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Sep 4, 2024
1 parent 4bd91b1 commit 8833333
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions infra/aws/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,12 @@ const scrollSecret = new aws.secretsmanager.Secret("scroll-secrets", {
},
});

const coreInfraStack = new pulumi.StackReference(`gitcoin/core-infra/${stack}`);
const coreInfraStack = new pulumi.StackReference(
`passportxyz/core-infra/${stack}`
);
const snsAlertsTopicArn = coreInfraStack.getOutput("snsAlertsTopicArn");
const passportInfraStack = new pulumi.StackReference(
`gitcoin/passport/${stack}`
`passportxyz/passport/${stack}`
);

const passportClusterArn = passportInfraStack.getOutput("passportClusterArn");
Expand Down

0 comments on commit 8833333

Please sign in to comment.