GithubHelp home page GithubHelp logo

raddo21 / vscode-terraform-snippets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rixrix/vscode-terraform-snippets

0.0 0.0 0.0 376 KB

Advanced Terraform Snippets for Visual Studio Code. It has at least 23k downloads from the marketplace.

Home Page: https://marketplace.visualstudio.com/items?itemName=mindginative.terraform-snippets

License: MIT License

JavaScript 100.00%

vscode-terraform-snippets's Introduction

News

I'm looking for volunteers to help me maintain this project. I don't have enough time to do some of the work.

Advanced Terraform Snippets for Visual Studio Code

Provides 550+ code snippets of Hashicorp's Terraform cloud orchestration tool for Visual Studio Code.

Usage

Type part of the snippets tf, press enter:

Sample Snippets

Input / Output / Module

tf-variable                         // generates `variable "myVariable" { }`
tf-variable-default                 // generates `variable "myVariable" { default = ""}`
tf-output                           // generates `output "myOutputName" { value = ""}`
tf-module                           // generates `module "myModuleName" { source = ""}`
tf-module-github                    // generates `module "myModuleName" { source = "github.com/username"}`
tf-module-github-private            // generates `module "myModuleName" { source = "git::https://MACHINE-USER:[email protected]/username"}`
tf-module-bitbucket                 // generates `module "myModuleName" { source = "bitbucket.org/username"}`
tf-module-git                       // generates `module "myModuleName" { source = "git://"}`
tf-module-mercurial                 // generates `module "myModuleName" { source = "hg::http://"}`
tf-module-s3                        // generates `module "myModuleName" { source = "s3::https://"}`

Providers

tf-aws                              // generates `provider "aws" { ... }`
tf-aws-profile                       // generates `provider "aws" { profile = "", shared_credentials_file="",... }`
tf-azurerm                          // generates `provider "azurerm" { ... }`
tf-google                           // generates `provider "google" { ... }`
tf-openstack                        // generates `provider "openstack" { ... }`
tf-ibm_provider                     // generates `provider "ibm" { ... }`

Backends / Remote State

tf-backend-azure                    // generates `data "terraform_remote_state" "xxx" { backend = "azure" ... }`
tf-backend-s3                       // generates `data "terraform_remote_state" "xxx" { backend = "s3" ... }`
tf-backend-gcs                      // generates `data "terraform_remote_state" "xxx" { backend = "gcs" ... }`
tf-backend-consul                   // generates `data "terraform_remote_state" "xxx" { backend = "consul" ... }`

Handy shortcuts for AWS Regions

tf-aws-region-us-east-1             // generates US East (N.Virginia) `us-east-1`
tf-aws-region-ap-south-1            // generates Asia Pacific (Mumbai) `ap-south-1`

plus all other AWS regions

Others + more, see supported list

tf-depends_on                       // generates `depends_on []`
tf-provisioner-connection           // generates `provisioner "file" { ... }`
tf-provisioner-file                 // generates `provisioner "file" { ... }`
tf-provisioner-local-exec           // generates `provisioner "local-exec" { ... }`
tf-provisioner-remote-exec          // generates `provisioner "remote-exec" { ... }`
tf-provisioner-null_resource        // generates `resource "null_resource" { ... }`
tf-template_file                    // generates `data "template_file" "init" { ... }`
tf-template_file-inline             // generates `data "template_file" "init" { ... }` inline
tf-template_cloudinit_config        // generates `data "template_cloudinit_config" "config" { ... }` inline

Use Extension

Alternatively, press Ctrl+Space (Windows, Linux) or Cmd+Space (OSX) to activate snippets from within the editor.

Supported Snippets

Input, Output, Module

Provisioners

Providers

  • Amazon Web Services, Google Cloud, Microsoft Azure, CloudStack
  • Consul, Docker, Heroku, DigitalOcean, Bitbucket
  • GitHub, Archive, Atlas, Chef, Cloudflare
  • MySQL, PostgreSQL, SoftLayer, Scaleway, CenturyLinkCloud
  • Cobbler, Datadog, DNSMadeEasy, DNSimple, Dyn
  • Fastly, Grafana, InfluxDB, Librato, Logentries
  • Mailgun, Packet, PagerDuty, PowerDNS, RabbitMQ
  • Random, Rundeck, StatusCake, Terraform, TLS,
  • Triton, UltraDNS, OpenStack, VMware vCloud Director, VMware vSphere
  • GitLab, Arukas, New Relic, Kubernetes, Vault, OpsGenie, IBM Cloud

Backends / Remote State

  • Artifactory, Atlas, Microsoft Azure Storage, Consul, Etcd,
  • Google Cloud Storage, Http, Local, Manta, Amazon S3, Openstack Swift

Requirements / Dependencies

Install the Terraform Language support extension from the marketplace published by "Mikael Olenfalk"

Installation

  1. Install Visual Studio Code 1.x or higher
  2. Launch Code
  3. From the command palette Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
  4. Select Install Extension
  5. Choose the extension
  6. Reload Visual Studio Code

Development

How to build

  • npm run build:snippets
    • Generates a single file in "snippets/terraform.json" from "src/" snippets file.

Convention

How can you help ?

It is super easy, the snippets for each Terraform features are self-contained into its own single JSON file.

src/
    backends/
    configuration/
    modules/
    state/
    provisioners/
    providers/
        aws.json
        chef.json
        your-new-feature-here.json

Issues / Comments / Suggestions

Feel free to file an issue or submit a pull request at https://github.com/rixrix/vscode-terraform-snippets/issues

Notes

Contributors

License

MIT

vscode-terraform-snippets's People

Contributors

achandmsft avatar dan-hughes avatar hintikkakimmo avatar lktslionel avatar madole avatar mattmencel avatar praveengostu avatar rixrix avatar

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.