Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing issue terraform-task #62

Open
navathag opened this issue Jul 30, 2021 · 0 comments
Open

Facing issue terraform-task #62

navathag opened this issue Jul 30, 2021 · 0 comments

Comments

@navathag
Copy link

navathag commented Jul 30, 2021

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.
  1. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant