GitHub Actions Drift Detection Failing with Missing runs-on Component Error #69
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Here you have components:
tgw/spoke/runs-on:
metadata:
component: tgw/spoke
inherits:
- tgw/spoke-defaults
vars:
...
connections:
...
- account:
tenant: core
stage: auto
vpc_component_names:
- vpc
- runs-on # <--------- HERE That means that every time you import |
Beta Was this translation helpful? Give feedback.
-
Met with you guys today ... The fix was to move the following component from the central component to be defined only in the auto stack FROM TO
|
Beta Was this translation helpful? Give feedback.
Met with you guys today ... The fix was to move the following component from the central component to be defined only in the auto stack
FROM
catalog/tgw/spoke
TO
stacks/orgs/vbpt/core/auto/us-west-2/network.yaml