You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Environment (ex: `dev`, `qa`, `stage`, `prod`). (Second or top level namespace. Depending on namespacing options)"
18
24
type="string"
19
25
}
20
26
27
+
variable"monitor" {
28
+
description="TAG: Should resource be monitored"
29
+
type="string"
30
+
default="UNDEF-LB"
31
+
}
32
+
21
33
variable"name" {
22
34
description="Base name for resource"
23
35
type="string"
24
36
}
25
37
26
38
variable"namespace-env" {
27
-
description="Prefix name with the environment"
39
+
description="Prefix name with the environment. If true, format is: <env>-<name>"
28
40
default=true
29
41
}
30
42
31
43
variable"namespace-org" {
32
-
description="Prefix name with the organization. If both env and org namespaces are used, format will be <org>-<env>-<name>"
44
+
description="Prefix name with the organization. If true, format is: <org>-<env namespaced name>. If both env and org namespaces are used, format will be <org>-<env>-<name>"
33
45
default=false
34
46
}
35
47
36
48
variable"organization" {
37
-
description="Organization name"
49
+
description="Organization name (Top level namespace)"
0 commit comments