-
Updated
Nov 22, 2021 - Go
#
hcl
Here are 333 public repositories matching this topic...
CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code
kubernetes
golang
aws
cloud
terraform
gcp
google-cloud
hcl
infrastructure-as-code
terraform-configurations
HCL is the HashiCorp configuration language.
-
Updated
Nov 18, 2021 - Go
A library for playing with colors in go (golang).
-
Updated
Nov 2, 2021 - Go
basic vim/terraform integration
-
Updated
Jul 10, 2021 - Vim script
A Visual Studio Code extension for Hashicorp Terraform
-
Updated
Nov 22, 2021 - TypeScript
Kubernetes YAML to Terraform HCL converter
kubernetes
yaml
converter
utility
tool
terraform
hcl
hashicorp
command-line-tool
hashicorp-terraform
-
Updated
Oct 25, 2021 - Go
Open
Allow non-map tags
BarakBD-Globality
commented
Sep 25, 2020
$ terratag -tags=var.default_tags
2020/09/24 23:09:46 Processing file cluster/ecs.tf
panic: invalid character 'v' looking for beginning of value
Small tool to convert an IAM Policy in JSON format into a Terraform aws_iam_policy_document
-
Updated
Nov 2, 2021 - Go
dlespiau
commented
Mar 30, 2020
gometalinter is now deprecated. We should switch to golangci-lint.
A tool for converting Kubernetes YAML manifests to Terraform HCL
-
Updated
Nov 1, 2021 - Go
A (Neo)Vim Autocompletion and linter for Terraform, a HashiCorp tool
-
Updated
Apr 11, 2021 - Vim script
HCL is a configuration language. pyhcl is a python parser for it.
-
Updated
Nov 4, 2021 - Python
Declarative penetration testing orchestration framework
testing
go
linux
docker
golang
security
automation
framework
hacking
orchestration
hcl
penetration
decker
kali
-
Updated
Dec 20, 2019 - Go
HCL language support for IntelliJ platform based IDEs
-
Updated
Jul 20, 2021 - Kotlin
Terraform (HCL) configuration file syntax highlighting for Sublime Text 2 and 3
-
Updated
Nov 17, 2021 - HCL
MutiCloud_Overlay demonstrates a use case of overlay over one or more clouds such as AWS, Azure, GCP, OCI, Alibaba and a vSphere private infrastructure in Hub and spoke topology, point to point topology and in a Single cloud. Overlay protocols IPv6 and IPv4 are independent of underlying infrastructure. This solution can be integrated with encryption and additional security features.
shell
jenkins
groovy
aws
ansible
packer
ipv6
azure
terraform
firewall
vsphere
overlay
gcp
oracle
oci
hcl
aliyun
alibaba
ovs
hybrid-cloud
-
Updated
May 24, 2021 - HCL
A collection of Nomad job files for deploying applications to a cluster
jenkins
continuous-deployment
hcl
hashicorp
nomad
jenkinsfile
job-specification
jobdsl
jenkins-job-dsl
nomad-jobs
-
Updated
Mar 8, 2018 - Groovy
aminueza
commented
Jan 12, 2021
Change the documentation such as: https://www.terraform.io/docs/registry/providers/docs.html
Add the link to minio terraform community https://registry.terraform.io/providers/aminueza/minio/latest to README file
A linter for config files with a customizable rule set
go
kubernetes
infrastructure
yaml
json
terraform
linter
sentinel
hcl
hashicorp
infrastructure-as-code
-
Updated
Jul 26, 2021 - Go
Improve this page
Add a description, image, and links to the hcl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hcl topic, visit your repo's landing page and select "manage topics."
Current Version
Use-cases
The language server has to obtain schema in order to have data for completion candidates and other features from whatever providers the user has in their configuration.
This currently happens literally behind the scenes, asynchronously, without the user knowing, which means the user isn't literally "blocked" while we're obtaining schema