Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant