Skip to content

Commit

Permalink
Create raw S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
philerooski committed Feb 7, 2024
1 parent ffaad2f commit f006e9f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/develop/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ingestion_bucket_name: recover-dev-ingestion
input_bucket_name: recover-dev-input-data
raw_bucket_name: recover-dev-raw-data
template_bucket_name: recover-dev-cloudformation
intermediate_bucket_name: recover-dev-intermediate-data
processed_data_bucket_name: recover-dev-processed-data
9 changes: 9 additions & 0 deletions config/develop/s3-raw-bucket.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
template:
type: file
path: s3-bucket.yaml
stack_name: recover-dev-raw-bucket
parameters:
BucketName: {{ stack_group_config.raw_bucket_name }}
ConnectToSynapse: "false"
stack_tags:
{{ stack_group_config.default_stack_tags }}
1 change: 1 addition & 0 deletions config/prod/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ingestion_bucket_name: recover-ingestion
input_bucket_name: recover-input-data
raw_bucket_name: recover-raw-data
template_bucket_name: recover-cloudformation
intermediate_bucket_name: recover-intermediate-data
processed_data_bucket_name: recover-processed-data
9 changes: 9 additions & 0 deletions config/prod/s3-raw-bucket.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
template:
type: file
path: s3-bucket.yaml
stack_name: recover-raw-bucket
parameters:
BucketName: {{ stack_group_config.raw_bucket_name }}
ConnectToSynapse: "false"
stack_tags:
{{ stack_group_config.default_stack_tags }}

0 comments on commit f006e9f

Please sign in to comment.