Created
April 14, 2020 23:47
-
-
Save techiechap/11b888c1470a12cb1bd6cc456a1317a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Create Automation | |
CI CD | |
Apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`Expected Behavior
2020-04-06T20:51:44.6804153Z ##[section]Starting: Terraform init
2020-04-06T20:51:44.6899722Z ==============================================================================
2020-04-06T20:51:44.6900046Z Task : Terraform
2020-04-06T20:51:44.6900412Z Description : Execute terraform commands to manage resources on AzureRM, Amazon Web Services(AWS) and Google Cloud Platform(GCP)
2020-04-06T20:51:44.6900793Z Version : 0.0.142
2020-04-06T20:51:44.6901012Z Author : Microsoft Corporation
2020-04-06T20:51:44.6901346Z Help : Learn more about this task
2020-04-06T20:51:44.6901695Z ==============================================================================
2020-04-06T20:51:44.9590647Z [command]C:\hostedtoolcache\windows\terraform\0.12.3\x64\terraform.exe init -backend-config=storage_account_name=saconfigstatestage -backend-config=container_name=terraform -backend-config=key=terraform.tfstate -backend-config=resource_group_name=rg-configstatemanagement-stage -backend-config=arm_subscription_id=00000000
-backend-config=arm_tenant_id=*** -backend-config=arm_client_id=*** -backend-config=arm_client_secret=***
2020-04-06T20:51:45.0929350Z
2020-04-06T20:51:45.0929883Z �[0m�[1mInitializing the backend...�[0m
2020-04-06T20:51:45.1005116Z �[0m�[32m
2020-04-06T20:51:45.1006019Z Successfully configured the backend "azurerm"! Terraform will automatically
2020-04-06T20:51:45.1007590Z use this backend unless the backend configuration changes.�[0m
2020-04-06T20:51:45.5075901Z
2020-04-06T20:51:45.5076411Z �[0m�[1mInitializing provider plugins...�[0m
2020-04-06T20:51:45.5076860Z - Checking for available provider plugins...
2020-04-06T20:51:45.6135268Z - Downloading plugin for provider "azurerm" (hashicorp/azurerm) 2.4.0...
2020-04-06T20:51:47.5546124Z
2020-04-06T20:51:47.5546874Z The following providers do not have any version constraints in configuration,
2020-04-06T20:51:47.5547417Z so the latest version was installed.
2020-04-06T20:51:47.5547786Z
2020-04-06T20:51:47.5548143Z To prevent automatic upgrades to new major versions that may contain breaking
2020-04-06T20:51:47.5548525Z changes, it is recommended to add version = "..." constraints to the
2020-04-06T20:51:47.5548922Z corresponding provider blocks in configuration, with the constraint strings
2020-04-06T20:51:47.5549263Z suggested below.
2020-04-06T20:51:47.5549458Z
2020-04-06T20:51:47.5554457Z * provider.azurerm: version = "~> 2.4"
2020-04-06T20:51:47.5564843Z
2020-04-06T20:51:47.5565403Z �[0m�[1m�[32mTerraform has been successfully initialized!�[0m�[32m�[0m
2020-04-06T20:51:47.5565782Z �[0m�[32m
2020-04-06T20:51:47.5566185Z You may now begin working with Terraform. Try running "terraform plan" to see
2020-04-06T20:51:47.5566694Z any changes that are required for your infrastructure. All Terraform commands
2020-04-06T20:51:47.5567087Z should now work.
2020-04-06T20:51:47.5567301Z
2020-04-06T20:51:47.5567661Z If you ever set or change modules or backend configuration for Terraform,
2020-04-06T20:51:47.5568261Z rerun this command to reinitialize your working directory. If you forget, other
2020-04-06T20:51:47.5568849Z commands will detect it and remind you to do so if necessary.�[0m
2020-04-06T20:51:47.5798834Z ##[section]Finishing: Terraform init
`