-
Updated
May 28, 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 2,293 public repositories matching this topic...
-
Updated
May 24, 2022 - Go
-
Updated
May 14, 2022 - HCL
-
Updated
May 31, 2022 - TypeScript
-
Updated
Apr 6, 2021 - HCL
-
Updated
May 27, 2022 - HCL
-
Updated
May 26, 2022 - HCL
-
Updated
May 9, 2022 - HCL
-
Updated
Jun 1, 2022 - HCL
-
Updated
May 23, 2022 - HCL
-
Updated
Apr 11, 2022 - HCL
-
Updated
May 19, 2022 - JavaScript
-
Updated
May 21, 2022 - HCL
Description
If using an existing VPC rather than let this module create it, it now generates this error:
│ Error: "" is not a valid CIDR block: invalid CIDR address:
│
│ with module.atlantis.module.efs_sg[0].module.sg.aws_security_group_rule.ingress_rules[0],
│ on .terraform/modules/atlantis.efs_sg/main.tf line 70, in resource "aws_security_group_rule" "ingress_rules":
│ 70
-
Updated
Jun 1, 2022 - Python
-
Updated
May 31, 2022 - HCL
-
Updated
Apr 29, 2022 - HCL
-
Updated
May 30, 2022 - HCL
-
Updated
May 31, 2022 - HCL
-
Updated
May 20, 2022 - HCL
-
Updated
Apr 29, 2022 - HCL
Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- No
🛑 : please wait to file a request until the functionality is avaialble in the AWS provider - Yes
-
Updated
May 31, 2022 - HCL
-
Updated
May 18, 2022 - HCL
-
Updated
May 16, 2022 - HCL
-
Updated
May 19, 2022 - HCL
-
Updated
Feb 15, 2021 - Java
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
Oct 4, 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
Description
The
customer_gatewaysvariable is taking a map object. However, in the map object the sequence of items is not always fixed.On the other side, the output
cgw_idandcgw_arnsare returning a list. The problem here is the sequence of output in the list completely depends on the sequence of items in the input map where sequence varies based on the name of the keys in the