Skip to content

Commit 3635dc9

Browse files
committed
chore: backport v4.4.0
Signed-off-by: Max Xu <[email protected]>
1 parent bee7f9e commit 3635dc9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/dns-bucket/variables.tf

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
variable "pm_namespace" {
16+
type = string
17+
description = "The namespace of the poolmember"
18+
}
19+
1520
variable "pm_name" {
1621
description = "The name of the poolmember, for new clusters, this should be like `pm-<xxxxx>`"
1722
type = string
@@ -51,3 +56,9 @@ locals {
5156
"Vendor" = "StreamNative"
5257
}, var.extra_aws_tags)
5358
}
59+
60+
variable "enable_loki" {
61+
type = bool
62+
default = false
63+
description = "Enable loki storage bucket creation"
64+
}

0 commit comments

Comments
 (0)