Skip to content

Commit

Permalink
Renaming stack
Browse files Browse the repository at this point in the history
  • Loading branch information
aditigopalan committed Oct 18, 2024
1 parent 6501e96 commit 1a7aca7
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
template:
type: "http"
url: "https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra/v0.8.3/templates/S3/synapse-external-bucket.j2"
stack_name: "htan-infrastructure-testing-bucket"
stack_name: "htan2-testing1"
stack_tags:
OwnerEmail: '[email protected]'
CostCenter: "HTAN-DFCI / 120100"
Expand All @@ -11,7 +11,7 @@ parameters:
# You may omit them if you do not need to override the defaults.
# (Optional) true (default) to encrypt bucket, false for no encryption
# (Optional) true for read-write bucket, false (default) for read-only bucket
BucketName: "htan2_testing1" # must match bucket name in data/s3-synapse-sync-bucket-vars.yaml
#BucketName: "htan2_testing1" # must match bucket name in data/s3-synapse-sync-bucket-vars.yaml
AllowWriteBucket: 'true'
SameRegionResourceAccessToBucket: 'true'
# (Optional) Synapse username (default: ""), required if AllowWriteBucket=true
Expand All @@ -21,6 +21,3 @@ parameters:
- 'arn:aws:sts::526515999252:assumed-role/AWSReservedSSO_S3ExternalCollab_40c062f682e7f3f5/[email protected]'
EnableDataLifeCycle: 'Enabled'
LifecycleDataStorageClass: 'INTELLIGENT_TIERING'
sceptre_user_data:
SynapseIDs:
-

0 comments on commit 1a7aca7

Please sign in to comment.