All Projects → sergeykuzmich → terraform-digitalocean-variables

sergeykuzmich / terraform-digitalocean-variables

Licence: other
List of all available DigitalOcean droplet image distributions, one click applications, regions and sizes.

Programming Languages

HCL
1544 projects

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

Programmers Community
This repository contains various solution of a problem in Ruby, C, C++, Python and Java.
Stars: ✭ 189 (+626.92%)
Mutual labels:  digitalocean
CloudFrontier
Monitor the internet attack surface of various public cloud environments. Currently supports AWS, GCP, Azure, DigitalOcean and Oracle Cloud.
Stars: ✭ 102 (+292.31%)
Mutual labels:  digitalocean
hactoberexplor
HacktoberExplor is for people who love to travel, explore and let others know about the beautiful places which they've visited, alongwith a photo and a short description about that place. Also you can add about yourself, your interests and your social media links, etc.
Stars: ✭ 16 (-38.46%)
Mutual labels:  digitalocean
Action Doctl
GitHub Actions for DigitalOcean - doctl
Stars: ✭ 219 (+742.31%)
Mutual labels:  digitalocean
Doctl
The official command line interface for the DigitalOcean API.
Stars: ✭ 2,856 (+10884.62%)
Mutual labels:  digitalocean
python-doctl
A Python wrapper for the Digital Ocean CLI utility — doctl.
Stars: ✭ 49 (+88.46%)
Mutual labels:  digitalocean
Ddns
Personal DDNS client with Digital Ocean Networking DNS as backend.
Stars: ✭ 177 (+580.77%)
Mutual labels:  digitalocean
LiDeploy
🚀 A DigitalOcean Reseller written with Ruby On Rails
Stars: ✭ 20 (-23.08%)
Mutual labels:  digitalocean
Engine
Deploy your apps on any Cloud provider in just a few seconds
Stars: ✭ 1,132 (+4253.85%)
Mutual labels:  digitalocean
DOKS
Managed Kubernetes designed for simple and cost effective container orchestration.
Stars: ✭ 80 (+207.69%)
Mutual labels:  digitalocean
Digital Ocean Dynamic Dns Updater
Digital Ocean Dynamic DNS Updater
Stars: ✭ 223 (+757.69%)
Mutual labels:  digitalocean
Awesome Digitalocean
A curated list of amazingly awesome DigitalOcean resources inspired by Awesome Sysadmin
Stars: ✭ 236 (+807.69%)
Mutual labels:  digitalocean
nomad-droplets-autoscaler
DigitalOcean Droplets target plugin for HashiCorp Nomad Autoscaler
Stars: ✭ 42 (+61.54%)
Mutual labels:  digitalocean
Hacktoberfest
This hacktoberfest project exists to help you submit your first Pull Request and welcome you to the world of open source!
Stars: ✭ 216 (+730.77%)
Mutual labels:  digitalocean
react-springboot-mysql
A sample app with Spring Boot (Hibernate), React and MySQL with explanation and deployment.
Stars: ✭ 82 (+215.38%)
Mutual labels:  digitalocean
Procsd
Manage your application processes in production hassle-free like Heroku CLI with Procfile and Systemd
Stars: ✭ 181 (+596.15%)
Mutual labels:  digitalocean
Hacktober-2019
Repo for TOM members dedicated for the Hacktober fest of 2019 (6th edition), this repo is here to encourage open source learning and sharing and enhance git/github using abilities.
Stars: ✭ 16 (-38.46%)
Mutual labels:  digitalocean
godump
Dumps information about a variable Like var_dump() in php.
Stars: ✭ 54 (+107.69%)
Mutual labels:  variables
fleex
Fleex makes it easy to create multiple VPS on cloud providers and use them to distribute workloads.
Stars: ✭ 181 (+596.15%)
Mutual labels:  digitalocean
do-spaces-action
📦Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.
Stars: ✭ 30 (+15.38%)
Mutual labels:  digitalocean

DigitalOcean Available Terraform Variables

GitHub Workflow Status Last Updated

This is a self-updating repository with a list of all available DigitalOcean Variables for terraform scripts.

Usage

resource "digitalocean_droplet" "droplet" {
  image  = var.do_application_wordpress-16-04
  region = var.do_region_nyc1
  size   = var.do_size_s-1vcpu-1gb

  name   = "droplet"
}

Variables prevents infrastructure deploying with undefined or misspelled 'image', 'distribution', 'size' or 'region'.

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].