Skip to content

Conversation

AntoineJo
Copy link

@AntoineJo AntoineJo commented Oct 7, 2025

Fixing typo in powershell state show for for_each resources
--> what is documented don't work:

terraform state show 'module.demoaas.module.vmclient[\"rayt\"].null_resource.image_version_tracker'
Error parsing instance address: module.demoaas.module.vmclient[\"rayt\"].null_resource.image_version_tracker

This command requires that the address references one specific instance.
To view the available instances, use "terraform state list". Please modify
the address to reference a specific instance.

--> the fix

terraform state show 'module.demoaas.module.vmclient["rayt"].null_resource.image_version_tracker'
# module.demoaas.module.vmclient["rayt"].null_resource.image_version_tracker:
resource "null_resource" "image_version_tracker" {
    id       = "7983134432509615754"
    triggers = {
        "image_version" = "1.0.0"
    }
}

Fixing typo in powershell state show for for_each resources
@AntoineJo AntoineJo requested review from a team as code owners October 7, 2025 12:00
Copy link

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

1 similar comment
Copy link

CLA assistant check

Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement

Learn more about why HashiCorp requires a CLA and what the CLA includes

Have you signed the CLA already but the status is still pending? Recheck it.

Copy link
Contributor

github-actions bot commented Oct 7, 2025

Vercel Previews Deployed

Name Status Preview Updated (UTC)
Dev Portal ✅ Ready (Inspect) Visit Preview Tue Oct 7 12:44:56 UTC 2025
Unified Docs API ✅ Ready (Inspect) Visit Preview Tue Oct 7 12:35:27 UTC 2025

Copy link
Contributor

github-actions bot commented Oct 7, 2025

Broken Link Checker

No broken links found! 🎉

@crw
Copy link
Contributor

crw commented Oct 7, 2025

Thanks for the fix, @AntoineJo! Please sign the CLA and we will review your change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants