Skip to content

pecdm::destroy fails #85

@cdenneen

Description

@cdenneen
❯ /opt/puppetlabs/bin/bolt plan run pecdm::destroy provider=aws
Starting: plan pecdm::destroy
Starting: task terraform::initialize on localhost
Finished: task terraform::initialize with 0 failures in 0.16 sec
Starting: plan terraform::destroy
Starting: task terraform::destroy on localhost
Finished: task terraform::destroy with 1 failure in 4.75 sec
Finished: plan terraform::destroy in 4.76 sec
Finished: plan pecdm::destroy in 4.96 sec
Failed on localhost:

  Error: error retrieving ALB: ValidationError: 'arn:aws:elasticloadbalancing:us-east-1:REDACTED:loadbalancer/net/pe-compiler-lb-43c75e/89bcd05a3b3226f8' is not a valid load balancer ARN
  	status code: 400, request id: REDACTED

    with module.loadbalancer.aws_lb.pe_compiler_service[0],
    on modules/loadbalancer/main.tf line 9, in resource "aws_lb" "pe_compiler_service":
     9: resource "aws_lb" "pe_compiler_service" {


  Error: error retrieving Target Group: ValidationError: 'arn:aws:elasticloadbalancing:us-east-1:REDACTED:targetgroup/pe-tg-43c75e-8142/db3af2c8afa6bbf1' is not a valid target group ARN
  	status code: 400, request id: REDACTED

    with module.loadbalancer.aws_lb_target_group.pe_compiler["8142"],
    on modules/loadbalancer/main.tf line 31, in resource "aws_lb_target_group" "pe_compiler":
    31: resource "aws_lb_target_group" "pe_compiler" {


  Error: error retrieving Target Group: ValidationError: 'arn:aws:elasticloadbalancing:us-east-1:REDACTED:targetgroup/pe-tg-43c75e-8140/6ce18ba5cfdb042d' is not a valid target group ARN
  	status code: 400, request id: REDACTED

    with module.loadbalancer.aws_lb_target_group.pe_compiler["8140"],
    on modules/loadbalancer/main.tf line 31, in resource "aws_lb_target_group" "pe_compiler":
    31: resource "aws_lb_target_group" "pe_compiler" {

Failed on 1 target: localhost
Ran on 1 target

I've confirmed the ARNs for all 3 resources are accurate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingjira

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions