diff --git a/common/outputs.tf b/common/outputs.tf index d0cf5d6..138a408 100644 --- a/common/outputs.tf +++ b/common/outputs.tf @@ -30,7 +30,7 @@ output "provisioned_product_status_message" { output "cloudformation_stack_arn" { description = "The ARN of the CloudFormation stack" - value = var.retrieve_stack_outputs ? try(data.aws_cloudformation_stack.this[0].stack_id, null) : null + value = var.retrieve_stack_outputs ? try(data.aws_cloudformation_stack.this[0].id, null) : null } output "launch_role_arn" {