-
Updated
Jan 8, 2022
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 1,097 public repositories matching this topic...
-
Updated
Jan 8, 2022 - Go
-
Updated
Jan 5, 2022 - HCL
-
Updated
Jan 9, 2022 - HCL
-
Updated
Dec 28, 2019 - HCL
-
Updated
Aug 25, 2021 - HCL
-
Updated
Mar 5, 2020 - HCL
-
Updated
Nov 23, 2021 - HCL
-
Updated
Jan 5, 2022 - HCL
-
Updated
Nov 16, 2021 - Java
-
Updated
Jan 3, 2022 - HCL
-
Updated
Nov 12, 2021 - HCL
-
Updated
Oct 20, 2021 - HCL
-
Updated
Sep 22, 2021 - HCL
-
Updated
Aug 31, 2021 - HCL
-
Updated
Dec 10, 2021 - HCL
-
Updated
Dec 29, 2021 - HCL
-
Updated
Dec 25, 2021 - HCL
-
Updated
Nov 11, 2021 - HCL
-
Updated
Oct 19, 2021 - HCL
-
Updated
Jan 23, 2021 - HCL
What
Add Scheduled Scaling
Why
Fargate services in non production stacks can be disabled during the weekend using those scaling properties.
-
Updated
Dec 6, 2021 - HCL
-
Updated
Dec 24, 2021 - Go
-
Updated
Aug 28, 2021 - HCL
-
Updated
Jan 6, 2022 - HCL
-
Updated
Jun 6, 2021 - HCL
Created by Mitchell Hashimoto, HashiCorp
Released July 28, 2014
Latest release 3 days ago
- Repository
- hashicorp/terraform
- Website
- www.terraform.io
- Wikipedia
- Wikipedia


Not sure this is a needed feature, but
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/kubernetes_cluster#default_node_pool
allows setting the availability_zones for the default node pool.
The node_pool module allows settings availability_zones, but I don't see a way to set this for the default node pool.
I also don't know if this is something anyone or