Initial scaffold #1
Reference in New Issue
Block a user
Delete Branch "benvin/initial-scaffold"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Dependencies
The module's versions.tf and the root.hcl-generated backend.tf both declared required_providers, which OpenTofu rejects ("A module may have only one required providers configuration"), so terragrunt init/plan failed. Keep them in the module's versions.tf (authentik + vault) and generate only the backend + provider blocks.