Skip to content

Commit

Permalink
fix(terraform): remove duplicate resource snippet (#432)
Browse files Browse the repository at this point in the history
Remove duplicated key `resource` in terraform snippet. The one introduced in #426 remains as it has better readability.
  • Loading branch information
hieulw committed Apr 29, 2024
1 parent d595a2e commit 9e55019
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions snippets/terraform.json
Expand Up @@ -141,11 +141,6 @@
"description": "Outputs are a way to tell Terraform what data is important.",
"body": ["output \"${myOutput}\" {", " value = \"\"", "}"]
},
"resource": {
"prefix": "tf-resource",
"description": "define a provisioner.",
"body": ["resource \"${1}\" \"${2}\" {", "\t${3}", "}"]
},
"depends_on": {
"prefix": "tf-depends_on",
"description": "Define explicit dependencies.",
Expand Down

0 comments on commit 9e55019

Please sign in to comment.