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
|[google_dns_managed_zone.sn](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/dns_managed_zone)| data source |
@@ -56,14 +57,18 @@ No modules.
56
57
| <aname="input_bucket_uniform_bucket_level_access"></a> [bucket\_uniform\_bucket\_level\_access](#input\_bucket\_uniform\_bucket\_level\_access)| Enables Uniform bucket-level access access to a bucket. |`bool`|`true`| no |
57
58
| <aname="input_custom_dns_zone_id"></a> [custom\_dns\_zone\_id](#input\_custom\_dns\_zone\_id)| if specified, then a streamnative zone will not be created, and this zone will be used instead. Otherwise, we will provision a new zone and delegate access |`string`|`""`| no |
58
59
| <aname="input_custom_dns_zone_name"></a> [custom\_dns\_zone\_name](#input\_custom\_dns\_zone\_name)| must be passed if custom\_dns\_zone\_id is passed, this is the zone name to use |`string`|`""`| no |
| <aname="input_parent_zone_name"></a> [parent\_zone\_name](#input\_parent\_zone\_name)| The parent zone in which we create the delegation records |`string`| n/a | yes |
60
62
| <aname="input_pm_name"></a> [pm\_name](#input\_pm\_name)| The name of the poolmember, for new clusters, this should be like `pm-<xxxxx>`|`string`| n/a | yes |
63
+
| <aname="input_pm_namespace"></a> [pm\_namespace](#input\_pm\_namespace)| The namespace of the poolmember |`string`| n/a | yes |
0 commit comments