File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
infrastructure/stacks/api-layer Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ resource "aws_ssm_parameter" "splunk_hec_token" {
6969 }
7070
7171 lifecycle {
72- ignore_changes = [value ] # Only ignore value changes, allow key_id updates during migration
72+ ignore_changes = [value ] # Needs manual changes in future
7373 }
7474}
7575
7676resource "aws_ssm_parameter" "splunk_hec_endpoint" {
7777 name = " /splunk/hec/endpoint"
7878 description = " Splunk HEC endpoint"
7979 type = " SecureString"
80- key_id = aws_kms_key. splunk_hec_kms . id # Will migrate to customer key after initial creation
80+ key_id = aws_kms_key. splunk_hec_kms . id
8181 value = var. splunk_hec_endpoint
8282 tier = " Advanced"
8383
@@ -89,6 +89,6 @@ resource "aws_ssm_parameter" "splunk_hec_endpoint" {
8989 }
9090
9191 lifecycle {
92- ignore_changes = [value ] # Only ignore value changes, allow key_id updates during migration
92+ ignore_changes = [value ]
9393 }
9494}
You can’t perform that action at this time.
0 commit comments