Difference between revisions of "Terraform function: toset"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
* https://www.terraform.io/docs/language/functions/toset.html Pass a list value to toset to convert it to a set, which will remove any [[duplicate]] elements and discard the [[ordering]] of the elements.
+
* https://www.terraform.io/docs/language/functions/toset.html Pass a list value to <code>toset</code> to convert it to a <code>[[set]]</code>, which will remove any [[duplicate]] elements and discard the [[ordering]] of the elements.
  
 
== Related ==
 
== Related ==

Revision as of 07:17, 3 April 2023

Advertising: