diff --git a/README.md b/README.md index b4242f2..121b7a4 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ Usage examples are located in [terraform provider repo](https://github.com/casta | [terraform](#requirement\_terraform) | >= 0.13 | | [azuread](#requirement\_azuread) | >= 2.22.0 | | [azurerm](#requirement\_azurerm) | >= 3.7.0 | -| [castai](#requirement\_castai) | ~> 7.4 | +| [castai](#requirement\_castai) | ~> 7.10 | | [helm](#requirement\_helm) | >= 2.0.0 | ## Providers @@ -302,7 +302,7 @@ Usage examples are located in [terraform provider repo](https://github.com/casta |------|---------| | [azuread](#provider\_azuread) | >= 2.22.0 | | [azurerm](#provider\_azurerm) | >= 3.7.0 | -| [castai](#provider\_castai) | ~> 7.4 | +| [castai](#provider\_castai) | ~> 7.10 | | [helm](#provider\_helm) | >= 2.0.0 | | [null](#provider\_null) | n/a | @@ -337,6 +337,8 @@ No modules. | [helm_release.castai_pod_pinner](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource | | [helm_release.castai_pod_pinner_self_managed](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource | | [helm_release.castai_spot_handler](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource | +| [helm_release.castai_workload_autoscaler](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource | +| [helm_release.castai_workload_autoscaler_self_managed](https://registry.terraform.io/providers/hashicorp/helm/latest/docs/resources/release) | resource | | [null_resource.wait_for_cluster](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) | resource | | [azuread_client_config.current](https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/data-sources/client_config) | data source | @@ -366,12 +368,14 @@ No modules. | [evictor\_version](#input\_evictor\_version) | Version of castai-evictor chart. If not provided, latest version will be used. | `string` | `null` | no | | [grpc\_url](#input\_grpc\_url) | gRPC endpoint used by pod-pinner | `string` | `"grpc.cast.ai:443"` | no | | [install\_security\_agent](#input\_install\_security\_agent) | Optional flag for installation of security agent (https://docs.cast.ai/product-overview/console/security-insights/) | `bool` | `false` | no | +| [install\_workload\_autoscaler](#input\_install\_workload\_autoscaler) | Optional flag for installation of workload autoscaler (https://docs.cast.ai/docs/workload-autoscaling-configuration) | `bool` | `false` | no | +| [kvisor\_controller\_extra\_args](#input\_kvisor\_controller\_extra\_args) | Extra arguments for the kvisor controller. Optionally enable kvisor to lint Kubernetes YAML manifests, scan workload images and check if workloads pass CIS Kubernetes Benchmarks as well as NSA, WASP and PCI recommendations. | `map(string)` |
{| no | | [kvisor\_values](#input\_kvisor\_values) | List of YAML formatted string values for kvisor helm chart | `list(string)` | `[]` | no | | [kvisor\_version](#input\_kvisor\_version) | Version of kvisor chart. If not provided, latest version will be used. | `string` | `null` | no | -| [kvisor\_controller\_extra\_args](#input\_kvisor\_controller\_extra\_args) | Map of extra arguments for the kvisor controller | `map(string)` |`{`
"image-scan-enabled": "true",
"kube-bench-enabled": "true",
"kube-linter-enabled": "true"
}