Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Feature request: ignore un-managed ALBs #12

Open
watanabe-kyohei opened this issue Feb 7, 2018 · 1 comment
Open

Feature request: ignore un-managed ALBs #12

watanabe-kyohei opened this issue Feb 7, 2018 · 1 comment

Comments

@watanabe-kyohei
Copy link

Hi,
in my environment, ALBs are managed by a combination of applb and terraform.
Then applb detects terraform-managing ones as difference.
If possible, I won't use -i or -x options for them.

For example, roadwork can ignore any hosted_zone, like this.

hosted_zone 'xxx.com.' do
  vpc 'ap-northeast-1', 'vpc-xxxxxxxx'
  ignore(//)
end
@wata-gh
Copy link
Collaborator

wata-gh commented Feb 21, 2018

So you want something like below.
Is that right?

ec2 "vpc-XXXXXXXX" do
  ignore "my-app-load-balancer"
  ignore /^regexp-ignore/
end

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants