Difference between revisions of "Variable assignment"
Jump to navigation
Jump to search
↑ https://about.gitlab.com/releases/2019/04/22/gitlab-11-10-released/#simple-masking-of-protected-variables-in-logs
(38 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
* [[Bash]]: <code>=</code> operator. No [[space]] must be used before and after <code>=</code>. Example: <code>YOUR_NEW_VAR=YOUR_VALUE</code> | * [[Bash]]: <code>=</code> operator. No [[space]] must be used before and after <code>=</code>. Example: <code>YOUR_NEW_VAR=YOUR_VALUE</code> | ||
+ | : <code>[[PATH]]</code>, <code>[[PS1]]</code> | ||
+ | https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_03_02.html | ||
+ | [[Python ]] | ||
+ | <code>[[del]]</code> | ||
+ | |||
+ | [[Go]] | ||
+ | |||
+ | |||
+ | == [[Terraform variables|Terraform]] == | ||
+ | [[Terraform variables]] | ||
+ | [[Type (Terraform)|Type]] | ||
+ | [[var.]]YourVarName | ||
+ | [[variables.tf]] | ||
+ | * [[Error: Invalid value for input variable]] | ||
+ | |||
+ | == Related terms == | ||
+ | * [[Ansible variables]] | ||
+ | * [[Template (Ansible)]] | ||
+ | * <code>{{ YourVariableName }}</code> | ||
+ | * <code>[[vars_files:]]</code> | ||
+ | * <code>[[register:]]</code> | ||
+ | |||
+ | * [[GitLab CI/CD variables]]: protected, masked<ref>https://about.gitlab.com/releases/2019/04/22/gitlab-11-10-released/#simple-masking-of-protected-variables-in-logs</ref> ([[GitLab 11.10]]). https://docs.gitlab.com/ee/ci/variables/ | ||
+ | |||
+ | * [[Terraform]]: <code>[[variables.tf]]</code> | ||
+ | * <code>[[var]], [[let]]</code> | ||
== See also == | == See also == | ||
+ | * {{env}} | ||
* {{programming}} | * {{programming}} | ||
[[Category:Programming]] | [[Category:Programming]] |
Latest revision as of 12:47, 12 October 2022
https://tldp.org/LDP/Bash-Beginners-Guide/html/sect_03_02.html
Terraform[edit]
Type var.YourVarName variables.tf
Related terms[edit]
- GitLab CI/CD variables: protected, masked[1] (GitLab 11.10). https://docs.gitlab.com/ee/ci/variables/
See also[edit]
- Variables: Environment variables,
env
,env-cmd
,.env/
,SHELL
,PS1, HOME, $?
,PATH
,HISTFILE, PWD, LD_LIBRARY_PATH
,printenv, getenv, getenv, direnv
, AWS cli environmental variables, envsubst,env:, env_file
(docker-compose) - Programming: C, Python,
go
,loop
,while
,for
,if
,variable
, Error handling, Regex, Function, IDE, await, R (programming language), XACML, Type, Class inheritance, Methods, Scheme, Array, Deserialization
Advertising: