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

[terraform-resources] module support PoC #4532

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

maorfr
Copy link
Contributor

@maorfr maorfr commented Jul 9, 2024

part of https://issues.redhat.com/browse/APPSRE-10573

depends on app-sre/qontract-schemas#686

with this functionality, we can provision resources based on a module in a git repository:

  resources:
  - provider: module
    module:
      url: <repo url>
      path: <path to module>
      ref: <branch or commit sha>
    identifier: my-identifier
    defaults: path/to/file/with/variables.yaml

@maorfr
Copy link
Contributor Author

maorfr commented Jul 9, 2024

next problem to fix:

This module is not yet installed. Run "terraform init" to install all modules

@maorfr maorfr changed the title terraform-resources module support [terraform-resources] module support PoC Jul 10, 2024
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