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

Add example account IDs to example config #35

Merged
merged 1 commit into from
Jun 18, 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
6 changes: 3 additions & 3 deletions example_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dev:
appName: lisa
profile:
deploymentName:
accountNumber: 811126113338
accountNumber: 012345678901
region: us-east-1
deploymentStage: dev
removalPolicy: destroy
Expand Down Expand Up @@ -32,7 +32,7 @@ dev:
# aws-iso-b partition mountS3 package location
# mountS3DebUrl: https://mountpoint-s3-release-us-isob-east-1.s3.us-isob-east-1.sc2s.sgov.gov/latest/x86_64/mount-s3.deb
accountNumbersEcr:
- 763104351884
- 012345678901
deployRag: true
lambdaConfig:
pythonRuntime: PYTHON_3_10
Expand Down Expand Up @@ -77,7 +77,7 @@ dev:
duration: 60
estimatedInstanceWarmup: 30
loadBalancerConfig:
sslCertIamArn: arn:aws:iam::811126113338:server-certificate/lisa-self-signed-dev
sslCertIamArn: arn:aws:iam::012345678901:server-certificate/lisa-self-signed-dev
healthCheckConfig:
path: /health
interval: 60
Expand Down
Loading