Skip to content

Commit

Permalink
Upgrading support for SSM for External Secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
elamaran11 committed Jun 20, 2023
1 parent 4833141 commit beb4153
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/blueprint-construct/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,15 +176,14 @@ export default class BlueprintConstruct {
s3Bucket: 'apache-airflow-s3-bucket-provider',
enableEfs: true,
efsFileSystem: 'apache-airflow-efs-provider'
})
}),
new blueprints.ExternalsSecretsAddOn(),
];

// Instantiated to for helm version check.
new blueprints.ExternalDnsAddOn({
hostedZoneResources: [ blueprints.GlobalResources.HostedZone ]
});
new blueprints.ExternalsSecretsAddOn();

const blueprintID = 'blueprint-construct-dev';

const userData = ec2.UserData.forLinux();
Expand Down

0 comments on commit beb4153

Please sign in to comment.