Copyright 2024 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Name | Version |
---|---|
terraform | >= 0.13 |
google-beta | >= 5.25.0 |
null | ~> 3.0 |
random | ~> 3.0 |
Name | Version |
---|---|
google-beta | >= 5.25.0 |
null | ~> 3.0 |
random | ~> 3.0 |
No modules.
Name | Type |
---|---|
google-beta_google_parallelstore_instance.instance | resource |
null_resource.hydration | resource |
random_id.resource_name_suffix | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
deployment_name | Name of the HPC deployment. | string |
n/a | yes |
import_destination_path | The name of local path to import data on parallelstore instance from GCS bucket. | string |
null |
no |
import_gcs_bucket_uri | The name of the GCS bucket to import data from to parallelstore. | string |
null |
no |
labels | Labels to add to parallel store instance. | map(string) |
{} |
no |
local_mount | The mount point where the contents of the device may be accessed after mounting. | string |
"/parallelstore" |
no |
mount_options | Options describing various aspects of the parallelstore instance. | string |
"disable-wb-cache,thread-count=16,eq-count=8" |
no |
name | Name of parallelstore instance. | string |
null |
no |
network_id | The ID of the GCE VPC network to which the instance is connected given in the format:projects/<project_id>/global/networks/<network_name> " |
string |
n/a | yes |
private_vpc_connection_peering | The name of the VPC Network peering connection. If using new VPC, please use community/modules/network/private-service-access to create private-service-access and If using existing VPC with private-service-access enabled, set this manually." |
string |
n/a | yes |
project_id | Project in which the HPC deployment will be created. | string |
n/a | yes |
size_gb | Storage size of the parallelstore instance in GB. | number |
12000 |
no |
zone | Location for parallelstore instance. | string |
n/a | yes |
Name | Description |
---|---|
instructions | Instructions to monitor import-data operation from GCS bucket to parallelstore. |
network_storage | Describes a parallelstore instance. |