-
Updated
Jan 7, 2022 - HCL
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,946 public repositories matching this topic...
-
Updated
Dec 31, 2021 - HCL
-
Updated
Jan 5, 2022 - Go
-
Updated
Jan 7, 2022 - HCL
-
Updated
Apr 6, 2021 - HCL
-
Updated
Dec 6, 2021 - TypeScript
-
Updated
Jan 5, 2022 - HCL
-
Updated
Jan 6, 2022 - HCL
-
Updated
Nov 22, 2021 - HCL
-
Updated
Jan 3, 2022 - HCL
-
Updated
Jan 6, 2022 - HCL
-
Updated
Jan 7, 2022 - HCL
-
Updated
Dec 14, 2021 - Python
-
Updated
Dec 20, 2021 - JavaScript
-
Updated
Nov 23, 2021 - HCL
-
Updated
Nov 22, 2021 - HCL
-
Updated
Nov 2, 2021 - HCL
-
Updated
Nov 22, 2021 - HCL
-
Updated
Jan 5, 2022 - HCL
-
Updated
Dec 22, 2021 - HCL
-
Updated
Nov 12, 2021 - HCL
-
Updated
Dec 9, 2021 - HCL
-
Updated
Jan 7, 2022 - HCL
-
Updated
Jan 5, 2022 - 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 17, 2021 - HCL
-
Updated
Dec 27, 2021 - HCL
-
Updated
Feb 15, 2021 - Java
Created by Mitchell Hashimoto, HashiCorp
Released July 28, 2014
Latest release Today
- Repository
- hashicorp/terraform
- Website
- www.terraform.io
- Wikipedia
- Wikipedia
Is your request related to a problem? Please describe.
In some cases, for security reasons, it may be prohibited to create roles without boundary.
The lambda module allows to assign a boundary to the role it will create. However, this is not yet possible with the role created by the deploy submodule.
This forces to write the whole codedeploy role and create it outside the module just to