Skip to content

GitHub Actions Drift Detection Failing with Missing runs-on Component Error #69

Discussion options

You must be logged in to vote

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

    tgw/spoke/runs-on:
      metadata:
        component: tgw/spoke
        inherits:
          - tgw/spoke-defaults
      vars:
        own_vpc_component_name: runs-on
        attributes:
          - "runs-on"
        connections:
          - account:
              tenant: core
              stage: network
          - account:
              tenant: core
              stage: auto
            vpc_component_names:
              - vpc
              - runs-on
          - account:
    …

Replies: 2 comments

Comment options

milldr
May 19, 2025
Maintainer Sponsor

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dukarc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants