Commit 5c38092
fix(cdk): exclude ResolverQueryLoggingConfig from resource tags (#222)
* fix(cdk): exclude ResolverQueryLoggingConfig from resource tags (#221)
CfnResolverQueryLoggingConfig treats tag changes as requiring
replacement, cascading to the per-VPC association which fails due to
the one-association-per-VPC uniqueness constraint.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix(cdk): also exclude ResolverQueryLoggingConfigAssociation from tags
The Association depends on the Config's physical ID. Even though PR #221
excluded the Config from tagging (preventing its replacement), the
Association's CloudFormation state still references a stale Config ID
from a prior failed replacement. Adding it to excludeResourceTypes
prevents any future tag-induced update attempt on either resource.
Part of #221, parent issue #229.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Scott Schreckengaust <345885+scottschreckengaust@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 420c042 commit 5c38092
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
47 | 57 | | |
48 | 58 | | |
49 | 59 | | |
| |||
63 | 73 | | |
64 | 74 | | |
65 | 75 | | |
66 | | - | |
| 76 | + | |
67 | 77 | | |
68 | 78 | | |
69 | 79 | | |
0 commit comments