Skip to content

Commit

Permalink
Update provider/pkg/resources/cfn_custom_resource.go
Browse files Browse the repository at this point in the history
Co-authored-by: Cory Hall <[email protected]>
  • Loading branch information
flostadler and corymhall authored Nov 8, 2024
1 parent bc9e116 commit 4a5d1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/pkg/resources/cfn_custom_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (c *cfnCustomResource) Check(ctx context.Context, urn urn.URN, randomSeed [
}

if typedInputs.StackID == nil {
// if the stack ID is not provided, we use the project ID as the stack ID
// if the stack ID is not provided, we use the pulumi stack ID as the stack ID
inputs[resource.PropertyKey("stackId")] = resource.NewStringProperty(urn.Stack().String())
}

Expand Down

0 comments on commit 4a5d1ac

Please sign in to comment.