Skip to content

Instantly share code, notes, and snippets.

@jmfontaine
Created June 29, 2023 19:16
Show Gist options
  • Save jmfontaine/adf51aa2c11440ca0b31b4a042c0a1c5 to your computer and use it in GitHub Desktop.
Save jmfontaine/adf51aa2c11440ca0b31b4a042c0a1c5 to your computer and use it in GitHub Desktop.
resource "random_string" "random" {
length = 16
special = true
override_special = "/@£$"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment