{"id":36604896,"url":"https://github.com/spotinst/terraform-spotinst-ocean-eks","last_synced_at":"2026-01-12T08:43:54.026Z","repository":{"id":37272052,"uuid":"247759055","full_name":"spotinst/terraform-spotinst-ocean-eks","owner":"spotinst","description":"[Deprecated] A Terraform module to create an Amazon Elastic Kubernetes Service (EKS) cluster with Ocean.","archived":false,"fork":false,"pushed_at":"2024-02-03T16:56:43.000Z","size":135,"stargazers_count":22,"open_issues_count":4,"forks_count":31,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-14T06:35:48.082Z","etag":null,"topics":["netapp-public","ocean","owned-by-ido-haskel"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/modules/spotinst/ocean-eks/spotinst","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spotinst.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-03-16T16:07:00.000Z","updated_at":"2024-03-12T12:28:35.000Z","dependencies_parsed_at":"2024-02-03T17:50:46.807Z","dependency_job_id":"f3f44809-56dc-4176-b030-54fb4d520308","html_url":"https://github.com/spotinst/terraform-spotinst-ocean-eks","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/spotinst/terraform-spotinst-ocean-eks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotinst%2Fterraform-spotinst-ocean-eks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotinst%2Fterraform-spotinst-ocean-eks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotinst%2Fterraform-spotinst-ocean-eks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotinst%2Fterraform-spotinst-ocean-eks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spotinst","download_url":"https://codeload.github.com/spotinst/terraform-spotinst-ocean-eks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotinst%2Fterraform-spotinst-ocean-eks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["netapp-public","ocean","owned-by-ido-haskel"],"created_at":"2026-01-12T08:43:53.371Z","updated_at":"2026-01-12T08:43:54.002Z","avatar_url":"https://github.com/spotinst.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spot Ocean EKS Terraform Module\n\n# This module is deprecated and will be removed from the registry in 30 days.\n\n# Following modules should be used instead -\n- [To create an EKS Cluster and associated resources](https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest)\n- [To integrate existing k8s cluster with Spot Ocean](https://registry.terraform.io/modules/spotinst/ocean-aws-k8s/spotinst/latest)\n- [To integrate existing k8s node groups with Ocean launchspec/Virtual Node group (VNG)](https://registry.terraform.io/modules/spotinst/ocean-aws-k8s-vng/spotinst/latest)\n\n- [Example terraform script](https://github.com/spotinst/terraform-spotinst-ocean-aws-k8s/tree/main/examples/complete_from_eks_module) \n\n## This repository will not have active support any more.\n\n---\n\nA Terraform module to create an [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks) cluster with [Spot Ocean](https://spot.io/products/ocean). The module will install the Ocean Controller into the cluster.\n\n## Table of Contents\n\n- [Prerequisites](#prerequisites)\n- [Usage](#usage)\n- [Examples](#examples)\n- [Requirements](#requirements)\n- [Providers](#providers)\n- [Modules](#modules)\n- [Resources](#resources)\n- [Inputs](#inputs)\n- [Outputs](#outputs)\n- [Documentation](#documentation)\n- [Getting Help](#getting-help)\n- [Community](#community)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Prerequisites\n\nFor `kubectl` to connect and interface properly with your [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks) cluster, you have to install and configure the [AWS Command Line Interface (CLI)](https://aws.amazon.com/cli/) with the `aws-iam-authenticator` component. Instructions on how to install the following components can be found below:\n\n- [aws-cli](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html)\n- [aws-iam-authenticator](https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html)\n- [kubectl](https://docs.aws.amazon.com/eks/latest/userguide/install-kubectl.html)\n\n## Usage\n\n```hcl\nmodule \"ocean-eks\" {\n  source = \"spotinst/ocean-eks/spotinst\"\n\n  # Credentials.\n  spotinst_token   = var.spotinst_token\n  spotinst_account = var.spotinst_account\n}\n```\n\n## Examples\n\n- [Simple Cluster](https://github.com/spotinst/terraform-spotinst-ocean-eks/tree/master/examples/simple-cluster)\n- [Update Policy](https://github.com/spotinst/terraform-spotinst-ocean-eks/tree/master/examples/update-policy)\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 0.13.1 |\n| \u003ca name=\"requirement_aws\"\u003e\u003c/a\u003e [aws](#requirement\\_aws) | ~\u003e 3.37 |\n| \u003ca name=\"requirement_kubernetes\"\u003e\u003c/a\u003e [kubernetes](#requirement\\_kubernetes) | ~\u003e 2.0 |\n| \u003ca name=\"requirement_random\"\u003e\u003c/a\u003e [random](#requirement\\_random) | ~\u003e 3.1 |\n| \u003ca name=\"requirement_spotinst\"\u003e\u003c/a\u003e [spotinst](#requirement\\_spotinst) | ~\u003e 1.60 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_aws\"\u003e\u003c/a\u003e [aws](#provider\\_aws) | 3.63.0 |\n| \u003ca name=\"provider_random\"\u003e\u003c/a\u003e [random](#provider\\_random) | 3.1.0 |\n| \u003ca name=\"provider_spotinst\"\u003e\u003c/a\u003e [spotinst](#provider\\_spotinst) | 1.62.0 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_eks\"\u003e\u003c/a\u003e [eks](#module\\_eks) | terraform-aws-modules/eks/aws | ~\u003e 17.0 |\n| \u003ca name=\"module_ocean-controller\"\u003e\u003c/a\u003e [ocean-controller](#module\\_ocean-controller) | spotinst/ocean-controller/spotinst | ~\u003e 0.35 |\n| \u003ca name=\"module_vpc\"\u003e\u003c/a\u003e [vpc](#module\\_vpc) | terraform-aws-modules/vpc/aws | \u003e= 2.78.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [random_string.suffix](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string) | resource |\n| [spotinst_ocean_aws.this](https://registry.terraform.io/providers/spotinst/spotinst/latest/docs/resources/ocean_aws) | resource |\n| [aws_availability_zones.available](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/availability_zones) | data source |\n| [aws_eks_cluster.cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster) | data source |\n| [aws_eks_cluster_auth.cluster](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/eks_cluster_auth) | data source |\n| [aws_region.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_ami_id\"\u003e\u003c/a\u003e [ami\\_id](#input\\_ami\\_id) | The image ID for the EKS worker nodes. If none is provided, Terraform will search for the latest version of their EKS optimized worker AMI based on platform | `string` | `null` | no |\n| \u003ca name=\"input_associate_public_ip_address\"\u003e\u003c/a\u003e [associate\\_public\\_ip\\_address](#input\\_associate\\_public\\_ip\\_address) | Associate a public IP address to worker nodes | `bool` | `false` | no |\n| \u003ca name=\"input_attach_worker_cni_policy\"\u003e\u003c/a\u003e [attach\\_worker\\_cni\\_policy](#input\\_attach\\_worker\\_cni\\_policy) | Whether to attach the Amazon managed `AmazonEKS_CNI_Policy` IAM policy to the default worker IAM role. WARNING: If set `false` the permissions must be assigned to the `aws-node` DaemonSet pods via another method or nodes will not be able to join the cluster | `bool` | `true` | no |\n| \u003ca name=\"input_autoscaler_cooldown\"\u003e\u003c/a\u003e [autoscaler\\_cooldown](#input\\_autoscaler\\_cooldown) | Sets cooldown period between scaling actions | `number` | `null` | no |\n| \u003ca name=\"input_autoscaler_headroom_cpu_per_unit\"\u003e\u003c/a\u003e [autoscaler\\_headroom\\_cpu\\_per\\_unit](#input\\_autoscaler\\_headroom\\_cpu\\_per\\_unit) | Configures the number of CPUs to allocate the headroom (CPUs are denoted in millicores, where 1000 millicores = 1 vCPU) | `number` | `null` | no |\n| \u003ca name=\"input_autoscaler_headroom_gpu_per_unit\"\u003e\u003c/a\u003e [autoscaler\\_headroom\\_gpu\\_per\\_unit](#input\\_autoscaler\\_headroom\\_gpu\\_per\\_unit) | Configures the number of GPUs to allocate the headroom | `number` | `null` | no |\n| \u003ca name=\"input_autoscaler_headroom_memory_per_unit\"\u003e\u003c/a\u003e [autoscaler\\_headroom\\_memory\\_per\\_unit](#input\\_autoscaler\\_headroom\\_memory\\_per\\_unit) | Configures the amount of memory (MB) to allocate the headroom | `number` | `null` | no |\n| \u003ca name=\"input_autoscaler_headroom_num_of_units\"\u003e\u003c/a\u003e [autoscaler\\_headroom\\_num\\_of\\_units](#input\\_autoscaler\\_headroom\\_num\\_of\\_units) | Sets the number of units to retain as headroom, where each unit has the defined headroom CPU and memory | `number` | `null` | no |\n| \u003ca name=\"input_autoscaler_headroom_percentage\"\u003e\u003c/a\u003e [autoscaler\\_headroom\\_percentage](#input\\_autoscaler\\_headroom\\_percentage) | Sets the auto headroom percentage (a number in the range [0, 200]) which controls the percentage of headroom from the cluster. Relevant only when `autoscale_is_auto_config` toggled on | `number` | `null` | no |\n| \u003ca name=\"input_autoscaler_is_auto_config\"\u003e\u003c/a\u003e [autoscaler\\_is\\_auto\\_config](#input\\_autoscaler\\_is\\_auto\\_config) | Controls whether Ocean Auto Scaler should be auto configured | `bool` | `true` | no |\n| \u003ca name=\"input_autoscaler_is_enabled\"\u003e\u003c/a\u003e [autoscaler\\_is\\_enabled](#input\\_autoscaler\\_is\\_enabled) | Controls whether Ocean Auto Scaler should be enabled | `bool` | `true` | no |\n| \u003ca name=\"input_autoscaler_max_scale_down_percentage\"\u003e\u003c/a\u003e [autoscaler\\_max\\_scale\\_down\\_percentage](#input\\_autoscaler\\_max\\_scale\\_down\\_percentage) | Sets the maximum percentage (a number in the range [1, 100]) to scale down | `number` | `null` | no |\n| \u003ca name=\"input_autoscaler_resource_limits_max_memory_gib\"\u003e\u003c/a\u003e [autoscaler\\_resource\\_limits\\_max\\_memory\\_gib](#input\\_autoscaler\\_resource\\_limits\\_max\\_memory\\_gib) | Sets the maximum memory in GiB units that can be allocated to the cluster | `number` | `null` | no |\n| \u003ca name=\"input_autoscaler_resource_limits_max_vcpu\"\u003e\u003c/a\u003e [autoscaler\\_resource\\_limits\\_max\\_vcpu](#input\\_autoscaler\\_resource\\_limits\\_max\\_vcpu) | Sets the maximum cpu in vCPU units that can be allocated to the cluster | `number` | `null` | no |\n| \u003ca name=\"input_aws_auth_additional_labels\"\u003e\u003c/a\u003e [aws\\_auth\\_additional\\_labels](#input\\_aws\\_auth\\_additional\\_labels) | Additional kubernetes labels applied on aws-auth ConfigMap | `map(string)` | `{}` | no |\n| \u003ca name=\"input_blacklist\"\u003e\u003c/a\u003e [blacklist](#input\\_blacklist) | List of instance types not allowed in the Ocean cluster (`whitelist` and `blacklist` are mutually exclusive) | `list(string)` | `null` | no |\n| \u003ca name=\"input_cidr\"\u003e\u003c/a\u003e [cidr](#input\\_cidr) | The CIDR block for the VPC | `string` | `\"10.0.0.0/16\"` | no |\n| \u003ca name=\"input_cluster_create_endpoint_private_access_sg_rule\"\u003e\u003c/a\u003e [cluster\\_create\\_endpoint\\_private\\_access\\_sg\\_rule](#input\\_cluster\\_create\\_endpoint\\_private\\_access\\_sg\\_rule) | Whether to create security group rules for the access to the Amazon EKS private API server endpoint | `bool` | `false` | no |\n| \u003ca name=\"input_cluster_create_security_group\"\u003e\u003c/a\u003e [cluster\\_create\\_security\\_group](#input\\_cluster\\_create\\_security\\_group) | Whether to create a security group for the cluster or attach the cluster to `cluster_security_group_id` | `bool` | `true` | no |\n| \u003ca name=\"input_cluster_create_timeout\"\u003e\u003c/a\u003e [cluster\\_create\\_timeout](#input\\_cluster\\_create\\_timeout) | Timeout value when creating the EKS cluster | `string` | `\"30m\"` | no |\n| \u003ca name=\"input_cluster_delete_timeout\"\u003e\u003c/a\u003e [cluster\\_delete\\_timeout](#input\\_cluster\\_delete\\_timeout) | Timeout value when deleting the EKS cluster | `string` | `\"15m\"` | no |\n| \u003ca name=\"input_cluster_enabled_log_types\"\u003e\u003c/a\u003e [cluster\\_enabled\\_log\\_types](#input\\_cluster\\_enabled\\_log\\_types) | A list of the desired control plane logging to enable. For more information, see Amazon EKS Control Plane Logging documentation (https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html) | `list(string)` | `[]` | no |\n| \u003ca name=\"input_cluster_encryption_config\"\u003e\u003c/a\u003e [cluster\\_encryption\\_config](#input\\_cluster\\_encryption\\_config) | Configuration block with encryption configuration for the cluster. See examples/secrets\\_encryption/main.tf for example format | \u003cpre\u003elist(object({\u003cbr\u003e    provider_key_arn = string\u003cbr\u003e    resources        = list(string)\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_cluster_endpoint_private_access\"\u003e\u003c/a\u003e [cluster\\_endpoint\\_private\\_access](#input\\_cluster\\_endpoint\\_private\\_access) | Indicates whether or not the Amazon EKS private API server endpoint is enabled | `bool` | `false` | no |\n| \u003ca name=\"input_cluster_endpoint_private_access_cidrs\"\u003e\u003c/a\u003e [cluster\\_endpoint\\_private\\_access\\_cidrs](#input\\_cluster\\_endpoint\\_private\\_access\\_cidrs) | List of CIDR blocks which can access the Amazon EKS private API server endpoint | `list(string)` | `null` | no |\n| \u003ca name=\"input_cluster_endpoint_public_access\"\u003e\u003c/a\u003e [cluster\\_endpoint\\_public\\_access](#input\\_cluster\\_endpoint\\_public\\_access) | Indicates whether or not the Amazon EKS public API server endpoint is enabled | `bool` | `true` | no |\n| \u003ca name=\"input_cluster_endpoint_public_access_cidrs\"\u003e\u003c/a\u003e [cluster\\_endpoint\\_public\\_access\\_cidrs](#input\\_cluster\\_endpoint\\_public\\_access\\_cidrs) | List of CIDR blocks which can access the Amazon EKS public API server endpoint | `list(string)` | \u003cpre\u003e[\u003cbr\u003e  \"0.0.0.0/0\"\u003cbr\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_cluster_iam_role_name\"\u003e\u003c/a\u003e [cluster\\_iam\\_role\\_name](#input\\_cluster\\_iam\\_role\\_name) | IAM role name for the cluster. Only applicable if manage\\_cluster\\_iam\\_resources is set to false | `string` | `\"\"` | no |\n| \u003ca name=\"input_cluster_identifier\"\u003e\u003c/a\u003e [cluster\\_identifier](#input\\_cluster\\_identifier) | Cluster identifier | `string` | `null` | no |\n| \u003ca name=\"input_cluster_log_kms_key_id\"\u003e\u003c/a\u003e [cluster\\_log\\_kms\\_key\\_id](#input\\_cluster\\_log\\_kms\\_key\\_id) | If a KMS Key ARN is set, this key will be used to encrypt the corresponding log group. Please be sure that the KMS Key has an appropriate key policy (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/encrypt-log-data-kms.html) | `string` | `\"\"` | no |\n| \u003ca name=\"input_cluster_log_retention_in_days\"\u003e\u003c/a\u003e [cluster\\_log\\_retention\\_in\\_days](#input\\_cluster\\_log\\_retention\\_in\\_days) | Number of days to retain log events. Default retention - 90 days | `number` | `90` | no |\n| \u003ca name=\"input_cluster_name\"\u003e\u003c/a\u003e [cluster\\_name](#input\\_cluster\\_name) | Name of the EKS cluster. Also used as a prefix in names of related resources | `string` | `null` | no |\n| \u003ca name=\"input_cluster_security_group_id\"\u003e\u003c/a\u003e [cluster\\_security\\_group\\_id](#input\\_cluster\\_security\\_group\\_id) | If provided, the EKS cluster will be attached to this security group. If not given, a security group will be created with necessary ingress/egress to work with the workers | `string` | `\"\"` | no |\n| \u003ca name=\"input_cluster_version\"\u003e\u003c/a\u003e [cluster\\_version](#input\\_cluster\\_version) | Kubernetes version to use for the EKS cluster | `string` | `\"1.18\"` | no |\n| \u003ca name=\"input_controller_disable_auto_update\"\u003e\u003c/a\u003e [controller\\_disable\\_auto\\_update](#input\\_controller\\_disable\\_auto\\_update) | Controls whether the auto-update feature should be disabled for the Ocean Controller | `bool` | `false` | no |\n| \u003ca name=\"input_controller_image\"\u003e\u003c/a\u003e [controller\\_image](#input\\_controller\\_image) | Set the Docker image name for the Ocean Controller that should be deployed | `string` | `\"gcr.io/spotinst-artifacts/kubernetes-cluster-controller\"` | no |\n| \u003ca name=\"input_controller_node_selector\"\u003e\u003c/a\u003e [controller\\_node\\_selector](#input\\_controller\\_node\\_selector) | Specifies the node selector which must match a node's labels for the Ocean Controller resources to be scheduled on that node | `map(string)` | `null` | no |\n| \u003ca name=\"input_controller_resources_limits\"\u003e\u003c/a\u003e [controller\\_resources\\_limits](#input\\_controller\\_resources\\_limits) | Specifies the definition of the maximum amount of compute resources allowed | `map(any)` | `null` | no |\n| \u003ca name=\"input_controller_resources_requests\"\u003e\u003c/a\u003e [controller\\_resources\\_requests](#input\\_controller\\_resources\\_requests) | Specifies the definition of the minimum amount of compute resources required | `map(any)` | `null` | no |\n| \u003ca name=\"input_create_eks\"\u003e\u003c/a\u003e [create\\_eks](#input\\_create\\_eks) | Controls whether EKS resources should be created (it affects almost all resources) | `bool` | `true` | no |\n| \u003ca name=\"input_create_fargate_pod_execution_role\"\u003e\u003c/a\u003e [create\\_fargate\\_pod\\_execution\\_role](#input\\_create\\_fargate\\_pod\\_execution\\_role) | Controls whether the EKS Fargate pod execution IAM role should be created | `bool` | `true` | no |\n| \u003ca name=\"input_create_ocean\"\u003e\u003c/a\u003e [create\\_ocean](#input\\_create\\_ocean) | Controls whether Ocean should be created (it affects all Ocean resources) | `bool` | `true` | no |\n| \u003ca name=\"input_desired_capacity\"\u003e\u003c/a\u003e [desired\\_capacity](#input\\_desired\\_capacity) | The number of worker nodes to launch and maintain in the Ocean cluster | `number` | `1` | no |\n| \u003ca name=\"input_eks_oidc_root_ca_thumbprint\"\u003e\u003c/a\u003e [eks\\_oidc\\_root\\_ca\\_thumbprint](#input\\_eks\\_oidc\\_root\\_ca\\_thumbprint) | Thumbprint of Root CA for EKS OIDC, Valid until 2037 | `string` | `\"9e99a48a9960b14926bb7f3b02e22da2b0ab7280\"` | no |\n| \u003ca name=\"input_enable_irsa\"\u003e\u003c/a\u003e [enable\\_irsa](#input\\_enable\\_irsa) | Whether to create OpenID Connect Provider for EKS to enable IRSA | `bool` | `false` | no |\n| \u003ca name=\"input_enable_nat_gateway\"\u003e\u003c/a\u003e [enable\\_nat\\_gateway](#input\\_enable\\_nat\\_gateway) | Should be true if you want to provision NAT Gateways for each of your private networks | `bool` | `true` | no |\n| \u003ca name=\"input_external_nat_ip_ids\"\u003e\u003c/a\u003e [external\\_nat\\_ip\\_ids](#input\\_external\\_nat\\_ip\\_ids) | List of EIP IDs to be assigned to the NAT Gateways (used in combination with reuse\\_nat\\_ips) | `list(string)` | `[]` | no |\n| \u003ca name=\"input_fargate_pod_execution_role_name\"\u003e\u003c/a\u003e [fargate\\_pod\\_execution\\_role\\_name](#input\\_fargate\\_pod\\_execution\\_role\\_name) | The IAM Role that provides permissions for the EKS Fargate Profile | `string` | `null` | no |\n| \u003ca name=\"input_fargate_profiles\"\u003e\u003c/a\u003e [fargate\\_profiles](#input\\_fargate\\_profiles) | Fargate profiles to create. See `fargate_profile` keys section in fargate submodule's README.md for more details | `any` | `{}` | no |\n| \u003ca name=\"input_iam_path\"\u003e\u003c/a\u003e [iam\\_path](#input\\_iam\\_path) | If provided, all IAM roles will be created on this path | `string` | `\"/\"` | no |\n| \u003ca name=\"input_image_pull_policy\"\u003e\u003c/a\u003e [image\\_pull\\_policy](#input\\_image\\_pull\\_policy) | Image pull policy (one of: Always, Never, IfNotPresent) | `string` | `\"Always\"` | no |\n| \u003ca name=\"input_key_name\"\u003e\u003c/a\u003e [key\\_name](#input\\_key\\_name) | The key pair to attach to the worker nodes launched by Ocean | `string` | `null` | no |\n| \u003ca name=\"input_kubeconfig_aws_authenticator_additional_args\"\u003e\u003c/a\u003e [kubeconfig\\_aws\\_authenticator\\_additional\\_args](#input\\_kubeconfig\\_aws\\_authenticator\\_additional\\_args) | Any additional arguments to pass to the authenticator such as the role to assume. e.g. [\"-r\", \"MyEksRole\"] | `list(string)` | `[]` | no |\n| \u003ca name=\"input_kubeconfig_aws_authenticator_command\"\u003e\u003c/a\u003e [kubeconfig\\_aws\\_authenticator\\_command](#input\\_kubeconfig\\_aws\\_authenticator\\_command) | Command to use to fetch AWS EKS credentials | `string` | `\"aws-iam-authenticator\"` | no |\n| \u003ca name=\"input_kubeconfig_aws_authenticator_command_args\"\u003e\u003c/a\u003e [kubeconfig\\_aws\\_authenticator\\_command\\_args](#input\\_kubeconfig\\_aws\\_authenticator\\_command\\_args) | Default arguments passed to the authenticator command. Defaults to [token -i $cluster\\_name] | `list(string)` | `[]` | no |\n| \u003ca name=\"input_kubeconfig_aws_authenticator_env_variables\"\u003e\u003c/a\u003e [kubeconfig\\_aws\\_authenticator\\_env\\_variables](#input\\_kubeconfig\\_aws\\_authenticator\\_env\\_variables) | Environment variables that should be used when executing the authenticator. e.g. { AWS\\_PROFILE = \"eks\"} | `map(string)` | `{}` | no |\n| \u003ca name=\"input_kubeconfig_file_permission\"\u003e\u003c/a\u003e [kubeconfig\\_file\\_permission](#input\\_kubeconfig\\_file\\_permission) | File permission of the Kubectl config file containing cluster configuration saved to `kubeconfig_output_path.` | `string` | `\"0600\"` | no |\n| \u003ca name=\"input_kubeconfig_name\"\u003e\u003c/a\u003e [kubeconfig\\_name](#input\\_kubeconfig\\_name) | Override the default name used for items kubeconfig | `string` | `\"\"` | no |\n| \u003ca name=\"input_kubeconfig_output_path\"\u003e\u003c/a\u003e [kubeconfig\\_output\\_path](#input\\_kubeconfig\\_output\\_path) | Where to save the Kubectl config file (if `write_kubeconfig = true`). Assumed to be a directory if the value ends with a forward slash `/` | `string` | `\"./\"` | no |\n| \u003ca name=\"input_manage_aws_auth\"\u003e\u003c/a\u003e [manage\\_aws\\_auth](#input\\_manage\\_aws\\_auth) | Whether to apply the aws-auth configmap file | `bool` | `true` | no |\n| \u003ca name=\"input_manage_cluster_iam_resources\"\u003e\u003c/a\u003e [manage\\_cluster\\_iam\\_resources](#input\\_manage\\_cluster\\_iam\\_resources) | Whether to let the module manage cluster IAM resources. If set to false, cluster\\_iam\\_role\\_name must be specified | `bool` | `true` | no |\n| \u003ca name=\"input_manage_worker_iam_resources\"\u003e\u003c/a\u003e [manage\\_worker\\_iam\\_resources](#input\\_manage\\_worker\\_iam\\_resources) | Whether to let the module manage worker IAM resources. If set to false, iam\\_instance\\_profile\\_name must be specified for workers | `bool` | `true` | no |\n| \u003ca name=\"input_map_accounts\"\u003e\u003c/a\u003e [map\\_accounts](#input\\_map\\_accounts) | Additional AWS account numbers to add to the aws-auth configmap. See examples/basic/variables.tf for example format | `list(string)` | `[]` | no |\n| \u003ca name=\"input_map_roles\"\u003e\u003c/a\u003e [map\\_roles](#input\\_map\\_roles) | Additional IAM roles to add to the aws-auth configmap. See examples/basic/variables.tf for example format | \u003cpre\u003elist(object({\u003cbr\u003e    rolearn  = string\u003cbr\u003e    username = string\u003cbr\u003e    groups   = list(string)\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_map_users\"\u003e\u003c/a\u003e [map\\_users](#input\\_map\\_users) | Additional IAM users to add to the aws-auth configmap. See examples/basic/variables.tf for example format | \u003cpre\u003elist(object({\u003cbr\u003e    userarn  = string\u003cbr\u003e    username = string\u003cbr\u003e    groups   = list(string)\u003cbr\u003e  }))\u003c/pre\u003e | `[]` | no |\n| \u003ca name=\"input_max_size\"\u003e\u003c/a\u003e [max\\_size](#input\\_max\\_size) | The upper limit of worker nodes the Ocean cluster can scale up to | `number` | `null` | no |\n| \u003ca name=\"input_min_size\"\u003e\u003c/a\u003e [min\\_size](#input\\_min\\_size) | The lower limit of worker nodes the Ocean cluster can scale down to | `number` | `null` | no |\n| \u003ca name=\"input_node_groups\"\u003e\u003c/a\u003e [node\\_groups](#input\\_node\\_groups) | Map of map of node groups to create. See `node_groups` module's documentation for more details | `any` | `{}` | no |\n| \u003ca name=\"input_node_groups_defaults\"\u003e\u003c/a\u003e [node\\_groups\\_defaults](#input\\_node\\_groups\\_defaults) | Map of values to be applied to all node groups. See `node_groups` module's documentation for more details | `any` | `{}` | no |\n| \u003ca name=\"input_one_nat_gateway_per_az\"\u003e\u003c/a\u003e [one\\_nat\\_gateway\\_per\\_az](#input\\_one\\_nat\\_gateway\\_per\\_az) | Should be true if you want only one NAT Gateway per availability zone | `bool` | `false` | no |\n| \u003ca name=\"input_permissions_boundary\"\u003e\u003c/a\u003e [permissions\\_boundary](#input\\_permissions\\_boundary) | If provided, all IAM roles will be created with this permissions boundary attached | `string` | `null` | no |\n| \u003ca name=\"input_private_subnets\"\u003e\u003c/a\u003e [private\\_subnets](#input\\_private\\_subnets) | A list of private subnets inside the VPC | `list(string)` | \u003cpre\u003e[\u003cbr\u003e  \"10.0.1.0/24\",\u003cbr\u003e  \"10.0.2.0/24\",\u003cbr\u003e  \"10.0.3.0/24\"\u003cbr\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_public_subnets\"\u003e\u003c/a\u003e [public\\_subnets](#input\\_public\\_subnets) | A list of public subnets inside the VPC | `list(string)` | \u003cpre\u003e[\u003cbr\u003e  \"10.0.4.0/24\",\u003cbr\u003e  \"10.0.5.0/24\",\u003cbr\u003e  \"10.0.6.0/24\"\u003cbr\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_reuse_nat_ips\"\u003e\u003c/a\u003e [reuse\\_nat\\_ips](#input\\_reuse\\_nat\\_ips) | Should be true if you don't want EIPs to be created for your NAT Gateways and will instead pass them in via the 'external\\_nat\\_ip\\_ids' variable | `bool` | `false` | no |\n| \u003ca name=\"input_root_volume_size\"\u003e\u003c/a\u003e [root\\_volume\\_size](#input\\_root\\_volume\\_size) | The size (in GiB) to allocate for the root volume | `string` | `null` | no |\n| \u003ca name=\"input_single_nat_gateway\"\u003e\u003c/a\u003e [single\\_nat\\_gateway](#input\\_single\\_nat\\_gateway) | Should be true if you want to provision a single shared NAT Gateway across all of your private networks | `bool` | `true` | no |\n| \u003ca name=\"input_spot_percentage\"\u003e\u003c/a\u003e [spot\\_percentage](#input\\_spot\\_percentage) | Sets the percentage of nodes that should be Spot (vs On-Demand) in the cluster | `number` | `null` | no |\n| \u003ca name=\"input_spotinst_account\"\u003e\u003c/a\u003e [spotinst\\_account](#input\\_spotinst\\_account) | Spot account ID | `string` | n/a | yes |\n| \u003ca name=\"input_spotinst_token\"\u003e\u003c/a\u003e [spotinst\\_token](#input\\_spotinst\\_token) | Spot Personal Access token | `string` | n/a | yes |\n| \u003ca name=\"input_subnets\"\u003e\u003c/a\u003e [subnets](#input\\_subnets) | A list of subnets to place the EKS cluster and workers within | `list(string)` | `null` | no |\n| \u003ca name=\"input_tags\"\u003e\u003c/a\u003e [tags](#input\\_tags) | A map of tags to add to all resources. Tags added to launch configuration or templates override these values for ASG Tags only | `map(string)` | `{}` | no |\n| \u003ca name=\"input_update_policy\"\u003e\u003c/a\u003e [update\\_policy](#input\\_update\\_policy) | Configures the cluster update policy | \u003cpre\u003eobject({\u003cbr\u003e    should_roll           = bool\u003cbr\u003e    batch_size_percentage = number\u003cbr\u003e    launch_spec_ids       = list(string)\u003cbr\u003e  })\u003c/pre\u003e | `null` | no |\n| \u003ca name=\"input_vpc_id\"\u003e\u003c/a\u003e [vpc\\_id](#input\\_vpc\\_id) | VPC where the cluster and workers will be deployed | `string` | `null` | no |\n| \u003ca name=\"input_whitelist\"\u003e\u003c/a\u003e [whitelist](#input\\_whitelist) | List of instance types allowed in the Ocean cluster (`whitelist` and `blacklist` are mutually exclusive) | `list(string)` | `null` | no |\n| \u003ca name=\"input_worker_additional_security_group_ids\"\u003e\u003c/a\u003e [worker\\_additional\\_security\\_group\\_ids](#input\\_worker\\_additional\\_security\\_group\\_ids) | A list of additional security group ids to attach to worker instances | `list(string)` | `[]` | no |\n| \u003ca name=\"input_worker_ami_name_filter\"\u003e\u003c/a\u003e [worker\\_ami\\_name\\_filter](#input\\_worker\\_ami\\_name\\_filter) | Name filter for AWS EKS worker AMI. If not provided, the latest official AMI for the specified 'cluster\\_version' is used | `string` | `\"\"` | no |\n| \u003ca name=\"input_worker_ami_name_filter_windows\"\u003e\u003c/a\u003e [worker\\_ami\\_name\\_filter\\_windows](#input\\_worker\\_ami\\_name\\_filter\\_windows) | Name filter for AWS EKS Windows worker AMI. If not provided, the latest official AMI for the specified 'cluster\\_version' is used | `string` | `\"\"` | no |\n| \u003ca name=\"input_worker_ami_owner_id\"\u003e\u003c/a\u003e [worker\\_ami\\_owner\\_id](#input\\_worker\\_ami\\_owner\\_id) | The ID of the owner for the AMI to use for the AWS EKS workers. Valid values are an AWS account ID, 'self' (the current account), or an AWS owner alias (e.g. 'amazon', 'aws-marketplace', 'microsoft') | `string` | `\"amazon\"` | no |\n| \u003ca name=\"input_worker_ami_owner_id_windows\"\u003e\u003c/a\u003e [worker\\_ami\\_owner\\_id\\_windows](#input\\_worker\\_ami\\_owner\\_id\\_windows) | The ID of the owner for the AMI to use for the AWS EKS Windows workers. Valid values are an AWS account ID, 'self' (the current account), or an AWS owner alias (e.g. 'amazon', 'aws-marketplace', 'microsoft') | `string` | `\"amazon\"` | no |\n| \u003ca name=\"input_worker_create_cluster_primary_security_group_rules\"\u003e\u003c/a\u003e [worker\\_create\\_cluster\\_primary\\_security\\_group\\_rules](#input\\_worker\\_create\\_cluster\\_primary\\_security\\_group\\_rules) | Whether to create security group rules to allow communication between pods on workers and pods using the primary cluster security group | `bool` | `false` | no |\n| \u003ca name=\"input_worker_create_initial_lifecycle_hooks\"\u003e\u003c/a\u003e [worker\\_create\\_initial\\_lifecycle\\_hooks](#input\\_worker\\_create\\_initial\\_lifecycle\\_hooks) | Whether to create initial lifecycle hooks provided in worker groups | `bool` | `false` | no |\n| \u003ca name=\"input_worker_create_security_group\"\u003e\u003c/a\u003e [worker\\_create\\_security\\_group](#input\\_worker\\_create\\_security\\_group) | Whether to create a security group for the workers or attach the workers to `worker_security_group_id` | `bool` | `true` | no |\n| \u003ca name=\"input_worker_groups\"\u003e\u003c/a\u003e [worker\\_groups](#input\\_worker\\_groups) | A list of maps defining worker group configurations to be defined using AWS Launch Configurations. See workers\\_group\\_defaults for valid keys | `any` | \u003cpre\u003e[\u003cbr\u003e  {\u003cbr\u003e    \"asg_desired_capacity\": 0,\u003cbr\u003e    \"asg_max_size\": 0,\u003cbr\u003e    \"asg_min_size\": 0\u003cbr\u003e  }\u003cbr\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_worker_groups_launch_template\"\u003e\u003c/a\u003e [worker\\_groups\\_launch\\_template](#input\\_worker\\_groups\\_launch\\_template) | A list of maps defining worker group configurations to be defined using AWS Launch Templates. See workers\\_group\\_defaults for valid keys | `any` | `[]` | no |\n| \u003ca name=\"input_worker_security_group_id\"\u003e\u003c/a\u003e [worker\\_security\\_group\\_id](#input\\_worker\\_security\\_group\\_id) | If provided, all workers will be attached to this security group. If not given, a security group will be created with necessary ingress/egress to work with the EKS cluster | `string` | `\"\"` | no |\n| \u003ca name=\"input_worker_sg_ingress_from_port\"\u003e\u003c/a\u003e [worker\\_sg\\_ingress\\_from\\_port](#input\\_worker\\_sg\\_ingress\\_from\\_port) | Minimum port number from which pods will accept communication. Must be changed to a lower value if some pods in your cluster will expose a port lower than 1025 (e.g. 22, 80, or 443) | `number` | `1025` | no |\n| \u003ca name=\"input_worker_user_data\"\u003e\u003c/a\u003e [worker\\_user\\_data](#input\\_worker\\_user\\_data) | User data to pass to worker node instances. If none is provided, a default Linux EKS bootstrap script is used | `string` | `null` | no |\n| \u003ca name=\"input_workers_additional_policies\"\u003e\u003c/a\u003e [workers\\_additional\\_policies](#input\\_workers\\_additional\\_policies) | Additional policies to be added to workers | `list(string)` | `[]` | no |\n| \u003ca name=\"input_workers_group_defaults\"\u003e\u003c/a\u003e [workers\\_group\\_defaults](#input\\_workers\\_group\\_defaults) | Override default values for target groups. See workers\\_group\\_defaults\\_defaults in local.tf for valid keys | `any` | `{}` | no |\n| \u003ca name=\"input_workers_role_name\"\u003e\u003c/a\u003e [workers\\_role\\_name](#input\\_workers\\_role\\_name) | User defined workers role name | `string` | `\"\"` | no |\n| \u003ca name=\"input_write_kubeconfig\"\u003e\u003c/a\u003e [write\\_kubeconfig](#input\\_write\\_kubeconfig) | Whether to write a Kubectl config file containing the cluster configuration. Saved to `kubeconfig_output_path` | `bool` | `true` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_cloudwatch_log_group_arn\"\u003e\u003c/a\u003e [cloudwatch\\_log\\_group\\_arn](#output\\_cloudwatch\\_log\\_group\\_arn) | ARN of cloudwatch log group created |\n| \u003ca name=\"output_cloudwatch_log_group_name\"\u003e\u003c/a\u003e [cloudwatch\\_log\\_group\\_name](#output\\_cloudwatch\\_log\\_group\\_name) | Name of cloudwatch log group created |\n| \u003ca name=\"output_cluster_arn\"\u003e\u003c/a\u003e [cluster\\_arn](#output\\_cluster\\_arn) | The Amazon Resource Name (ARN) of the cluster |\n| \u003ca name=\"output_cluster_ca_certificate\"\u003e\u003c/a\u003e [cluster\\_ca\\_certificate](#output\\_cluster\\_ca\\_certificate) | Cluster CA certificate (base64 encoded) |\n| \u003ca name=\"output_cluster_certificate_authority_data\"\u003e\u003c/a\u003e [cluster\\_certificate\\_authority\\_data](#output\\_cluster\\_certificate\\_authority\\_data) | Nested attribute containing certificate-authority-data for your cluster. This is the base64 encoded certificate data required to communicate with your cluster |\n| \u003ca name=\"output_cluster_endpoint\"\u003e\u003c/a\u003e [cluster\\_endpoint](#output\\_cluster\\_endpoint) | The endpoint for your EKS Kubernetes API |\n| \u003ca name=\"output_cluster_iam_role_arn\"\u003e\u003c/a\u003e [cluster\\_iam\\_role\\_arn](#output\\_cluster\\_iam\\_role\\_arn) | IAM role ARN of the EKS cluster |\n| \u003ca name=\"output_cluster_iam_role_name\"\u003e\u003c/a\u003e [cluster\\_iam\\_role\\_name](#output\\_cluster\\_iam\\_role\\_name) | IAM role name of the EKS cluster |\n| \u003ca name=\"output_cluster_id\"\u003e\u003c/a\u003e [cluster\\_id](#output\\_cluster\\_id) | The name/id of the EKS cluster. Will block on cluster creation until the cluster is really ready |\n| \u003ca name=\"output_cluster_oidc_issuer_url\"\u003e\u003c/a\u003e [cluster\\_oidc\\_issuer\\_url](#output\\_cluster\\_oidc\\_issuer\\_url) | The URL on the EKS cluster OIDC Issuer |\n| \u003ca name=\"output_cluster_primary_security_group_id\"\u003e\u003c/a\u003e [cluster\\_primary\\_security\\_group\\_id](#output\\_cluster\\_primary\\_security\\_group\\_id) | The cluster primary security group ID created by the EKS cluster on 1.14 or later. Referred to as 'Cluster security group' in the EKS console |\n| \u003ca name=\"output_cluster_security_group_id\"\u003e\u003c/a\u003e [cluster\\_security\\_group\\_id](#output\\_cluster\\_security\\_group\\_id) | Security group ID attached to the EKS cluster. On 1.14 or later, this is the 'Additional security groups' in the EKS console |\n| \u003ca name=\"output_cluster_token\"\u003e\u003c/a\u003e [cluster\\_token](#output\\_cluster\\_token) | The token to use to authenticate with the cluster |\n| \u003ca name=\"output_cluster_version\"\u003e\u003c/a\u003e [cluster\\_version](#output\\_cluster\\_version) | The Kubernetes server version for the EKS cluster |\n| \u003ca name=\"output_config_map_aws_auth\"\u003e\u003c/a\u003e [config\\_map\\_aws\\_auth](#output\\_config\\_map\\_aws\\_auth) | A kubernetes configuration to authenticate to this EKS cluster |\n| \u003ca name=\"output_kubeconfig\"\u003e\u003c/a\u003e [kubeconfig](#output\\_kubeconfig) | kubectl config file contents for this EKS cluster |\n| \u003ca name=\"output_kubeconfig_filename\"\u003e\u003c/a\u003e [kubeconfig\\_filename](#output\\_kubeconfig\\_filename) | The filename of the generated kubectl config |\n| \u003ca name=\"output_ocean_cluster_id\"\u003e\u003c/a\u003e [ocean\\_cluster\\_id](#output\\_ocean\\_cluster\\_id) | The ID of the Ocean cluster |\n| \u003ca name=\"output_ocean_controller_id\"\u003e\u003c/a\u003e [ocean\\_controller\\_id](#output\\_ocean\\_controller\\_id) | The ID of the Ocean controller |\n| \u003ca name=\"output_oidc_provider_arn\"\u003e\u003c/a\u003e [oidc\\_provider\\_arn](#output\\_oidc\\_provider\\_arn) | The ARN of the OIDC Provider if `enable_irsa = true` |\n| \u003ca name=\"output_security_group_rule_cluster_https_worker_ingress\"\u003e\u003c/a\u003e [security\\_group\\_rule\\_cluster\\_https\\_worker\\_ingress](#output\\_security\\_group\\_rule\\_cluster\\_https\\_worker\\_ingress) | Security group rule responsible for allowing pods to communicate with the EKS cluster API |\n| \u003ca name=\"output_worker_iam_instance_profile_arns\"\u003e\u003c/a\u003e [worker\\_iam\\_instance\\_profile\\_arns](#output\\_worker\\_iam\\_instance\\_profile\\_arns) | Default IAM instance profile ARN for EKS worker groups |\n| \u003ca name=\"output_worker_iam_instance_profile_names\"\u003e\u003c/a\u003e [worker\\_iam\\_instance\\_profile\\_names](#output\\_worker\\_iam\\_instance\\_profile\\_names) | Default IAM instance profile name for EKS worker groups |\n| \u003ca name=\"output_worker_iam_role_arn\"\u003e\u003c/a\u003e [worker\\_iam\\_role\\_arn](#output\\_worker\\_iam\\_role\\_arn) | Default IAM role ARN for EKS worker groups |\n| \u003ca name=\"output_worker_iam_role_name\"\u003e\u003c/a\u003e [worker\\_iam\\_role\\_name](#output\\_worker\\_iam\\_role\\_name) | Default IAM role name for EKS worker groups |\n| \u003ca name=\"output_worker_security_group_id\"\u003e\u003c/a\u003e [worker\\_security\\_group\\_id](#output\\_worker\\_security\\_group\\_id) | Security group ID attached to the EKS workers |\n| \u003ca name=\"output_workers_default_ami_id\"\u003e\u003c/a\u003e [workers\\_default\\_ami\\_id](#output\\_workers\\_default\\_ami\\_id) | ID of the default worker group AMI |\n| \u003ca name=\"output_workers_user_data\"\u003e\u003c/a\u003e [workers\\_user\\_data](#output\\_workers\\_user\\_data) | User data of worker groups |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n\n## Documentation\n\nIf you're new to [Spot](https://spot.io/) and want to get started, please checkout our [Getting Started](https://docs.spot.io/connect-your-cloud-provider/) guide, available on the [Spot Documentation](https://docs.spot.io/) website.\n\n## Getting Help\n\nWe use GitHub issues for tracking bugs and feature requests. Please use these community resources for getting help:\n\n- Ask a question on [Stack Overflow](https://stackoverflow.com/) and tag it with [terraform-spotinst](https://stackoverflow.com/questions/tagged/terraform-spotinst/).\n- Join our [Spot](https://spot.io/) community on [Slack](http://slack.spot.io/).\n- Open an issue.\n\n## Community\n\n- [Slack](http://slack.spot.io/)\n- [Twitter](https://twitter.com/spot_hq/)\n\n## Contributing\n\nPlease see the [contribution guidelines](CONTRIBUTING.md).\n\n## License\n\nCode is licensed under the [Apache License 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotinst%2Fterraform-spotinst-ocean-eks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspotinst%2Fterraform-spotinst-ocean-eks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotinst%2Fterraform-spotinst-ocean-eks/lists"}