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,530 public repositories matching this topic...
-
Updated
Jun 19, 2021 - Go
-
Updated
Jun 28, 2021 - HCL
-
Updated
Apr 6, 2021 - HCL
-
Updated
Jul 1, 2021 - HCL
-
Updated
Jul 2, 2021 - HCL
-
Updated
Jun 25, 2021 - HCL
-
Updated
Jun 28, 2021 - HCL
-
Updated
Jun 29, 2021 - HCL
-
Updated
Jun 28, 2021 - Python
-
Updated
Jun 15, 2021 - HCL
-
Updated
Jun 24, 2021 - TypeScript
-
Updated
Jun 16, 2021 - JavaScript
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 2, 2021 - HCL
-
Updated
Jun 11, 2021 - HCL
-
Updated
Jun 2, 2021 - HCL
-
Updated
Jun 28, 2021 - HCL
-
Updated
May 25, 2021 - HCL
-
Updated
Jul 5, 2021 - HCL
-
Updated
Jun 25, 2021 - HCL
-
Updated
Jul 2, 2021 - HCL
-
Updated
Jun 25, 2021 - HCL
-
Updated
Jun 28, 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
Jun 3, 2021 - HCL
-
Updated
Sep 3, 2020 - HCL
-
Updated
Jul 2, 2021 - HCL
-
Updated
Jun 15, 2021 - HCL
Created by Mitchell Hashimoto, HashiCorp
Released July 28, 2014
Latest release 11 days 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: