Name | Version |
---|---|
terraform | ~> 1.0 |
kubernetes | ~> 2.23 |
Name | Version |
---|---|
kubernetes | ~> 2.6 |
Name | Type |
---|
Name | Description | Type | Default | Required |
---|---|---|---|---|
auth0_client_id | The Auth0 Client ID of application | string |
"" |
no |
auth0_domain | The Auth0 domain of your tenant | string |
"" |
no |
bucket | The S3 / GCS bucket for storing data | string |
n/a | yes |
bucket_aws_region | The AWS Region where your bucket lives | string |
"" |
no |
bucket_kms_key_arn | AWS KMS key used to decrypt the bucket. | string |
"" |
no |
bucket_queue | The SQS / Google PubSub queue for object creation events | string |
n/a | yes |
cloud_monitoring_connection_string | The cloud provider to publish custom system metrics to for monitoring. Possible values are s3://, gs://, or az://. | string |
"noop://" |
no |
database_connection_string | The MySQL connection string. | string |
n/a | yes |
host | The FQD of your instance. | string |
n/a | yes |
license | Your wandb/local license | string |
n/a | yes |
local_restore | Restores Weights & Biases to a stable state if needed. | bool |
false |
no |
oidc_auth_method | OIDC auth method | string |
"implicit" |
no |
oidc_client_id | The Client ID of application in your identity provider | string |
"" |
no |
oidc_issuer | A url to your Open ID Connect identity provider, i.e. https://cognito-idp.us-east-1.amazonaws.com/us-east-1_uiIFNdacd | string |
"" |
no |
oidc_secret | The Client secret of the application in your identity provider | string |
"" |
no |
other_wandb_env | n/a | map(string) |
{} |
no |
progress_deadline_seconds | The version of Weights & Biases local to deploy. | number |
3600 |
no |
redis_ca_cert | The redis certificate authority. | string |
"" |
no |
redis_connection_string | The redis connection string. | string |
"" |
no |
resource_limits | Specifies the allocation for resource limits | map(string) |
{ |
no |
resource_requests | Specifies the allocation for resource requests | map(string) |
{ |
no |
service_port | n/a | number |
32543 |
no |
wandb_image | Docker repository of to pull the wandb image from. | string |
"wandb/local" |
no |
wandb_version | The version of Weights & Biases local to deploy. | string |
"latest" |
no |
Name | Description |
---|---|
service_port | n/a |