damondouglas opened a new issue, #24506: URL: https://github.com/apache/beam/issues/24506
### What happened? When running gradle tasks for even unrelated playground modules, the terraform gradle plugin attempts a `terraform init`. To replicate this bug, simply run `./gradlew` in the root of the repository. In playground/terraform/build.gradle.kts tasks are not created using task configuration avoidance as discussed in the gradle documentation https://docs.gradle.org/current/userguide/task_configuration_avoidance.html#sec:how_does_it_work Recommendation is to reconfigure the tasks using `tasks.register(String)` instead of `task(String)`. ### Issue Priority Priority: 2 ### Issue Component Component: beam-playground -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
