We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2bb55 commit 24905e1Copy full SHA for 24905e1
utils/backend-config/src/backend-config.ts
@@ -62,8 +62,6 @@ export const BackendConfigHelper = {
62
sftpEnvironment: outputsFileContent.sftp_environment?.value ?? '',
63
sftpMockCredentialPath:
64
outputsFileContent.sftp_mock_credential_path?.value ?? '',
65
- templatesGuardDutyResourceArn:
66
- outputsFileContent.guardduty_quarantine_arn?.value ?? '',
67
templatesTableName: outputsFileContent.templates_table_name?.value ?? '',
68
templatesInternalBucketName:
69
outputsFileContent.internal_bucket_name?.value ?? '',
0 commit comments