The Terraform language supports a number of different syntaxes for comments. Select all that are supported. (select three)
Terraform supports the #, //, and /*..*/ for commenting Terraform configuration files. Please use them when writing Terraform so both you and others who are using your code have a full understanding of what the code is intended to do.
https://www.terraform.io/docs/configuration/syntax.html#comments
Currently there are no comments in this discussion, be the first to comment!