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
{{ message }}
This repository has been archived by the owner on May 31, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: