我正在尝试使用OctopusDeploy terraform apply步骤使用AzureRM后端生成我的基础结构。后端已设置并且可以在我的计算机上工作。
当我从OctoopusDeploy尝试使用它时,似乎无法通过代理服务器-这是一个身份验证代理。
我已经在OctopusDeploy中设置了代理(包是通过代理来的NuGet提要来提供的),并且在系统环境变量中设置了HTTP_PROXY和HTTPS_PROXY。章鱼服务以有权通过代理使用Internet的用户身份运行
以下是输出:
Info Extracting package: C:\Octopus\OctopusServer\PackageCache\feeds-app-hub\TF_AppHub@S1.1.35248@7308A1964B1A0D48AF04BB90C9FBB55D.nupkg
Info terraform.exe init -no-color -input=false -get-plugins=true -backend-config= access_key=<acc_key>
Info Initializing the backend...
Info Successfully configured the backend "azurerm"! Terraform will automatically use this backend unless the backend configuration changes.
Error Error refreshing state: Get https://<storage_acc>.blob.core.windows.net/modules/dev2.terraform.tfstate: proxyconnect tcp: EOF
Fatal The remote script failed with exit code 1
Fatal The action Create Infrastructure on the Octopus Server failed