Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed May 17, 2024
1 parent e31c63f commit 73e42fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acmpca-iam-rolesanywhere/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module "certificate" {

certificate_cn = var.role_name
contact_email = var.contact_email
create_files = var.create_files
create_files = true
certificate_filename = format("%v.crt", var.role_name)
certificate_chain_filename = format("%v.chain.crt", var.role_name)
key_filename = format("%v.key", var.role_name)
Expand Down
2 changes: 1 addition & 1 deletion acmpca-iam-rolesanywhere/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ output "certificate_chain" {
output "certificate_filenames" {
description = "Map of certificate file names"
sensitive = false
value = module.certificate.filenames
value = module.certificate.certificate_filenames
}

output "certificate_details" {
Expand Down

0 comments on commit 73e42fd

Please sign in to comment.