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
Hi @Fabianoshz , thanks for your contribute (#2440), this feature is very important for our monolithic repos security. But we have an failed scenario for this feature:
I have an resource getting configs from subfolder and when I change any config, I can't run atlantis command because of changes at subfolder.
My resource location: clusters/dev/main.tf
Config location: clusters/dev/configs/dashboards/application
I have to apply resource in main.tf
my resource is getting configs from another location:
grafana_dashboard_kubernetes = {
for dashboard in fileset("${path.module}/configs/dashboards/application/", "*.json") :
dashboard => file("${path.module}/grafana/configs/application/${dashboard}")
}
Can we add recursive check? Or another parameter is available to fix it?
The text was updated successfully, but these errors were encountered:
Hi @Fabianoshz , thanks for your contribute (#2440), this feature is very important for our monolithic repos security. But we have an failed scenario for this feature:
I have an resource getting configs from subfolder and when I change any config, I can't run atlantis command because of changes at subfolder.
My resource location:
clusters/dev/main.tf
Config location:
clusters/dev/configs/dashboards/application
I have to apply resource in main.tf
my resource is getting configs from another location:
Can we add recursive check? Or another parameter is available to fix it?
The text was updated successfully, but these errors were encountered: