o-leolleo / terraform-digitalocean-droplet

Public helper modules for personal projects :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirements

Name Version
digitalocean ~> 2.10

Providers

Name Version
digitalocean ~> 2.10

Modules

No modules.

Resources

Name Type
digitalocean_droplet.this resource
digitalocean_ssh_key.stub data source

Inputs

Name Description Type Default Required
backups n/a bool false no
droplet_agent n/a bool false no
image n/a string n/a yes
monitoring n/a bool true no
name n/a string n/a yes
region n/a string "nyc1" no
resize_disk n/a bool false no
size n/a string "s-1vcpu-1gb" no
ssh_permit_root_login n/a bool false no
ssh_port n/a number 22 no
stub_key_name n/a string n/a yes
tags n/a list(string) [] no
user_data n/a any null no
vpc_uuid n/a string null no

Outputs

Name Description
info Same set of attributes as https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/droplet#attributes-reference

About

Public helper modules for personal projects :)

License:MIT License


Languages

Language:HCL 100.0%