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 roadmappull/7093/head
parent
2193565071
commit
839d92db29
2 changed files with 14 additions and 2 deletions
@ -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…
Reference in new issue