* Fix URLs to AWS docs: links pointed to portuguese version of documentation
* Fix URL to official process.env documentation (it pointed to an unrelated digital ocean article about command line args)
* Fix typo
* Add resource lifecycle node
* Fix @article@ tag case
* * Fix common but dangerous misconception: values, even if marked as sensitive, ARE written to state files in CLEAR text!
* Source: https://developer.hashicorp.com/terraform/language/values/outputs#sensitive-suppressing-values-in-cli-output
* Fix minor display issue: "<sensitive>" is rendered to "", so it was changed to `<sensitive>`
* Fix missing space
* Update terraform plan & apply
* Fix link to terraform apply docs (pointed to terraform plan)
* Add link to official terraform plan docs to terraform plan node
* Adding links and copy to Terraform roadmap
* added hcl content
* add resource topic content
* add tf meta-argument content and copy
* add content for variables and outputs
* added more links to areas that are lacking
* Apply suggestions from code review
Corrected styling