Skip to content

Commit

Permalink
Remove unused secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 8, 2024
1 parent 181698b commit 256e6f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
18 changes: 0 additions & 18 deletions cloudformation/lib/secret.js

This file was deleted.

3 changes: 1 addition & 2 deletions cloudformation/media-infra.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ import cf from '@openaddresses/cloudfriend';
import API from './lib/api.js';
import EFS from './lib/efs.js';
import KMS from './lib/kms.js';
import Secret from './lib/secret.js';

export default cf.merge(
API, EFS, KMS, Secret,
API, EFS, KMS,
{
Description: 'Template for @tak-ps/media-infra',
Parameters: {
Expand Down

0 comments on commit 256e6f0

Please sign in to comment.