Skip to content

Commit

Permalink
Merge pull request #4 from dfpc-coe/remove-unused-secret
Browse files Browse the repository at this point in the history
Remove unused secret
  • Loading branch information
ingalls authored Oct 8, 2024
2 parents 181698b + 256e6f0 commit a012b85
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 a012b85

Please sign in to comment.