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 449affe commit f095c5aCopy full SHA for f095c5a
tf-module/unity-cumulus/daac_archiver.tf
@@ -44,6 +44,13 @@ resource "aws_lambda_function" "daac_archiver_response" {
44
LOG_LEVEL = var.log_level
45
ES_URL = aws_elasticsearch_domain.uds-es.endpoint
46
ES_PORT = 443
47
+ ARCHIVAL_STATUS_MECHANISM = "UDS" # UDS or FAST_STAC
48
+ DS_URL = 'TODO'
49
+ SFA_USERNAME = 'TODO'
50
+ SFA_PASSWORD = 'TODO'
51
+ SFA_AUTH_KEY = 'TODO'
52
+ SFA_AUTH_VALUE = 'TODO'
53
+ SFA_BEARER_TOKEN = 'TODO'
54
}
55
56
0 commit comments