Difference between revisions of "Terraform resource: random string"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  random_string
 
  random_string
  
 +
== Examples ==
 +
 +
Official example:
 +
resource "random_string" "random" {
 +
  length          = 16
 +
  special          = true
 +
  override_special = "/@£$"
 +
}
  
  

Revision as of 05:33, 12 February 2024

Advertising: