gcp∕filestore - dicomgrid/pt-modules GitHub Wiki
Usage
To use this module in your Terraform, refer to the below module example:
module "gcp_filestore" {
source = "git::https://github.com/dicomgrid/pt-modules.git?ref=null"
# See inputs below for additional required parameters
}
Attributes
Requirements
Name | Version |
---|---|
terraform | >= 1.0.9 |
~> 4.66.0 |
Providers
Name | Version |
---|---|
~> 4.66.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
google_filestore_instance.main | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
labels | n/a | any |
n/a | yes |
location | n/a | any |
n/a | yes |
name | n/a | any |
n/a | yes |
network | n/a | any |
n/a | yes |
access_mode | n/a | string |
"READ_WRITE" |
no |
capacity_gb | n/a | number |
100 |
no |
connect_mode | n/a | string |
"DIRECT_PEERING" |
no |
include_nfs_export_options | n/a | bool |
true |
no |
ip_ranges | n/a | list |
[] |
no |
kms_key_name | n/a | any |
null |
no |
modes | n/a | list |
[] |
no |
tier | n/a | string |
"BASIC_SSD" |
no |
Outputs
No outputs.