Skip to content

Receiving error: component vendoring config file does not exist in the '/workspace/components/terraform/tgw' folder #39

Discussion options

You must be logged in to vote

Please update that workflow like this:

  vendor:
    description: Vendor component dependencies for the network layer.
    steps:
+     - command: vendor pull --component tgw/hub
+     - command: vendor pull --component tgw/spoke
-     - command: vendor pull --component tgw
      - command: vendor pull --component acm
      - command: vendor pull --component bastion
      - command: vendor pull --component dns-delegated
      - command: vendor pull --component dns-primary
      - command: vendor pull --component ec2-client-vpn
      - command: vendor pull --component vpc

Both tgw/hub and tgw/spoke are nested in tgw. So you can vendor both at the same time with a single component.yaml if y…

Replies: 1 comment 1 reply

Comment options

milldr
Feb 13, 2025
Maintainer Sponsor

You must be logged in to vote
1 reply
@ron-johnson
Comment options

Answer selected by ron-johnson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants