proof-nicholas
proof-nicholas
Actually it looks like `addons` will work, missed this part in the documentation (although I do think it can be called out more prominently in the documentation): "In your `addons.parameters.yml`,...
Although I did just try it with `addons.parameters.yml`: ``` Parameters: VPC: !Ref VPC PrivateRouteTable1: !Ref PrivateRouteTable1 PrivateRouteTable2: !Ref PrivateRouteTable2 PrivateSubnet1: !Ref PrivateSubnet1 PrivateSubnet2: !Ref PrivateSubnet2 PublicSubnet1: !Ref PublicSubnet1 PublicSubnet2: !Ref...
Scratch that, I see the problem: `PrivateRouteTable2, PrivateRouteTable1` have conditions attached to their creation (on `CreateNATGateways`) and the condition is not fulfilled. I have to add the same to my...
It still didn't seem to work. It seems the addon is deployed as a nested stack and the VPC resources don't exist yet. I used the override capability and that...
Any comments?
I have a similar issue when deploying a service that uses the override mechanism to add `AuthenticateOidcConfig` to the ALB Listeners. ``` - op: add path: /Resources/OIDCListenerRuleAll value: Metadata: "aws:copilot:description":...