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

feat: support import blocks by root module deployment #2263

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

Conversation

shanewxy
Copy link
Contributor

Problem:

Terraform import blocks are only allowed in the root module. Templates Including import blocks fail to deploy through the current child source module deployment approach.

Solution:

  • Instead of a child module reference, clone the source repo and deploy it as the root module directly.
  • Replace the attributes with a variable file.
  • Use an override file to replace existing configurations(provider, terraform backend, sensitive variables and outputs)

Related Issue:
#2173

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.

None yet

1 participant