This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Bridge Description Files
Antoine Cotten edited this page Aug 2, 2023
·
1 revision
Bridges are described in source files called Bridge Description Files with the extension .brg.hcl
.
Bridge descriptions are written in a configuration language called TriggerMesh Integration Language, which is based on the HCL syntax, as explained in the Concepts section of the documentation.
Each Bridge Description File contains the description of a single Bridge.
The following extensions enable support for syntax highlighting of HCL files (any *.hcl
file extension) in various popular IDEs/Text editors:
- Visual Studio Code: hashicorp/vscode-terraform
- IntelliJ: Terraform/HCL language support
- Sublime Text: alexlouden/Terraform
- Atom: fd/language-hcl
- Vim: jvirtanen/vim-hcl
- Emacs: purcell/emacs-hcl-mode
The GitHub repository of the HCL toolkit contains the source code of a command-line tool called hclfmt
, which can be used for formatting HCL files.
Binary releases of this tool are available at teamon/hclfmt (GitHub).