Difference between revisions of "Terraform resource: random string"
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
random_string
Examples
Official example:
resource "random_string" "random" { length = 16 special = true override_special = "/@£$" }
terraform plan random_string.suffix: Refreshing state... [id=7x929348]
Related
See also
Advertising: