We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee7f9e commit 3635dc9Copy full SHA for 3635dc9
modules/dns-bucket/variables.tf
@@ -12,6 +12,11 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+variable "pm_namespace" {
16
+ type = string
17
+ description = "The namespace of the poolmember"
18
+}
19
+
20
variable "pm_name" {
21
description = "The name of the poolmember, for new clusters, this should be like `pm-<xxxxx>`"
22
type = string
@@ -51,3 +56,9 @@ locals {
51
56
"Vendor" = "StreamNative"
52
57
}, var.extra_aws_tags)
53
58
}
59
60
+variable "enable_loki" {
61
+ type = bool
62
+ default = false
63
+ description = "Enable loki storage bucket creation"
64
0 commit comments