Add Terraform IAC DSL (#1365)
This commit is contained in:
@@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
|
|||||||
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
|
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
|
||||||
|
|
||||||
<!--Languages start-->
|
<!--Languages start-->
|
||||||
## Languages (931 total)
|
## Languages (932 total)
|
||||||
|
|
||||||
* [!](%23/%21)
|
* [!](%23/%21)
|
||||||
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
||||||
@@ -830,6 +830,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [Tea](t/Tea.tea)
|
* [Tea](t/Tea.tea)
|
||||||
* [Telephone](t/Telephone)
|
* [Telephone](t/Telephone)
|
||||||
* [Terra](t/Terra.t)
|
* [Terra](t/Terra.t)
|
||||||
|
* [Terraform](t/Terraform.tf)
|
||||||
* [TeX](t/TeX.tex)
|
* [TeX](t/TeX.tex)
|
||||||
* [ThotPatrol](t/ThotPatrol.txt)
|
* [ThotPatrol](t/ThotPatrol.txt)
|
||||||
* [THP](t/THP.hrp)
|
* [THP](t/THP.hrp)
|
||||||
|
|||||||
3
t/Terraform.tf
Normal file
3
t/Terraform.tf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
output "msg" {
|
||||||
|
value = "Hello World"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user