You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
-ior-xoptions for them.For example, roadwork can ignore any hosted_zone, like this.