Skip to content

Commit

Permalink
Merge pull request #91 from Canadian-Geospatial-Platform/dev
Browse files Browse the repository at this point in the history
Fix to replace EOItemLinksS3Bucket name
  • Loading branch information
bo-lu authored Oct 29, 2024
2 parents c2d827c + 2510d85 commit 8791e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cloudformation/geocore-eo-rcm-ard-harvester.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Resources:
Variables:
GEOCORE_TEMPLATE_BUCKET_NAME: !Sub 'webpresence-geocore-template-${Environment}'
GEOCORE_TEMPLATE_NAME: 'geocore-format-null-template.json'
ITEM_LINK_BUCKET_NAME: !Ref EOItemLinksS3Bucket
ITEM_LINK_BUCKET_NAME: !Sub 'eo-sg-datacube-item-links-${Environment}'
PROCESSED_DATA_BUCKET_NAME: !Ref ProcessedDataS3Bucket
API_ROOT: 'https://www.eodms-sgdot.nrcan-rncan.gc.ca/stac'
ROOT_NAME: 'EODMS Datacube API / EODMS Cube de données API'
Expand Down Expand Up @@ -260,7 +260,7 @@ Resources:
MemorySize: 4096
Environment:
Variables:
ITEM_LINK_BUCKET_NAME: !Ref EOItemLinksS3Bucket
ITEM_LINK_BUCKET_NAME: !Sub 'eo-sg-datacube-item-links-${Environment}'
JSON_FILENAME: 'rcm-ard-item-api.json'
SG_PROCESSES_TABLE_NAME: !Ref SGRCMARDProcessesTableName
SG_AGGREGATE_TABLE_NAME: !Ref SGRCMARDAggregateTableName
Expand Down

0 comments on commit 8791e36

Please sign in to comment.