File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,25 +25,25 @@ module "ssm_param_external_client_key" {
2525 ignore_value_changes = true
2626}
2727
28- module "ssm_param_foobar_client_cert " {
28+ module "ssm_param_unauthorised_client_cert " {
2929 count = local. is_sandbox ? 0 : 1
3030 source = " ./modules/ssm_parameter"
3131 environment = var. environment
3232 owner = var. owner
33- name = " foobar_client_cert "
33+ name = " unauthorised_client_cert "
3434 type = " SecureString"
3535 description = " Externally signed foobar client certificate for test purposes"
3636 value = " REPLACE_ME"
3737 key_id = module. pdm_encryption_key . id
3838 ignore_value_changes = true
3939}
4040
41- module "ssm_param_foobar_client_key " {
41+ module "ssm_param_unauthorised_client_key " {
4242 count = local. is_sandbox ? 0 : 1
4343 source = " ./modules/ssm_parameter"
4444 environment = var. environment
4545 owner = var. owner
46- name = " foobar_client_key "
46+ name = " unauthorised_client_key "
4747 type = " SecureString"
4848 description = " Externally signed foobar client certificate for test purposes"
4949 value = " REPLACE_ME"
You can’t perform that action at this time.
0 commit comments