Skip to content

leb4r/terraform-do-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-do-components

checkov pre-commit

Opinionated Terraform modules that can be re-used in other projects. Built specifically for DigitalOcean.

Usage

Reference the submodules like such:

module "doks_cluster" {
  source       = "leb4r/components/do//modules/doks/cluster"
  version      = "0.1.0"

  cluster_name = "example-cluster"
}

Notes

DigitalOcean Authentication

None of the modules explicitly refer to a DigitalOcean API token. This is meant to force the usage of environment variables (e.g. DIGITALOCEAN_ACCESS_TOKEN) when passing authentication details to the provider. See the provider documentation for which environment variables are valid.

Experimental Features

The following components are using experimental features:

About

Terraform modules that can be re-used in other projects. Built specifically for DigitalOcean.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published