Skip to content

Commit a19538e

Browse files
committed
Make resource prefix optional
1 parent 773c4c4 commit a19538e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/credentials/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ variable "availability_zone" {
55

66
variable "resource_prefix" {
77
type = string
8+
default = ""
89
description = "An optional prefix to add to all resources created."
910
}

0 commit comments

Comments
 (0)