-
Updated
Jan 26, 2021 - Go
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,228 public repositories matching this topic...
-
Updated
Jan 29, 2021 - HCL
-
Updated
Nov 8, 2020 - HCL
-
Updated
Jan 19, 2021 - HCL
-
Updated
Jan 15, 2021 - HCL
-
Updated
Jan 15, 2021 - HCL
-
Updated
Jan 29, 2021 - HCL
-
Updated
Dec 29, 2020 - HCL
-
Updated
Jan 28, 2021 - 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
Dec 23, 2020 - HCL
-
Updated
Jan 28, 2021 - HCL
-
Updated
Jan 29, 2021 - HCL
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Jan 26, 2021 - HCL
-
Updated
Jan 26, 2021 - HCL
Have a question? Please checkout our Slack Community in the #geodesic channel or visit our Slack Archive.
Describe the Feature
Currently the module does not allow the modification of the order of the label. this feature
-
Updated
Jan 14, 2021 - HCL
-
Updated
Jan 25, 2021 - HCL
-
Updated
Jan 15, 2021 - HCL
-
Updated
Jan 20, 2021 - HCL
-
Updated
Sep 3, 2020 - 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
Dec 28, 2020 - HCL
-
Updated
Jan 29, 2021 - HCL
-
Updated
Jan 7, 2021 - HCL
-
Updated
Jan 22, 2021 - HCL
-
Updated
Jan 29, 2021 - HCL
Created by Mitchell Hashimoto, HashiCorp
Released July 28, 2014
Latest release 9 days ago
- Repository
- hashicorp/terraform
- Website
- www.terraform.io
- Wikipedia
- Wikipedia


PR o'clock
Description
Please explain the changes you made here and link to any relevant issues.
Not a big issue but when generating a plan on mac vs linux
yamlencodegenerates different output. This function is still experimental and may change in the future, for a consistent output we could usejsonencodeuntilyamlencodeis ready.linux:
![image](https://user-images.gi