We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0603fee commit 8a54784Copy full SHA for 8a54784
1 file changed
terraform/main.tf
@@ -3,7 +3,7 @@
3
4
resource "random_id" "resource_suffix" {
5
byte_length = 3
6
-}
+}
7
8
locals {
9
resource_suffix = var.resource_suffix != "" ? var.resource_suffix : random_id.resource_suffix.hex
0 commit comments