Coder Social home page Coder Social logo

terraform-linode-instance's Introduction

Requirements

Name Version
terraform >= 1.3.8
linode ~> 2.0
local >= 2.0.0
random >= 3.0.0
tls >= 3.0.0

Providers

Name Version
linode ~> 2.0
random >= 3.0.0
tls >= 3.0.0

Modules

No modules.

Resources

Name Type
linode_instance.this resource
linode_instance_config.instance_boot_config resource
linode_instance_disk.this_boot_disk resource
linode_volume.this_volume resource
random_password.root_password resource
random_string.suffix resource
tls_private_key.ssh resource

Inputs

Name Description Type Default Required
additional_tags tags to add to the to the linode instance map(string) {} no
boot_disk_size The size of the boot disk in MB number 15000 no
id_in_name whether to include the id in the name bool true no
location This is the location where the Linode is deployed. string "us-east" no
machine_type the type of machine to provision for the linode instance string "g6-standard-1" no
name name to give the machine string n/a yes
os_image image id to deploy string n/a yes
public_ssh_key The public ssh key to add to the linode
If none added a random key will be generated
list [] no
root_password Set a root password for the linode otherwise it will random string "" no
volume_disk_size the size to assign the linode disk volume in MB number n/a yes

Outputs

Name Description
deployment_id The deployment ID of the linode instance given by this module
instance_id The ID of the Linode instance
password The root password
private_ssh_key the private ssh key
public_ip The public IP address of the Linode instance

terraform-linode-instance's People

Contributors

thenite avatar github-actions[bot] avatar

terraform-linode-instance's Issues

Out put IP address

the module needs to output private and public ip address for future use.

For example: using public ip address for dns resolution

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.