Skip to content

Commit

Permalink
JetBrains config for 2 clouds
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyZh committed Sep 12, 2024
1 parent 87ee967 commit 39c9981
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions samconfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version = 0.1
[default.deploy.parameters]
stack_name = "sam-app"
resolve_s3 = true
s3_prefix = "sam-app"
region = "eu-west-1"
profile = "main"
confirm_changeset = true
capabilities = "CAPABILITY_NAMED_IAM"
parameter_overrides = "ScheduleExpression=\"rate(15 minutes)\" LogLevel=\"debug\" LogFormat=\"json\" BucketNamePrefix=\"idp-scim-sync-state\" BucketKey=\"data/state.json\" GWSUserEmail=\"[email protected]\" SCIMEndpoint=\"https://scim.eu-west-1.amazonaws.com/vdle81f601e-513e-43b6-ba82-30d0f437b3dc/scim/v2/\" GWSServiceAccountFileSecretARN=\"arn:aws:secretsmanager:eu-west-1:220361703909:secret:GWSServiceAccountFileSecret-PZxu8t\" SCIMAccessTokenSecretARN=\"arn:aws:secretsmanager:eu-west-1:220361703909:secret:SCIMAccessTokenSecret-Q7K4Qk\" GWSGroupsFilter=\"email:grp-aws-*\" SyncMethod=\"groups\" PreventGroupDeletion=\"true\" PreventUserDeletion=\"true\" MemorySize=\"256\" Timeout=\"600\" LogGroupRetentionDays=\"7\" Runtime=\"provided.al2\" Architecture=\"arm64\" LambdaFunctionHandler=\"bootstrap\""
image_repositories = []

[china.deploy.parameters]
stack_name = "sam-app"
resolve_s3 = true
s3_prefix = "sam-app"
region = "cn-north-1"
profile = "main-cn"
confirm_changeset = true
capabilities = "CAPABILITY_NAMED_IAM"
parameter_overrides = "ScheduleExpression=\"rate(15 minutes)\" LogLevel=\"debug\" LogFormat=\"json\" BucketNamePrefix=\"idp-scim-sync-state\" BucketKey=\"data/state.json\" GWSUserEmail=\"[email protected]\" SCIMEndpoint=\"https://scim.cn-north-1.amazonaws.com.cn/lQD577dd8ec-ed16-4eaf-aa43-130fbe25b6a6/scim/v2\" GWSServiceAccountFileSecretARN=\"arn:aws-cn:secretsmanager:cn-north-1:347467785573:secret:GWSServiceAccountFileSecret-aEwA9a\" SCIMAccessTokenSecretARN=\"arn:aws-cn:secretsmanager:cn-north-1:347467785573:secret:SCIMAccessTokenSecret-nEiBJA\" GWSGroupsFilter=\"grp-chinaaws-*\" SyncMethod=\"groups\" PreventGroupDeletion=\"true\" PreventUserDeletion=\"true\" MemorySize=\"256\" Timeout=\"600\" LogGroupRetentionDays=\"7\" Runtime=\"provided.al2\" Architecture=\"arm64\" LambdaFunctionHandler=\"bootstrap\""
image_repositories = []

0 comments on commit 39c9981

Please sign in to comment.