Truefoundry Google Cloud platform features module
Name | Version |
---|---|
terraform | ~> 1.4 |
~> 6.11 |
Name | Version |
---|---|
~> 6.11 |
Name | Source | Version |
---|---|---|
blob_storage | terraform-google-modules/cloud-storage/google//modules/simple_bucket | 8.0.1 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
blob_storage_cors_origins | List of CORS origins for Mlfoundry bucket | list(string) |
[ |
no |
blob_storage_enable_override | Enable overriding name of s3 bucket. This will only be used if feature_blob_storage_enabled is enabled. You need to pass s3_override_name to pass the bucket name | bool |
false |
no |
blob_storage_force_destroy | Force destroy for mlfoundry s3 bucket | bool |
true |
no |
blob_storage_override_name | S3 bucket name. Only used if s3_enable_override is enabled | string |
"" |
no |
cluster_name | Name of the cluster | string |
n/a | yes |
feature_blob_storage_enabled | Enable blob storage feature in the platform | bool |
true |
no |
feature_cluster_integration_enabled | Enable cluster integration feature in the platform | bool |
true |
no |
feature_docker_registry_enabled | Enable docker registry feature in the platform | bool |
true |
no |
feature_secrets_enabled | Enable secrets manager feature in the platform | bool |
true |
no |
project | GCP Project | string |
n/a | yes |
region | region | string |
n/a | yes |
tags | A map of tags to add to all resources | map(string) |
{} |
no |
Name | Description |
---|---|
artifact_registry_url | Artifact registry URL to connect |
blob_storage_enabled | Blob storage feature enabled |
bucket_name | Name of the bucket |
bucket_url | URL of the bucket |
cluster_integration_enabled | Cluster integration feature enabled |
docker_registry_enabled | Docker registry feature enabled |
sa_auth_data | Private key of the service account |
secret_manger_enabled | Secret manager feature enabled |
serviceaccount_key | Service account keys |
serviceaccount_name | Name of the service account |