package-search-gradle-plugins icon indicating copy to clipboard operation
package-search-gradle-plugins copied to clipboard

Gradle plugins for Docker, Terraform and Liquibase.

Results 10 package-search-gradle-plugins issues
Sort by recently updated
recently updated
newest added

As an enhancement, the Terraform plugin would greatly aid organisations that have private repositories as the default 'terraform.io' url can be blocked by firewalls and other security functions. ``` terraform...

``` NamedDomainObjectContainer#create(String) on Activity container cannot be executed in the current context. Could not create domain object 'stage' (Activity) ``` I am getting this error with the below cofiguration. ```...

Hi team, We are trying to build a gradle project for developing a serverless application (basically composed by lambdas + other AWS resources) To organize all this code, we are...

When the plugin is applied, it specifies a executable provider for macOS systems, but this is never used because `unzipUpx` is hard dependant on `downloadUpx`, where it fails because macOS...

On linux, the error is as follows: ``` Caused by: org.gradle.api.InvalidUserCodeException: Cannot use tarTree() on a resource without a backing file. at org.gradle.api.internal.file.DefaultFileOperations.asFileProvider(DefaultFileOperations.java:227) at org.gradle.api.internal.file.DefaultFileOperations.tarTree(DefaultFileOperations.java:208) at org.gradle.api.internal.file.DefaultFileOperations.tarTree(DefaultFileOperations.java:75) at org.gradle.api.internal.project.DefaultProject.tarTree(DefaultProject.java:1014) at...

Some rework to the plugin/task plumbing as well as file I/O patterns need updated to be safe for configuration caching.

Not being able to dive into the plugin sources within the IDE is proving very tedious when doing any exploratory learning. Please add source jar publishing configuration to the build.

I ran into an issue when attempting to apply both the Java and Terraform plugins, and declaring an implementation dependency: ``` plugins { id("java") id("org.jetbrains.gradle.terraform") version "1.4.2" } repositories {...

Task terraformApply does not show standard error when apply fails with errors. One has to do the following as workaround: 1. pushd build/terraform/main/runtimeExecution 2. env TF_DATA_DIR=../data ../../terraform_ apply "/home/farrukh/altran/novartis/mosiac-fv/mosaic-backend/terraform/build/terraform/main/plan.bin" What...

I got another question. Is there a simple way to point terraform.tfvars file as a source of variables values instead of ``` planVariable("AWS_REGION", "eu-central-1") planVariable("ENVIRONMENT", "dev") ``` Or how can...

enhancement