aws-ia / terraform-aws-control_tower_account_factory

AWS Control Tower Account Factory
Apache License 2.0
604 stars 386 forks source link

Pull dependencies from private registries #376

Open zeagord opened 11 months ago

zeagord commented 11 months ago

Describe the outcome you'd like

Pull dependencies for CodeBuild from private registries

Is your feature request related to a problem you are currently experiencing? If so, please describe.

Currently, the CodeBuild pipeline steps pull the dependencies for the pipeline from the internet. In air gap environments where there is no access to internet, it is impossible to use AFT.

For example, if there is an option to pull these from registries such AWS CodeArtifact, JFrog Artifactory, etc for dependent packages such as

  1. Python PyPi packages
  2. Terraform binaries and providers
  3. Terraform module from GIthub

Additional context

Add any other context or screenshots about the feature request here.

snebhu3 commented 11 months ago

@zeagord thank you for reaching out. I have created an internal backlog to address this request.