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

Feature: dont actually run terraform #2590

Closed
gtmtech opened this issue Jun 1, 2023 · 3 comments
Closed

Feature: dont actually run terraform #2590

gtmtech opened this issue Jun 1, 2023 · 3 comments
Labels
enhancement New feature or request stale Stale

Comments

@gtmtech
Copy link

gtmtech commented Jun 1, 2023

Describe the solution you'd like

Terragrunt is very useful as an orchestrator - so useful in fact that, I want to use it to orchestrate other things, not just terraform. I can do this with before_hook, and after_hook - so... is there any way of actually skipping running terraform as an optional attribute on the terraform block?

Describe alternatives you've considered

I looked for overriding the terraform binary to something else, but thats a bit hacky.

@gtmtech gtmtech added the enhancement New feature or request label Jun 1, 2023
@denis256
Copy link
Member

denis256 commented Jun 5, 2023

Hi,
AFAIK, can be defined terraform_binary property to some dummy command, but it will still be hacky

https://terragrunt.gruntwork.io/docs/reference/config-blocks-and-attributes/#terraform_binary

Copy link

github-actions bot commented Nov 1, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for raising this issue.

@github-actions github-actions bot added the stale Stale label Nov 1, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 9, 2024
@yhakbar
Copy link
Collaborator

yhakbar commented Nov 9, 2024

Take a look at this:
@gtmtech

#3445

The proposed exec command should be the kind of thing you're looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request stale Stale
Projects
None yet
Development

No branches or pull requests

3 participants