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 0d26302 commit dd19029Copy full SHA for dd19029
modules/file-system/gke-storage/outputs.tf
@@ -19,6 +19,8 @@ output "persistent_volume_claims" {
19
value = flatten([
20
for idx in range(var.pvc_count) : [{
21
name = "${local.pvc_name_prefix}-${idx}"
22
+ namespace = var.namespace
23
+ storage_type = var.storage_type
24
mount_path = "${var.pv_mount_path}/${local.pvc_name_prefix}-${idx}"
25
mount_options = var.mount_options
26
is_gcs = false
0 commit comments