Code Monkey home page Code Monkey logo

Comments (7)

jrowinski88 avatar jrowinski88 commented on July 21, 2024 1

Thanks @antonbabenko !

Sorry for not following up earlier, had a long weekend out here :)

from terraform-aws-elb.

antonbabenko avatar antonbabenko commented on July 21, 2024

Glad that you like it, make sure you are using latest version v1.3.1, where this issue has been fixed - #10

from terraform-aws-elb.

jrowinski88 avatar jrowinski88 commented on July 21, 2024

Hey Anton,

Thanks for getting back so fast, I am using the lastest version so not sure why I am receiving this error. I just have 2 instance id's defined in my module definition. I tried pulling your latest version and still seeing this error.

from terraform-aws-elb.

antonbabenko avatar antonbabenko commented on July 21, 2024

Strange, I will have to look into it on Monday or you can try to investigate yourself and send a PR. Whatever is easier for you.

from terraform-aws-elb.

MorningTho avatar MorningTho commented on July 21, 2024

Hey,

Same here, updated to 1.4.0 and I have this output :

${element(concat(aws_elb.this.*.instances, list("")), 0)}```

And here's the code related to this output :

```module "dWARfAPIDev_elb" {
  source = "terraform-aws-modules/elb/aws"
  version = "1.4.0"

  name = "dwarf-api-preprod-lb"

  subnets         = ["${aws_subnet.dWARfAPI_preprod.id}"]
  security_groups = ["${module.APIs_preproduction_LB_SG.this_security_group_id}"]
  internal        = false

  listener = [
    {
      instance_port      = "8085"
      instance_protocol  = "HTTP"
      lb_port            = "443"
      lb_protocol        = "HTTPS"
    },
  ]

  health_check = [
    {
      target                        = "HTTP:80/"
      interval                      = 30
      healthy_threshold    = 2
      unhealthy_threshold = 2
      timeout             = 5
    },
  ]

  tags = {
    Terraform   = "true"
    Environment = "dev"
  }
}```

from terraform-aws-elb.

antonbabenko avatar antonbabenko commented on July 21, 2024

v1.4.1 is released. I have tested it by running examples and it should work for your cases too.

from terraform-aws-elb.

github-actions avatar github-actions commented on July 21, 2024

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

from terraform-aws-elb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.