terraform-aws-ecs-cluster
terraform-aws-ecs-cluster copied to clipboard
AWS ECS cluster terraform module
https://github.com/hashicorp/terraform-provider-aws/issues/14440 This is causing issues when trying to update the ASG: `Error: updating Auto Scaling Group (...): InvalidQueryParameter: Invalid launch template: When a network interface is provided, the security groups...
# Description - Error occured when trusted_cidr_blocks is empty ``` ╷ │ Error: "" is not a valid CIDR block: invalid CIDR address: │ │ with module.example_ecs_cluster.aws_security_group_rule.ingress, │ on .terraform/modules/example_ecs_cluster/security_group.tf...
I am using IntelliJ IDEA 2021.3 CE and when I try to commit changes I get warnings and errors. - [variables.tf line 58](https://github.com/jetbrains-infra/terraform-aws-ecs-cluster/blob/55692e5ab4a6b7f1b8631401e8b9efd13b9b4470/variables.tf#L50): Variable value type 'object' doesn't match default...
See discussion in Issue: [Code analysis errors and warnings](#9) There are warnings and errors create extra steps when I commit code (using default settings in my preferred IDE). This solution...
Security groups should contain descriptions that can be overridden by a variable. This causes a create and destroy unfortunately. Security group rules should have descriptions as well. These also cause...
I noticed that the asg does not use any of the tags passed in. It would be nice to use local.tags to propagate each tag to the ecs ec2 instances.
We use an ecs optimized golden ami and it would be nice to use it in place of the data source
Using both network_interfaces and vpc_security_group_ids results in instance creation errors.