-
Updated
Jul 22, 2021
terraform-modules

Terraform can manage existing and popular service providers, such as AWS, as well as custom in-house solutions.
It uses configuration files to describe the components necessary to run a single application or your entire datacenter.
It generates an execution plan describing what will happen to reach the desired state, and afterwards executes it to build the desired infrastructure. As the configuration changes, Terraform is able to determine the changes and create incremental execution plans which can be applied.
The infrastructure Terraform can manage includes low-level components such as compute instances, storage, and networking, as well as high-level components such as DNS (Domain Name Service) entries, SaaS (Software as a Service) features.
Here are 963 public repositories matching this topic...
-
Updated
Dec 24, 2020 - HCL
-
Updated
Jul 17, 2021 - HCL
-
Updated
Dec 28, 2019 - HCL
-
Updated
Jun 20, 2021 - HCL
Hi,
When provisioning the GKE infrastructure, it would be great to be able to pull images from the GCR that is within the same project as the GKE cluster.
Currently, there is an error:
Failed to pull image "gcr.io/xxxx-xxx/img:tag": rpc error: code = Unknown desc = Error response from daemon: pull access denied for gcr.io/xxxx-xxx/api, repository does not exist or may require 'docker
-
Updated
Mar 5, 2020 - HCL
Since you require Terraform 0.12.x
, I think it's better to use the templatefile
function instead.
...and you've got 100
stars
-
Updated
Jul 26, 2021 - HCL
-
Updated
May 25, 2021 - HCL
-
Updated
Apr 26, 2021 - HCL
-
Updated
Jul 28, 2021 - HCL
-
Updated
Nov 24, 2020 - HCL
-
Updated
Jul 28, 2021 - HCL
-
Updated
Jun 20, 2021 - HCL
-
Updated
Apr 22, 2021 - HCL
-
Updated
Jun 22, 2021 - HCL
What
Add Scheduled Scaling
Why
Fargate services in non production stacks can be disabled during the weekend using those scaling properties.
-
Updated
Jul 9, 2021 - HCL
-
Updated
Jul 26, 2021 - HCL
-
Updated
Jan 23, 2021 - HCL
-
Updated
Jul 9, 2021 - HCL
-
Updated
Jul 1, 2021 - HCL
-
Updated
Jun 6, 2021 - HCL
-
Updated
Jul 30, 2021 - Java
-
Updated
Sep 30, 2020 - Shell
-
Updated
Mar 16, 2018 - HCL
Created by Mitchell Hashimoto, HashiCorp
Released July 28, 2014
Latest release 9 days ago
- Repository
- hashicorp/terraform
- Website
- www.terraform.io
- Wikipedia
- Wikipedia
What problem are you facing?
For simple modules the generated documentation contains a lot of sections that simply say "no outputs", "no resources", etc.
Of course it is possible to hide these "empty" sections manually, but if the module changes in the future, you have to explicitly remove it again.
How could terraform-docs help solve your problem?
It would be great if terraform-do