Added content for Environment Variable and Validation Rules in Terraform Roadmap (#7084)

* Added content for Environment variables in terraform roadmap

* Added content for validation rules in Terraform roadmap
pull/7093/head
Kavish Baghel 5 months ago committed by GitHub
parent 2193565071
commit 839d92db29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      src/data/roadmaps/terraform/content/environment-variables@fm8oUyNvfdGWTgLsYANUr.md
  2. 8
      src/data/roadmaps/terraform/content/validation-rules@U2n2BtyUrOFLnw9SZYV_w.md

@ -1 +1,7 @@
# Environment Variables
# Environment Variables
Environment variables can be used to customize various aspects of Terraform. You can set these variables to change the default behaviour of terraform such as increase verbosity, update log file path, set workspace, etc. Envrionment variables are optional and terraform does not need them by default.
Learn more from the following resources:
- [@official@Environment Variables](https://developer.hashicorp.com/terraform/cli/config/environment-variables)

@ -1 +1,7 @@
# Validation Rules
# Validation Rules
Validation rules can be used to specify custom validations to a variable. The motive of adding validation rules is to make the variable comply with the rules. The validation rules can be added using a `validation` block.
Learn more from the following resources:
- [@offical@Custom Validation Rules](https://developer.hashicorp.com/terraform/language/values/variables#custom-validation-rules)
Loading…
Cancel
Save