Jump to content

Logical operations: Difference between revisions

Added credits
(Added Terraform implemen)
(Added credits)
Line 3,795:
 
<lang terraform>
#Aamrun, August 15th 2022
 
variable "a" {
type = bool
Line 3,817 ⟶ 3,819:
}
</lang>
'''Invocation and output :'''
<pre>
$ terraform apply -var="a=true" -var="b=false" -auto-approve
503

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.