Skip to content

Commit

Permalink
Merge pull request #54 from bcgov/fix/env-var
Browse files Browse the repository at this point in the history
fix: var name
  • Loading branch information
jlangy authored Nov 13, 2024
2 parents 71ccaa6 + 04a8618 commit 94a9bf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
LOKI_BUCKET_NAME=${{ vars.LOKI_BUCKET_NAME_DEV }}
S3_BACKEND_NAME=${{vars.S3_BACKEND_NAME_DEV}}
LOKI_TAG=dev
READ_TASK_CPU=256
READ_TASK_MEMORY=512
LOKI_READ_CPU=256
LOKI_READ_MEMORY=512
RETENTION_PERIOD=168h
SUBNET_A=Web_Dev_aza_net
SUBNET_B=Web_Dev_azb_net
Expand All @@ -104,8 +104,8 @@ jobs:
LOKI_BUCKET_NAME=${{ vars.LOKI_BUCKET_NAME_PROD }}
S3_BACKEND_NAME=${{vars.S3_BACKEND_NAME_PROD}}
LOKI_TAG=main
READ_TASK_CPU=512
READ_TASK_MEMORY=2048
LOKI_READ_CPU=512
LOKI_READ_MEMORY=2048
RETENTION_PERIOD=180d
SUBNET_A=Web_Prod_aza_net
SUBNET_B=Web_Prod_azb_net
Expand Down

0 comments on commit 94a9bf2

Please sign in to comment.