File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ output "extra_secrets" {
10
10
FLEET_MDM_APPLE_BM_CERT_BYTES = " ${ aws_secretsmanager_secret . abm [0 ]. arn } :FLEET_MDM_APPLE_BM_CERT_BYTES::"
11
11
FLEET_MDM_APPLE_BM_KEY_BYTES = " ${ aws_secretsmanager_secret . abm [0 ]. arn } :FLEET_MDM_APPLE_BM_KEY_BYTES::"
12
12
}, var. enable_windows_mdm == false ? {} : {
13
- FLEET_MDM_WINDOWS_WSTEP_IDENTITY_CERT_BYTES = " ${ aws_secretsmanager_secret . scep . arn } :crt ::"
14
- FLEET_MDM_WINDOWS_WSTEP_IDENTITY_KEY_BYTES = " ${ aws_secretsmanager_secret . scep . arn } :key ::"
13
+ FLEET_MDM_WINDOWS_WSTEP_IDENTITY_CERT_BYTES = " ${ aws_secretsmanager_secret . scep . arn } :FLEET_MDM_APPLE_SCEP_CERT_BYTES ::"
14
+ FLEET_MDM_WINDOWS_WSTEP_IDENTITY_KEY_BYTES = " ${ aws_secretsmanager_secret . scep . arn } :FLEET_MDM_APPLE_SCEP_KEY_BYTES ::"
15
15
})
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments