Skip to content

Commit f095c5a

Browse files
committed
fix: update terraform
1 parent 449affe commit f095c5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tf-module/unity-cumulus/daac_archiver.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ resource "aws_lambda_function" "daac_archiver_response" {
4444
LOG_LEVEL = var.log_level
4545
ES_URL = aws_elasticsearch_domain.uds-es.endpoint
4646
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'
4754
}
4855
}
4956

0 commit comments

Comments
 (0)