-
Updated
Mar 22, 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,113 public repositories matching this topic...
-
Updated
Feb 17, 2022 - Go
-
Updated
Mar 16, 2022 - HCL
-
Updated
Mar 13, 2022 - TypeScript
-
Updated
Apr 6, 2021 - HCL
-
Updated
Mar 22, 2022 - HCL
-
Updated
Feb 23, 2022 - HCL
-
Updated
Mar 17, 2022 - HCL
-
Updated
Mar 22, 2022 - HCL
-
Updated
Mar 17, 2022 - HCL
-
Updated
Mar 18, 2022 - HCL
-
Updated
Feb 23, 2022 - HCL
-
Updated
Mar 16, 2022 - JavaScript
Unfortunately this is not working if I want to have enable_ephemeral_storage=true
╷
│ Error: Invalid index
│
│ on .terraform/modules/atlantis/main.tf line 438, in resource "aws_efs_mount_target" "this":
│ 438: file_system_id = aws_efs_file_system.this[0].id
│ ├────────────────
│ │ aws_efs_file_system.this is empty tuple
│
│ The given key does not identify an eleme
Is your request related to a new offering from AWS?
No. Existing AWS Feature.
Yes, available. See: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_event_subscription
Is your request related to a problem? Please describe.
AWS RDS c
-
Updated
Mar 7, 2022 - HCL
-
Updated
Mar 22, 2022 - HCL
-
Updated
Mar 21, 2022 - HCL
-
Updated
Jan 17, 2022 - HCL
-
Updated
Mar 18, 2022 - HCL
Is your request related to a new offering from AWS?
It is supported by aws_s3_bucket_notification terraform resource (eventbridge = true/false
-
Updated
Mar 22, 2022 - HCL
-
Updated
Nov 12, 2021 - HCL
-
Updated
Mar 12, 2022 - HCL
-
Updated
Mar 17, 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
Mar 3, 2022 - HCL
-
Updated
Oct 4, 2021 - HCL
-
Updated
Mar 21, 2022 - HCL
Created by Mitchell Hashimoto, HashiCorp
Released July 28, 2014
Latest release 20 days ago
- Repository
- hashicorp/terraform
- Website
- www.terraform.io
- Wikipedia
- Wikipedia
Description
The
customer_gateways
variable 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_id
andcgw_arns
are 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