Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use bazel to generate cdktf providers #7

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

michaellzc
Copy link
Member

@michaellzc michaellzc commented Apr 12, 2023

Context

Why? Previously change to any one of the provider (e.g., upgrade tfe provider to the latest) require re-generating all provider code which is time-consuming. Especially considering some providers are significantly larger and hence take more time to generate.

Overview

tl;dr

utilize bazel to cache generated provider code

More detail can be found from the updated readme https://github.com/sourcegraph/controller-cdktf/blob/04-12-Use_bazel_to_generate_cdktf_providers/README.md

Copy link
Member Author

michaellzc commented Apr 12, 2023

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

@michaellzc michaellzc force-pushed the 04-12-Use_bazel_to_generate_cdktf_providers branch from 64ada03 to 3cc2dbb Compare April 12, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant