SmoothGlue StorageClass EBS IaC
Overview
This project contains the IaC to deploy StorageClass EBS on a SmoothGlue k8s cluster.
Requirements
Name | Version |
---|---|
terraform | >= 1.5 |
kubernetes | ~> 2.24.0 |
Providers
Name | Version |
---|---|
kubernetes | 2.24.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
kubernetes_storage_class.aws_ebs | resource |
kubernetes_resources.storage_class | data source |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
block_public_access | If true, a public access block will be created which disallows public access to the bucket. | bool | true | no |
compatibility_mode | If enabled, this flag disables some AWS features which are not available in all AWS partitions/regions. | bool | true | no |
kubeconfig_data | Object containing kubeconfig URL and PKI information | object({ | { | no |
persistent | Bool to set the deployment to persistent or ephemeral | bool | false | no |
Outputs
No outputs.