hashicorp / terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
https://www.terraform.io/
Other
41.49k stars 9.38k forks source link

Merge pull request #35112 from hashicorp/docs/atrujillo/lang-add-move… #35132

Open trujillo-adam opened 1 month ago

trujillo-adam commented 1 month ago

…d-ref

added reference page for block

Manually cherrypicking PR35112 updates to v1.4

rkoron007 commented 1 month ago

The deployment preview is failing because check blocks weren't in v1.4. I think it's okay if we skip backporting into this older version—how do you feel?

rkoron007 commented 1 month ago

Oh, I see you got around this in v1.3 https://github.com/hashicorp/terraform/pull/35133 , maybe you can do something similar here?