microsoft / azuredevopslabs

Learn how you can plan smartly, collaborate better, and ship faster with a set of modern development services with Azure DevOps.
https://www.azuredevopslabs.com
MIT License
806 stars 904 forks source link

Error: The process 'C:\hostedtoolcache\windows\terraform\0.12.3\x64\terraform.exe' failed with exit code 1 #626

Closed Kiranese closed 2 years ago

Kiranese commented 2 years ago

Need help on below

2022-04-16T12:22:34.9343288Z ##[section]Starting: Terraform : init 2022-04-16T12:22:34.9492350Z ============================================================================== 2022-04-16T12:22:34.9492745Z Task : Terraform 2022-04-16T12:22:34.9493180Z Description : Execute terraform commands to manage resources on AzureRM, Amazon Web Services(AWS) and Google Cloud Platform(GCP) 2022-04-16T12:22:34.9493588Z Version : 2.203.0 2022-04-16T12:22:34.9493827Z Author : Microsoft Corporation 2022-04-16T12:22:34.9494147Z Help : Learn more about this task 2022-04-16T12:22:34.9494541Z ============================================================================== 2022-04-16T12:22:35.2924842Z [command]C:\hostedtoolcache\windows\terraform\0.12.3\x64\terraform.exe init -backend-config=storage_account_name=terraformstoragec2a47988 -backend-config=container_name=Terraform -backend-config=key=terraform.tfstate -backend-config=resource_group_name=terraformrg -backend-config=subscription_id=2222222222d -backend-config=tenant_id=11111111111 -backend-config=client_id= -backend-config=client_secret= 2022-04-16T12:22:35.4480307Z  2022-04-16T12:22:35.4481220Z Error: Unsupported Terraform Core version 2022-04-16T12:22:35.4481922Z 2022-04-16T12:22:35.4482603Z This configuration does not support Terraform version 0.12.3. To proceed, 2022-04-16T12:22:35.4483298Z either choose another supported Terraform version or update the root module's 2022-04-16T12:22:35.4483971Z version constraint. Version constraints are normally set for good reason, so 2022-04-16T12:22:35.4484616Z updating the constraint may lead to other errors or unexpected behavior. 2022-04-16T12:22:35.4485294Z  2022-04-16T12:22:35.4720467Z ##[error]Error: The process 'C:\hostedtoolcache\windows\terraform\0.12.3\x64\terraform.exe' failed with exit code 1 2022-04-16T12:22:35.4771629Z ##[section]Finishing: Terraform : init

sriramdasbalaji commented 2 years ago

Hi @Kiranese ,

Select Replace tokens task and do the below changes image

This should fix the issue. We will update in the demo generator template

Thanks