Skip to content

Commit

Permalink
chore: fixing parameter name to retention-type
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed Oct 17, 2024
1 parent 5ca20ce commit 12ed713
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ targetRegion: us-west-2
parameters:
- name: encryption-type
value: SSE
- name: retention-policy
- name: retention-type
value: DESTROY
- name: vpc-id
valueFrom:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ targetRegion: us-east-2
parameters:
- name: encryption-type
value: SSE
- name: retention-policy
- name: retention-type
value: DESTROY
- name: some-name
value: other
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ path: git::https://github.com/awslabs/idf-modules.git//modules/storage/buckets/?
parameters:
- name: encryption-type
value: SSE
- name: retention-policy
- name: retention-type
value: DESTROY

0 comments on commit 12ed713

Please sign in to comment.