Commit Graph

12 Commits

Author SHA1 Message Date
Michal Wasilewski b343146a73
change key from google_* to goog_* 2019-06-20 07:34:18 +02:00
Michal Wasilewski 964a614ed8
add .yas-make-groups file to create a google group 2019-03-16 20:29:22 +01:00
Michal Wasilewski c43655cf04
add snippets for google provider in terraform
Signed-off-by: Michal Wasilewski <mwasilewski@gmx.com>
2019-03-01 10:43:42 +01:00
Ryota Kayanuma 3367c47cbd Add locals snippet 2018-08-25 03:25:44 +09:00
Ryota Kayanuma 4fdcf1653d Fix terraform snippet 2018-08-25 03:24:54 +09:00
Ryota Kayanuma ef1eb6f6ee Add output snippet 2018-08-25 03:18:27 +09:00
Ryota Kayanuma db83743b57 Add terraform snippet 2018-08-25 03:14:27 +09:00
Ryota Kayanuma cff16d1ae9 Add module snippet 2018-08-25 03:07:31 +09:00
Ryota Kayanuma 7aa306dbd8 Add data snippet 2018-08-25 03:04:57 +09:00
Ryota Kayanuma ee3359e1f7 Add provider snippet 2018-08-25 03:03:27 +09:00
Sergey Timanin 5eeac454aa Correct terraform 'resource' snippet (#207)
Type definition was missing. As the official Terraform documentation states:

> The resource block defines a resource that exists within the infrastructure. A resource might be a physical component such as an EC2 instance, or it can be a logical resource such as a Heroku application.

From: https://www.terraform.io/intro/getting-started/build.html#configuration
2017-08-22 21:56:01 +01:00
Andrea Crotti 0253a7eb57 move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00