-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Hi @ppendha have used this as dependency in my process
- mvn://com.walmartlabs.concord.plugins:terraform-task:1.12.0
but faced issue in performing terraform plan, for getting azurerm as below
10:40:39 [WARN ] ObjectStorage interface is deprecated and replaced by the JSON Storage API. It will be removed at some point in the future. Plugins must be updated to use the JSON Storage API directly.
terraform init:
terraform init: Error installing provider "azurerm": openpgp: signature made by unknown entity.
terraform init:
terraform init: Terraform analyses the configuration and state and automatically downloads
terraform init: plugins for the providers used. However, when attempting to download this
terraform init: plugin an unexpected error occured.
terraform init:
terraform init: This may be caused if for some reason Terraform is unable to reach the
terraform init: plugin repository. The repository may be unreachable if access is blocked
terraform init: by a firewall.
terraform init:
terraform init: If automatic installation is not possible or desirable in your environment,
terraform init: you may alternatively manually install plugins by downloading a suitable
terraform init: distribution package and placing the plugin's executable file in the
terraform init: following directory:
terraform init: terraform.d/plugins/linux_amd64
terraform init:
10:40:40 [INFO ] unlocking 'tfState-aks-provisioning-aks-provisioning' with scope 'PROJECT' -> done
10:40:40 [ERROR] main -> unhandled exception
java.lang.RuntimeException: Initialization finished with code 1:
Error installing provider "azurerm": openpgp: signature made by unknown entity.
- And have tried using another plugin as below from documentation for latest as below but it almost took a while and threw me back with an execption
- mvn://com.walmartlabs.concord.plugins:terraform-task:1.38.0
-error
12:24:44 [INFO ] resolveFile -> downloading https://releases.hashicorp.com/terraform/0.12.5/terraform_0.12.5_linux_amd64.zip
12:40:41 [ERROR] resolve exception:
java.net.SocketException: Connection timed out (Read failed)
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.net.URL.openStream(URL.java:1067) [11 skipped]
12:40:41 [ERROR] main -> unhandled exception
Metadata
Metadata
Assignees
Labels
No labels