terraform-module
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,442 public repositories matching this topic...
-
Updated
May 20, 2021 - Go
-
Updated
May 19, 2021 - HCL
-
Updated
Apr 6, 2021 - HCL
-
Updated
May 19, 2021 - HCL
-
Updated
May 18, 2021 - HCL
-
Updated
Apr 28, 2021 - HCL
-
Updated
May 15, 2021 - HCL
-
Updated
May 3, 2021 - HCL
-
Updated
May 1, 2021 - Python
-
Updated
Apr 1, 2021 - HCL
-
Updated
May 9, 2021 - JavaScript
-
Updated
May 20, 2021 - TypeScript
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
May 15, 2021 - HCL
-
Updated
May 19, 2021 - HCL
-
Updated
May 20, 2021 - HCL
-
Updated
Mar 4, 2021 - HCL
-
Updated
May 7, 2021 - HCL
-
Updated
May 20, 2021 - HCL
-
Updated
May 18, 2021 - HCL
-
Updated
May 20, 2021 - HCL
-
Updated
May 18, 2021 - HCL
Describe the Bug
Whatever is in security_groups seems to be ignored
Expected Behavior
Security groups specified in security_groups should be applied
Steps to Reproduce
security_groups = [aws_security_group.my_group1.id, aws_security_group.my_group2.id]
Screenshots
Output of terraform plan:
~ vpc_options {
availability_zones = [
-
Updated
Mar 14, 2021 - HCL
-
Updated
May 15, 2021 - HCL
-
Updated
Sep 3, 2020 - HCL
-
Updated
May 13, 2021 - HCL
-
Updated
Apr 18, 2021 - HCL
Created by Mitchell Hashimoto, HashiCorp
Released July 28, 2014
Latest release 1 day ago
- Repository
- hashicorp/terraform
- Website
- www.terraform.io
- Wikipedia
- Wikipedia
PR o'clock
Description
Resolves #774
The change is intended to improve the ability to manage worker groups using maps. Which should allow to more flexibly add/remove worker groups (improve this: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md#how-do-i-safely-remove-old-worker-groups).
The change includes suggested in #774 changes which include: