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

The command cdev plan does not process datasources #290

Open
kinseii opened this issue Sep 4, 2024 · 0 comments
Open

The command cdev plan does not process datasources #290

kinseii opened this issue Sep 4, 2024 · 0 comments
Labels
kind/bug Something isn't working

Comments

@kinseii
Copy link

kinseii commented Sep 4, 2024

Problem:
I have a terraform module that retrieve a value from Azure Key Vault. Every time I run the cdev plan command in the plan outputs outputs want to recreate. As I understand it, cdev doesn't run the plan of the terraform code itself, it is its own plan and therefore it doesn't know if there are changes and forcefully marks datasource dependent resources for recreation.

Running cdev build and then terraform plan commands in the created module reveals no changes, as we would expect. I take it this is on design? If this is not a bug, then we need a function to run the plan command for terraform modules.

Cluster.dev Version:
v0.9.5

@kinseii kinseii added the kind/bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant