terraform-aws-ecs-service icon indicating copy to clipboard operation
terraform-aws-ecs-service copied to clipboard

Terraform module for deploying a service to an existing ECS cluster in AWS

Results 18 terraform-aws-ecs-service issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.8 to 1.13.10. Release notes Sourced from nokogiri's releases. 1.13.10 / 2022-12-07 Security [CRuby] Address CVE-2022-23476, unchecked return value from xmlTextReaderExpand. See GHSA-qv4q-mr5r-qprj for more information. Improvements...

dependencies
ruby

Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.11.0 to 3.12.0. Commits 58d7eac v3.12.0 f4393df Version 3.11.0 See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rspec&package-manager=bundler&previous-version=3.11.0&new-version=3.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as...

dependencies
ruby

Bumps [awspec](https://github.com/k1LoW/awspec) from 1.27.1 to 1.28.2. Release notes Sourced from awspec's releases. v1.28.1 What's Changed Fix vpc_endpoints document by @​alpineriveredge in k1LoW/awspec#569 Allow Tags of CloudFormation Stack by @​alpineriveredge in...

dependencies
ruby

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.11.0 to 1.12.0. Release notes Sourced from git's releases. Release v1.12.0 Full Changelog ea79dad Release v1.12.0 e58cd29 Support the commit --no-gpg-sign flag (#589) 323383b Use yard gem...

dependencies
ruby

Currently the `hashicorp/aws` version is pinned to version 3.X: ``` required_providers { aws = { source = "hashicorp/aws" version = "~> 3.29" } } ``` Branch 4.X, introduced in February...

When i modify it according to my requirement it will give an error of service_elb_name Modify according my requirement module "ecs_service" { source = "infrablocks/ecs-service/aws" version = "2.0.0" vpc_id =...

Allow passing in container and service port separately. This way when service port is zero we can achieve dynamic port mapping without passing custom task definition

enhancement

please add support to Envs to be passed to service.

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.0 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies
ruby