Logical operations: Difference between revisions

Content added Content deleted
(Added Terraform implemen)
(Added credits)
Line 3,795: Line 3,795:


<lang terraform>
<lang terraform>
#Aamrun, August 15th 2022

variable "a" {
variable "a" {
type = bool
type = bool
Line 3,817: Line 3,819:
}
}
</lang>
</lang>
Invocation and output :
'''Invocation and output :'''
<pre>
<pre>
$ terraform apply -var="a=true" -var="b=false" -auto-approve
$ terraform apply -var="a=true" -var="b=false" -auto-approve