Skip to content

Commit

Permalink
id instead of stack_id
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Feb 12, 2026
1 parent 321ab0c commit 682ae56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 682ae56

Please sign in to comment.