You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 thenterraform 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
The text was updated successfully, but these errors were encountered: