Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: var name #54

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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