All Projects → jaxxstorm → terraform-digitalocean-kubernetes

jaxxstorm / terraform-digitalocean-kubernetes

Licence: MIT license
A terraform module for managing and creating a Kubernetes cluster on digital ocean

Programming Languages

HCL
1544 projects

Projects that are alternatives of or similar to terraform-digitalocean-kubernetes

terraform-aws-config
This module configures AWS Config, a service that enables you to assess, audit, and evaluate the configurations of your AWS resources.
Stars: ✭ 24 (+118.18%)
Mutual labels:  terraform-modules, terraform-module
terraform-aws-enforce-mfa
A terraform module to enforce MFA for AWS groups and users
Stars: ✭ 24 (+118.18%)
Mutual labels:  terraform-modules, terraform-module
terraform-aws-account
🌳 A sustainable Terraform Package which creates Account & IAM resources on AWS
Stars: ✭ 18 (+63.64%)
Mutual labels:  terraform-modules, terraform-module
terraform-aws-backup
Terraform module to provision AWS Backup, a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services such as EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and AWS Storage Gateway volumes.
Stars: ✭ 62 (+463.64%)
Mutual labels:  terraform-modules, terraform-module
terraform-aws-elasticache-redis
A Terraform module to create an AWS Redis ElastiCache cluster.
Stars: ✭ 29 (+163.64%)
Mutual labels:  terraform-modules, terraform-module
terraform-aws-cognito-user-pool
Terraform module to create Amazon Cognito User Pools, configure its attributes and resources such as app clients, domain, resource servers. Amazon Cognito User Pools provide a secure user directory that scales to hundreds of millions of users.
Stars: ✭ 65 (+490.91%)
Mutual labels:  terraform-modules, terraform-module
terraform-aws-iam-system-user
Terraform Module to Provision a Basic IAM System User Suitable for CI/CD Systems (E.g. TravisCI, CircleCI)
Stars: ✭ 71 (+545.45%)
Mutual labels:  terraform-modules, terraform-module
terraform-aws-route53
A Terraform module to create a Route53 Domain Name System (DNS) on Amazon Web Services (AWS). https://aws.amazon.com/route53/
Stars: ✭ 39 (+254.55%)
Mutual labels:  terraform-modules
terraform-modules
Reusable Terraform modules
Stars: ✭ 12 (+9.09%)
Mutual labels:  terraform-modules
terraform-aws-route53-cluster-hostname
Terraform module to define a consistent AWS Route53 hostname
Stars: ✭ 44 (+300%)
Mutual labels:  terraform-modules
terraform-azurerm-kubernetes
Terraform module to deploy a Kubernetes cluster on Azure, using AKS.
Stars: ✭ 16 (+45.45%)
Mutual labels:  terraform-module
terraform-aws-lb-s3-bucket
Terraform module to provision an S3 bucket with built in IAM policy to allow AWS Load Balancers to ship access logs
Stars: ✭ 29 (+163.64%)
Mutual labels:  terraform-module
db-sharding
Oracle Sharded database deployment automation and tools for use in client applications.
Stars: ✭ 30 (+172.73%)
Mutual labels:  terraform-modules
terraform-aws-ses
Terraform module to provision Simple Email Service on AWS
Stars: ✭ 24 (+118.18%)
Mutual labels:  terraform-module
terraform-aws-concourse
Terraform Module for a distributed concourse cluster on AWS
Stars: ✭ 12 (+9.09%)
Mutual labels:  terraform-module
terraform-aws-iam-assumed-roles
Terraform Module for Assumed Roles on AWS with IAM Groups Requiring MFA
Stars: ✭ 33 (+200%)
Mutual labels:  terraform-modules
terraform-aws-transit-gateway
Terraform module which creates Transit Gateway resources on AWS 🇺🇦
Stars: ✭ 98 (+790.91%)
Mutual labels:  terraform-module
terraform-aws-ecs-fargate-task-definition
Terraform module to create AWS ECS Fargate Task Definition
Stars: ✭ 20 (+81.82%)
Mutual labels:  terraform-module
terraform-aws-datadog-integration
Terraform module to configure Datadog AWS integration
Stars: ✭ 26 (+136.36%)
Mutual labels:  terraform-modules
terraform-aws-logs
Creates and configures an S3 bucket for storing AWS logs.
Stars: ✭ 69 (+527.27%)
Mutual labels:  terraform-modules

Terraform Digital Ocean Kubernetes Module

Create a Kubernetes cluster on Digital Ocean with Terraform

Usage

variable "do_token" {}

module "kubernetes_cluster" {
  source                     = "github.com/jaxxstorm/terraform-do-kubernetes"
  do_token                   = "${var.do_token}"
  do_region                  = "nyc1"
  cluster_name               = "test"
  cluster_default_node_size  = "s-1vcpu-2gb"
  cluster_default_node_count = 1
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].