Terraform Level 4 Task 5 Managing Terraform Code with Symlinks

I completed the Terraform configuration and verified it with Terraform itself.

Evidence:

  • terraform apply completed successfully
  • terraform plan returned No changes. Your infrastructure matches the configuration.
  • The SNS topic, SSM parameter, and Step Functions state machine were all created with the required names
  • The SSM parameter stores the SNS ARN received from the SNS module
  • Root orchestration uses depends_on in the required SNS → SSM → Step Functions order

The checker still reports SSM parameter does not have a visible Terraform graph dependency on SNS, but the Terraform configuration is valid and converged. This appears to be a checker-side interpretation issue with the module dependency pattern. Please review the attached screenshots.


Please refer to this solution. I hope this helps.