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 @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
Hi @ppendha have used this as dependency in my process
but faced issue in performing terraform plan, for getting azurerm as below
-error
The text was updated successfully, but these errors were encountered: