We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aebcc7 commit a07ec9cCopy full SHA for a07ec9c
src/l3-resources/atlas-bootstrap/index.ts
@@ -5,7 +5,6 @@ import {
5
aws_cloudformation as cloudformation,
6
SecretValue,
7
Duration,
8
- Aws,
9
} from "aws-cdk-lib";
10
import { Construct } from "constructs";
11
@@ -83,8 +82,6 @@ export class MongoAtlasBootstrap extends Construct {
83
82
resources: ["*"],
84
});
85
86
- policyStatement.addSourceAccountCondition(Aws.ACCOUNT_ID);
87
-
88
const atlasCdkPolicy = new iam.Policy(this, "AtlasCDKExecutionPolicy", {
89
policyName: "AtlasCDKExecution", // Custom Policy Name
90
statements: [policyStatement],
0 commit comments