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

Add support for Terraform Exclusions #222

Open
hattan opened this issue Sep 19, 2023 · 1 comment
Open

Add support for Terraform Exclusions #222

hattan opened this issue Sep 19, 2023 · 1 comment
Assignees

Comments

@hattan
Copy link
Contributor

hattan commented Sep 19, 2023

The current terraform implementation is lacking support for layer exclusion (excludedFolders), which is supported in Bicep.

This work item is to bring parity between Bicep and Terraform implementations in Symphony to ensure we support folder exclusion.

A.C. - Terraform Projects (on both AzDo and GitHub Actions) should support layer exclusions.

@hattan hattan self-assigned this Sep 19, 2023
@lukemurraynz
Copy link
Contributor

lukemurraynz commented Feb 2, 2024

Just came here to raise an issue about this, scenario, in Azure DevOps with Terraform:

\Terraform IaC Folder\JSON files and other supporting scripts

It keeps trying to run a terraform init and plan across it. I attempted a terraformignore file, but didn't make a difference. In my scenario I will end up with 50-100 supporting files and rather not have these in the base folder, if I can avoid it, It is causing my build to fail, and even if I had a provider.tf into the supporting folder, it skips my actual Terraform IaC folder.

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

No branches or pull requests

2 participants