-
Updated
Sep 21, 2020 - 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,044 public repositories matching this topic...
-
Updated
Oct 1, 2020 - HCL
-
Updated
Sep 23, 2020 - HCL
-
Updated
Sep 30, 2020 - HCL
-
Updated
Aug 27, 2020 - HCL
-
Updated
Oct 1, 2020 - HCL
-
Updated
Sep 25, 2020 - HCL
-
Updated
Sep 25, 2020 - HCL
-
Updated
Sep 22, 2020 - HCL
-
Updated
Sep 23, 2020 - HCL
Missing keys
container definition docs: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#advanced_container_definition_params
- hostname
- disableNetworking
- dockerSecurityOptions
- interactive
- pseudoTerminal
There will be more in the future. At least any missing keys can be added using the var.container_definition
override.
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
Sep 11, 2020 - HCL
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Jun 29, 2020 - HCL
-
Updated
Sep 29, 2020 - 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
Aug 26, 2020 - HCL
-
Updated
Sep 22, 2020 - HCL
-
Updated
Sep 24, 2020 - 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
Sep 23, 2020 - HCL
-
Updated
Sep 14, 2020 - HCL
-
Updated
Aug 19, 2020 - HCL
-
Updated
Sep 18, 2020 - HCL
-
Updated
Sep 24, 2020 - HCL
-
Updated
Sep 29, 2020 - HCL
Created by Mitchell Hashimoto, HashiCorp
Released July 28, 2014
Latest release Today
- Repository
- hashicorp/terraform
- Website
- www.terraform.io
- Wikipedia
- Wikipedia
PR o'clock
Description
eks_fargate_profiles = [...]
. This also creates an IAM role for pod execution and extends the aws-auth ConfigMap.Checklist