RavinderReddyF5 / terraform-provider-bigip-version0.12

Terraform resources that can configure F5 BIGIP products
Mozilla Public License 2.0
0 stars 0 forks source link

[CLOSED] Terraforn apply crash with bigip_as3 and F5 VE 15 #322

Closed RavinderReddyF5 closed 3 years ago

RavinderReddyF5 commented 3 years ago

Issue by andrescolodrero Thursday May 14, 2020 at 19:59 GMT Originally opened as https://github.com/terraform-providers/terraform-provider-bigip/issues/291


HI, is it unsuported for F5 VE 15? data "template_file" "init" { template = "${file("test.json")}" } resource "bigip_as3" "as3-example" { as3_json = data.template_file.init.rendered }

{
     "class": "AS3",
     "action": "deploy",
     "persist": true,
     "declaration": {
         "class": "ADC",
         "schemaVersion": "3.0.0",
         "id": "example-declaration-01",
         "label": "Sample 1",
         "remark": "Simple HTTP application with round robin pool",
         "Sample_01": {
             "class": "Tenant",
             "defaultRouteDomain": 0,
             "Application_1": {
                 "class": "Application",
                 "template": "http",
             "serviceMain": {
                 "class": "Service_HTTP",
                 "virtualAddresses": [
                     "10.0.2.10"
                 ],
                 "pool": "web_pool"
                 },
                 "web_pool": {
                     "class": "Pool",
                     "monitors": [
                         "http"
                     ],
                     "members": [
                         {
                             "servicePort": 80,
                             "serverAddresses": [
                                 "192.0.1.100",
                                 "192.0.1.110"
                             ]
                         }
                     ]
                 }
             }
         }
     }
 }

And im having this crash:

2020/05/14 14:49:52 [WARN] Provider "registry.terraform.io/-/bigip" produced an invalid plan for bigip_as3.as3-example, but we are tolerating it because it is using the legacy plugin SDK. The following problems may be the cause of any confusing errors from downstream operations:

...

020/05/14 14:49:53 [TRACE] : eval: terraform.EvalApplyPost 2020/05/14 14:49:53 [ERROR] : eval: terraform.EvalApplyPost, err: rpc error: code = Unavailable desc = transport is closing 2020/05/14 14:49:53 [ERROR] : eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing 2020/05/14 14:49:53 [TRACE] [walkApply] Exiting eval tree: bigip_as3.as3-example 2020/05/14 14:49:53 [TRACE] vertex "bigip_as3.as3-example": visit complete

RavinderReddyF5 commented 3 years ago

Comment by andrescolodrero Thursday May 14, 2020 at 20:00 GMT


`2020/05/14 14:49:42 [INFO] Terraform version: 0.12.24
2020/05/14 14:49:42 [INFO] Go runtime version: go1.12.13 2020/05/14 14:49:42 [INFO] CLI args: []string{"C:\ProgramData\chocolatey\lib\terraform\tools\terraform.exe", "apply"} 2020/05/14 14:49:42 [DEBUG] Attempting to open CLI config file: C:\Users\x-ou-andres\AppData\Roaming\terraform.rc 2020/05/14 14:49:42 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. 2020/05/14 14:49:42 [INFO] CLI command args: []string{"apply"} 2020/05/14 14:49:42 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config 2020/05/14 14:49:42 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory 2020/05/14 14:49:42 [DEBUG] New state was assigned lineage "f723e0af-f8ed-73b7-b434-50c9677f8d4e" 2020/05/14 14:49:42 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) 2020/05/14 14:49:42 [TRACE] Meta.Backend: instantiated backend of type 2020/05/14 14:49:42 [DEBUG] checking for provider in "." 2020/05/14 14:49:42 [DEBUG] checking for provider in "C:\ProgramData\chocolatey\lib\terraform\tools" 2020/05/14 14:49:42 [DEBUG] checking for provider in ".terraform\plugins\windows_amd64" 2020/05/14 14:49:42 [DEBUG] found provider "terraform-provider-bigip_v1.2.0_x4.exe" 2020/05/14 14:49:42 [DEBUG] found provider "terraform-provider-template_v2.1.2_x4.exe" 2020/05/14 14:49:42 [DEBUG] found valid plugin: "bigip", "1.2.0", "C:\Build-agents\agent20\_work\5\s\AS3\.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe" 2020/05/14 14:49:42 [DEBUG] found valid plugin: "template", "2.1.2", "C:\Build-agents\agent20\_work\5\s\AS3\.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe" 2020/05/14 14:49:42 [DEBUG] checking for provisioner in "." 2020/05/14 14:49:42 [DEBUG] checking for provisioner in "C:\ProgramData\chocolatey\lib\terraform\tools" 2020/05/14 14:49:42 [DEBUG] checking for provisioner in ".terraform\plugins\windows_amd64" 2020/05/14 14:49:42 [TRACE] Meta.Backend: backend does not support operations, so wrapping it in a local backend 2020/05/14 14:49:42 [INFO] backend/local: starting Apply operation 2020/05/14 14:49:42 [TRACE] backend/local: requesting state manager for workspace "default" 2020/05/14 14:49:42 [TRACE] backend/local: state manager for workspace "default" will:

RavinderReddyF5 commented 3 years ago

Comment by RavinderReddyF5 Friday May 15, 2020 at 00:38 GMT


@andrescolodrero Can you please verify is AS3 RPM installed on BIGIP?? from the Error it looks when we try to get AS3 version it is returned Nil value. Please confirm

2020-05-14T14:49:52.897Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/14 14:49:52 [INFO] Creating As3 config
2020-05-14T14:49:53.604Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/14 14:49:53 [DEBUG] AS3 Version:
2020-05-14T14:49:53.604Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/14 14:49:53 [DEBUG] Terraform Version:Terraform/0.12.24
2020-05-14T14:49:53.606Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: panic: runtime error: index out of range

we are tracking TER-344 for handling this Error Condition Scenario.

RavinderReddyF5 commented 3 years ago

Comment by andrescolodrero Friday May 15, 2020 at 16:00 GMT


@RavinderReddyF5 Yes, the rpm is installed.

i attached a new log. terraform apply fail after 6 minutes running. A warning messages is logging that the provider generated an invalid plan "2020-05-15T15:30:20.4782002Z 2020/05/15 15:30:20 [WARN] Provider "registry.terraform.io/-/bigip" produced an invalid plan for bigip_as3.as3-example, but we are tolerating it because it is using the legacy plugin SDK. 2020-05-15T15:30:20.4782563Z The following problems may be the cause of any confusing errors from downstream operations: 2020-05-15T15:30:20.4783444Z - .as3_json: planned value cty.StringVal("{\"action\":\"deploy\",\"class\":\"AS3\",\"declaration\":{\"as3\":{\"AAA1\":{\"class\":\"Application\",\"serviceMain\":{\"class\":\"Service_HTTP\",\"pool\":\"web_pool\",\"virtualAddresses\":[\"10.0.1.10\"]},\"template\":\"http\",\"web_pool\":{\"class\":\"Pool\",\"members\":[{\"serverAddresses\":[\"192.0.1.10\",\"192.0.1.11\"],\"servicePort\":80}],\"monitors\":[\"http\"]}},\"class\":\"Tenant\"},\"class\":\"ADC\",\"id\":\"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\"label\":\"Sample 1\",\"remark\":\"Simple HTTP application with RR pool\",\"schemaVersion\":\"3.0.0\"},\"persist\":true}") does not match config value cty.StringVal("{\r\n \"class\": \"AS3\",\r\n \"action\": \"deploy\",\r\n \"persist\": true,\r\n \"declaration\": {\r\n \"class\": \"ADC\",\r\n \"schemaVersion\": \"3.0.0\",\r\n \"id\": \"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\r\n \"label\": \"Sample 1\",\r\n \"remark\": \"Simple HTTP application with RR pool\",\r\n \"as3\": {\r\n \"class\": \"Tenant\",\r\n \"AAA1\": {\r\n \"class\": \"Application\",\r\n \"template\": \"http\",\r\n \"serviceMain\": {\r\n \"class\": \"Service_HTTP\",\r\n \"virtualAddresses\": [\r\n \"10.0.1.10\"\r\n ],\r\n \"pool\": \"web_pool\"\r\n },\r\n \"web_pool\": {\r\n \"class\": \"Pool\",\r\n \"monitors\": [\r\n \"http\"\r\n ],\r\n \"members\": [{\r\n \"servicePort\": 80,\r\n \"serverAddresses\": [\r\n \"192.0.1.10\",\r\n \"192.0.1.11\"\r\n ]\r\n }]\r\n }\r\n }\r\n }\r\n }\r\n}") " i attach full log on next post

RavinderReddyF5 commented 3 years ago

Comment by andrescolodrero Friday May 15, 2020 at 16:01 GMT


2020-05-15T15:30:10.0797307Z ##[section]Starting: Terraform apply as3 2020-05-15T15:30:10.0878178Z ============================================================================== 2020-05-15T15:30:10.0878261Z Task : Run Terraform 2020-05-15T15:30:10.0878325Z Description : Run a Terraform on the build agent 2020-05-15T15:30:10.0878371Z Version : 2.4.0 2020-05-15T15:30:10.0878415Z Author : Peter Groenewegen - Xpirit 2020-05-15T15:30:10.0878476Z Help : More Information 2020-05-15T15:30:10.0878522Z ============================================================================== 2020-05-15T15:30:13.1316835Z ##[command]"terraform" apply -auto-approve -input=false -no-color 2020-05-15T15:30:16.8310238Z 2020/05/15 15:30:16 [INFO] Terraform version: 0.12.24
2020-05-15T15:30:16.8311468Z 2020/05/15 15:30:16 [INFO] Go runtime version: go1.12.13 2020-05-15T15:30:16.8311764Z 2020/05/15 15:30:16 [INFO] CLI args: []string{"C:\ProgramData\chocolatey\lib\terraform\tools\terraform.exe", "apply", "-auto-approve", "-input=false", "-no-color"} 2020-05-15T15:30:16.8312055Z 2020/05/15 15:30:16 [DEBUG] Attempting to open CLI config file: C:\Users\x-ou-andres\AppData\Roaming\terraform.rc 2020-05-15T15:30:16.8312217Z 2020/05/15 15:30:16 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. 2020-05-15T15:30:16.8312377Z 2020/05/15 15:30:16 [INFO] CLI command args: []string{"apply", "-auto-approve", "-input=false", "-no-color"} 2020-05-15T15:30:16.8312563Z 2020/05/15 15:30:16 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config 2020-05-15T15:30:16.8312723Z 2020/05/15 15:30:16 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory 2020-05-15T15:30:16.8312900Z 2020/05/15 15:30:16 [DEBUG] New state was assigned lineage "ae4f0410-1167-32ab-f5df-5da6416027b8" 2020-05-15T15:30:16.8313063Z 2020/05/15 15:30:16 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) 2020-05-15T15:30:16.8313236Z 2020/05/15 15:30:16 [TRACE] Meta.Backend: instantiated backend of type 2020-05-15T15:30:16.8313411Z 2020/05/15 15:30:16 [DEBUG] checking for provider in "." 2020-05-15T15:30:16.8313570Z 2020/05/15 15:30:16 [DEBUG] checking for provider in "C:\ProgramData\chocolatey\lib\terraform\tools" 2020-05-15T15:30:16.8313728Z 2020/05/15 15:30:16 [DEBUG] checking for provider in ".terraform\plugins\windows_amd64" 2020-05-15T15:30:16.8313904Z 2020/05/15 15:30:16 [DEBUG] found provider "terraform-provider-bigip_v1.2.0_x4.exe" 2020-05-15T15:30:16.8314059Z 2020/05/15 15:30:16 [DEBUG] found provider "terraform-provider-template_v2.1.2_x4.exe" 2020-05-15T15:30:16.8314222Z 2020/05/15 15:30:16 [DEBUG] found valid plugin: "bigip", "1.2.0", "C:\Build-agents\agent20\_work\7\s\AS3\.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe" 2020-05-15T15:30:16.8314408Z 2020/05/15 15:30:16 [DEBUG] found valid plugin: "template", "2.1.2", "C:\Build-agents\agent20\_work\7\s\AS3\.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe" 2020-05-15T15:30:16.8314789Z 2020/05/15 15:30:16 [DEBUG] checking for provisioner in "." 2020-05-15T15:30:16.8314977Z 2020/05/15 15:30:16 [DEBUG] checking for provisioner in "C:\ProgramData\chocolatey\lib\terraform\tools" 2020-05-15T15:30:16.8315137Z 2020/05/15 15:30:16 [DEBUG] checking for provisioner in ".terraform\plugins\windows_amd64" 2020-05-15T15:30:16.8315297Z 2020/05/15 15:30:16 [TRACE] Meta.Backend: backend does not support operations, so wrapping it in a local backend 2020-05-15T15:30:16.8315472Z 2020/05/15 15:30:16 [INFO] backend/local: starting Apply operation 2020-05-15T15:30:16.8315627Z 2020/05/15 15:30:16 [TRACE] backend/local: requesting state manager for workspace "default" 2020-05-15T15:30:16.8315803Z 2020/05/15 15:30:16 [TRACE] backend/local: state manager for workspace "default" will: 2020-05-15T15:30:16.8317646Z - read initial snapshot from terraform.tfstate 2020-05-15T15:30:16.8317877Z - write new snapshots to terraform.tfstate 2020-05-15T15:30:16.8318061Z - create any backup at terraform.tfstate.backup 2020-05-15T15:30:16.8318243Z 2020/05/15 15:30:16 [TRACE] backend/local: requesting state lock for workspace "default" 2020-05-15T15:30:16.8444252Z 2020/05/15 15:30:16 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate 2020-05-15T15:30:16.8459290Z 2020/05/15 15:30:16 [TRACE] statemgr.Filesystem: existing snapshot has lineage "ed769610-7738-6bfc-8bd9-ff59e9deab64" serial 4 2020-05-15T15:30:16.8459695Z 2020/05/15 15:30:16 [TRACE] statemgr.Filesystem: locking terraform.tfstate using LockFileEx 2020-05-15T15:30:16.8460382Z 2020/05/15 15:30:16 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info 2020-05-15T15:30:16.8509405Z 2020/05/15 15:30:16 [TRACE] backend/local: reading remote state for workspace "default" 2020-05-15T15:30:16.8544365Z 2020/05/15 15:30:16 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate 2020-05-15T15:30:16.8544911Z 2020/05/15 15:30:16 [TRACE] statemgr.Filesystem: read snapshot with lineage "ed769610-7738-6bfc-8bd9-ff59e9deab64" serial 4 2020-05-15T15:30:16.8545316Z 2020/05/15 15:30:16 [TRACE] backend/local: retrieving local state snapshot for workspace "default" 2020-05-15T15:30:16.8545665Z 2020/05/15 15:30:16 [TRACE] backend/local: building context for current working directory 2020-05-15T15:30:17.1708603Z 2020/05/15 15:30:16 [DEBUG] backend/local: Skipping interactive prompts for variables because input is disabled 2020-05-15T15:30:17.1745073Z 2020/05/15 15:30:16 [TRACE] terraform.NewContext: starting 2020-05-15T15:30:17.1745342Z 2020/05/15 15:30:16 [TRACE] terraform.NewContext: resolving provider version selections 2020-05-15T15:30:17.1755819Z 2020/05/15 15:30:17 [TRACE] terraform.NewContext: loading provider schemas 2020-05-15T15:30:17.1756038Z 2020/05/15 15:30:17 [TRACE] LoadSchemas: retrieving schema for provider type "bigip" 2020-05-15T15:30:17.1821153Z 2020-05-15T15:30:17.156Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:17.2471978Z 2020-05-15T15:30:17.212Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe] 2020-05-15T15:30:17.3667289Z 2020-05-15T15:30:17.350Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=13156 2020-05-15T15:30:17.3667777Z 2020-05-15T15:30:17.350Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe 2020-05-15T15:30:17.4159631Z 2020-05-15T15:30:17.414Z [INFO] plugin.terraform-provider-bigip_v1.2.0_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:17.414Z 2020-05-15T15:30:17.4567097Z 2020-05-15T15:30:17.455Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:17.4567261Z 2020-05-15T15:30:17.455Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: plugin address: network=tcp address=127.0.0.1:10000 timestamp=2020-05-15T15:30:17.455Z 2020-05-15T15:30:17.4569064Z 2020/05/15 15:30:17 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:17.8840598Z 2020/05/15 15:30:17 [TRACE] GRPCProvider: Close 2020-05-15T15:30:17.9056780Z 2020-05-15T15:30:17.898Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=13156 2020-05-15T15:30:17.9416535Z 2020-05-15T15:30:17.898Z [DEBUG] plugin: plugin exited 2020-05-15T15:30:17.9416730Z 2020/05/15 15:30:17 [TRACE] LoadSchemas: retrieving schema for provider type "template" 2020-05-15T15:30:17.9416804Z 2020-05-15T15:30:17.898Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:18.0123476Z 2020-05-15T15:30:17.945Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe] 2020-05-15T15:30:18.0444096Z 2020-05-15T15:30:18.042Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=12336 2020-05-15T15:30:18.0445567Z 2020-05-15T15:30:18.042Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe 2020-05-15T15:30:18.3441794Z 2020-05-15T15:30:18.342Z [INFO] plugin.terraform-provider-template_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:18.300Z 2020-05-15T15:30:18.3775419Z 2020-05-15T15:30:18.376Z [DEBUG] plugin.terraform-provider-template_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2020-05-15T15:30:18.376Z 2020-05-15T15:30:18.3777954Z 2020-05-15T15:30:18.376Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:18.3778169Z 2020/05/15 15:30:18 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:18.4532967Z 2020/05/15 15:30:18 [TRACE] GRPCProvider: Close 2020-05-15T15:30:18.4642700Z 2020-05-15T15:30:18.463Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=12336 2020-05-15T15:30:18.4642864Z 2020-05-15T15:30:18.463Z [DEBUG] plugin: plugin exited 2020-05-15T15:30:18.4642918Z 2020/05/15 15:30:18 [TRACE] terraform.NewContext: complete 2020-05-15T15:30:18.4642999Z 2020/05/15 15:30:18 [TRACE] backend/local: finished building terraform.Context 2020-05-15T15:30:18.4643054Z 2020/05/15 15:30:18 [TRACE] backend/local: running validation operation 2020-05-15T15:30:18.4643107Z 2020/05/15 15:30:18 [INFO] terraform: building graph: GraphTypeValidate 2020-05-15T15:30:18.4643216Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.ConfigTransformer 2020-05-15T15:30:18.4643267Z 2020/05/15 15:30:18 [TRACE] ConfigTransformer: Starting for path: 2020-05-15T15:30:18.4646011Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.ConfigTransformer with new graph: 2020-05-15T15:30:18.4646122Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4646210Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4646260Z ------ 2020-05-15T15:30:18.4646314Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.LocalTransformer 2020-05-15T15:30:18.4646369Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.LocalTransformer (no changes) 2020-05-15T15:30:18.4646442Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.OutputTransformer 2020-05-15T15:30:18.4646496Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.OutputTransformer (no changes) 2020-05-15T15:30:18.4646731Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.OrphanResourceInstanceTransformer 2020-05-15T15:30:18.4646810Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.OrphanResourceInstanceTransformer (no changes) 2020-05-15T15:30:18.4646867Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.StateTransformer 2020-05-15T15:30:18.4646924Z 2020/05/15 15:30:18 [TRACE] StateTransformer: creating nodes for deposed instance objects only 2020-05-15T15:30:18.4646997Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.StateTransformer (no changes) 2020-05-15T15:30:18.4647050Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.OrphanOutputTransformer 2020-05-15T15:30:18.4647105Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.OrphanOutputTransformer (no changes) 2020-05-15T15:30:18.4647179Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.AttachResourceConfigTransformer 2020-05-15T15:30:18.4647519Z 2020/05/15 15:30:18 [TRACE] AttachResourceConfigTransformer: attaching to "bigip_as3.as3-example" (terraform.NodeValidatableResource) config from main.tf:6,1-36 2020-05-15T15:30:18.4647589Z 2020/05/15 15:30:18 [TRACE] AttachResourceConfigTransformer: attaching to "data.template_file.init" (terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:2, Column:1, Byte:2}, End:hcl.Pos{Line:2, Column:28, Byte:29}} 2020-05-15T15:30:18.4647676Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.AttachResourceConfigTransformer (no changes) 2020-05-15T15:30:18.4647732Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.AttachStateTransformer 2020-05-15T15:30:18.4647809Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.AttachStateTransformer (no changes) 2020-05-15T15:30:18.4647863Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.RootVariableTransformer 2020-05-15T15:30:18.4647934Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.RootVariableTransformer with new graph: 2020-05-15T15:30:18.4648146Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4648200Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4648251Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4648302Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4648370Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4648422Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4648469Z ------ 2020-05-15T15:30:18.4648539Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.MissingProvisionerTransformer 2020-05-15T15:30:18.4648594Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.MissingProvisionerTransformer (no changes) 2020-05-15T15:30:18.4648650Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.ProvisionerTransformer 2020-05-15T15:30:18.4648736Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.ProvisionerTransformer (no changes) 2020-05-15T15:30:18.4648791Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.ModuleVariableTransformer 2020-05-15T15:30:18.4648845Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.ModuleVariableTransformer (no changes) 2020-05-15T15:30:18.4648900Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.graphTransformerMulti 2020-05-15T15:30:18.4648973Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ProviderConfigTransformer 2020-05-15T15:30:18.4649032Z 2020/05/15 15:30:18 [TRACE] ProviderConfigTransformer: attaching to "provider.bigip" provider configuration from provider.tf:15,1-17 2020-05-15T15:30:18.4649109Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ProviderConfigTransformer with new graph: 2020-05-15T15:30:18.4649169Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4649328Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4649400Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4649452Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4649503Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4649552Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4649621Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4649668Z ------ 2020-05-15T15:30:18.4649722Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Executing graph transform terraform.MissingProviderTransformer 2020-05-15T15:30:18.4649931Z 2020/05/15 15:30:18 [DEBUG] adding implicit provider configuration provider.template, implied first by data.template_file.init 2020-05-15T15:30:18.4650288Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Completed graph transform terraform.MissingProviderTransformer with new graph: 2020-05-15T15:30:18.4650609Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4650787Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4650937Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4651081Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4651246Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4651393Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4651537Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4651701Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4651843Z ------ 2020-05-15T15:30:18.4651990Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ProviderTransformer 2020-05-15T15:30:18.4652163Z 2020/05/15 15:30:18 [TRACE] ProviderTransformer: bigip_as3.as3-example is provided by provider.bigip or inherited equivalent 2020-05-15T15:30:18.4652333Z 2020/05/15 15:30:18 [TRACE] ProviderTransformer: data.template_file.init is provided by provider.template or inherited equivalent 2020-05-15T15:30:18.4652483Z 2020/05/15 15:30:18 [TRACE] ProviderTransformer: exact match for provider.bigip serving bigip_as3.as3-example 2020-05-15T15:30:18.4652658Z 2020/05/15 15:30:18 [DEBUG] ProviderTransformer: "bigip_as3.as3-example" (terraform.NodeValidatableResource) needs provider.bigip 2020-05-15T15:30:18.4653033Z 2020/05/15 15:30:18 [TRACE] ProviderTransformer: exact match for provider.template serving data.template_file.init 2020-05-15T15:30:18.4653168Z 2020/05/15 15:30:18 [DEBUG] ProviderTransformer: "data.template_file.init" (terraform.NodeValidatableResource) needs provider.template 2020-05-15T15:30:18.4653232Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ProviderTransformer with new graph: 2020-05-15T15:30:18.4653307Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4653391Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4653444Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4653497Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4653571Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4653623Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4653673Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4653742Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4653792Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4653843Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4653891Z ------ 2020-05-15T15:30:18.4653963Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Executing graph transform terraform.PruneProviderTransformer 2020-05-15T15:30:18.4654022Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Completed graph transform terraform.PruneProviderTransformer (no changes) 2020-05-15T15:30:18.4654238Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ParentProviderTransformer 2020-05-15T15:30:18.4654371Z 2020/05/15 15:30:18 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ParentProviderTransformer (no changes) 2020-05-15T15:30:18.4654430Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.graphTransformerMulti with new graph: 2020-05-15T15:30:18.4654503Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4654556Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4654607Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4654658Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4654728Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4654779Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4655451Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4655522Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4655572Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4655622Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4655668Z ------ 2020-05-15T15:30:18.4655739Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.RemovedModuleTransformer 2020-05-15T15:30:18.4655795Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.RemovedModuleTransformer (no changes) 2020-05-15T15:30:18.4655849Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.AttachSchemaTransformer 2020-05-15T15:30:18.4655922Z 2020/05/15 15:30:18 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.bigip 2020-05-15T15:30:18.4655977Z 2020/05/15 15:30:18 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.template 2020-05-15T15:30:18.4656040Z 2020/05/15 15:30:18 [TRACE] AttachSchemaTransformer: attaching resource schema to bigip_as3.as3-example 2020-05-15T15:30:18.4656118Z 2020/05/15 15:30:18 [TRACE] AttachSchemaTransformer: attaching resource schema to data.template_file.init 2020-05-15T15:30:18.4656173Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.AttachSchemaTransformer (no changes) 2020-05-15T15:30:18.4656226Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.ReferenceTransformer 2020-05-15T15:30:18.4656471Z 2020/05/15 15:30:18 [DEBUG] ReferenceTransformer: "var.bigip_password" references: [] 2020-05-15T15:30:18.4656574Z 2020/05/15 15:30:18 [DEBUG] ReferenceTransformer: "provider.bigip" references: [var.bigip_address var.bigip_password] 2020-05-15T15:30:18.4674662Z 2020/05/15 15:30:18 [DEBUG] ReferenceTransformer: "provider.template" references: [] 2020-05-15T15:30:18.4674782Z 2020/05/15 15:30:18 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example" references: [data.template_file.init] 2020-05-15T15:30:18.4674894Z 2020/05/15 15:30:18 [DEBUG] ReferenceTransformer: "data.template_file.init" references: [] 2020-05-15T15:30:18.4674950Z 2020/05/15 15:30:18 [DEBUG] ReferenceTransformer: "var.tenant" references: [] 2020-05-15T15:30:18.4675006Z 2020/05/15 15:30:18 [DEBUG] ReferenceTransformer: "var.vip_address" references: [] 2020-05-15T15:30:18.4675079Z 2020/05/15 15:30:18 [DEBUG] ReferenceTransformer: "var.bigip_address" references: [] 2020-05-15T15:30:18.4675134Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.ReferenceTransformer with new graph: 2020-05-15T15:30:18.4675187Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4675361Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4675427Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4675480Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4675530Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4676213Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4676276Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4676327Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4676397Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4676448Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4676498Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4676548Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4676618Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4676665Z ------ 2020-05-15T15:30:18.4676719Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.CountBoundaryTransformer 2020-05-15T15:30:18.4676793Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.CountBoundaryTransformer with new graph: 2020-05-15T15:30:18.4676847Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4677020Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4677071Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4677143Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4677194Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4677245Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:18.4677317Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4677369Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4677419Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4677470Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4677540Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4677593Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4677650Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4677725Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4677776Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4677826Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4677875Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4677940Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4677990Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4678040Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4678107Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4678157Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4678204Z ------ 2020-05-15T15:30:18.4678255Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.TargetsTransformer 2020-05-15T15:30:18.4678327Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.TargetsTransformer (no changes) 2020-05-15T15:30:18.4678394Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.ForcedCBDTransformer 2020-05-15T15:30:18.4678448Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.ForcedCBDTransformer (no changes) 2020-05-15T15:30:18.4678518Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.CloseProviderTransformer 2020-05-15T15:30:18.4678573Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.CloseProviderTransformer with new graph: 2020-05-15T15:30:18.4678624Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4678691Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4678741Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4678791Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4678857Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4678909Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:18.4679044Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4679096Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4679167Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4679217Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4679266Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4679333Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4679384Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4679434Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4679483Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4679551Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4679601Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4679650Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4679791Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4679934Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4679985Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4680035Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4680105Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4680155Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4680204Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4680272Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4680321Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4680370Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4680416Z ------ 2020-05-15T15:30:18.4680485Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.CloseProvisionerTransformer 2020-05-15T15:30:18.4680555Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.CloseProvisionerTransformer (no changes) 2020-05-15T15:30:18.4680608Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.RootTransformer 2020-05-15T15:30:18.4680680Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.RootTransformer with new graph: 2020-05-15T15:30:18.4680730Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4680782Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4680846Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4680898Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4680947Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4680998Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:18.4681066Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4681130Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4681180Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4681246Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4681296Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4681345Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4681394Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4681460Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4681509Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4681557Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4681623Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4681674Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4681723Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4681868Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4681939Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4681990Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4682041Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4682110Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4682158Z root - terraform.graphNodeRoot 2020-05-15T15:30:18.4682210Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:18.4682260Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4682329Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4682378Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4682428Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4682495Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4682620Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4682667Z ------ 2020-05-15T15:30:18.4682783Z 2020/05/15 15:30:18 [TRACE] Executing graph transform terraform.TransitiveReductionTransformer 2020-05-15T15:30:18.4683770Z 2020/05/15 15:30:18 [TRACE] Completed graph transform terraform.TransitiveReductionTransformer with new graph: 2020-05-15T15:30:18.4686250Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4686447Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4686629Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4686689Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4686803Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4690067Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:18.4690210Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4690889Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4691014Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4691486Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4691584Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4691980Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4692073Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4692467Z bigip_as3.as3-example - terraform.NodeValidatableResource 2020-05-15T15:30:18.4692579Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:18.4692993Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4693108Z data.template_file.init - terraform.NodeValidatableResource 2020-05-15T15:30:18.4693505Z root - terraform.graphNodeRoot 2020-05-15T15:30:18.4693598Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:18.4694087Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4694192Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:18.4694645Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4694740Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:18.4695139Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:18.4695231Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:18.4695616Z ------ 2020-05-15T15:30:18.4695727Z 2020/05/15 15:30:18 [DEBUG] Starting graph walk: walkValidate 2020-05-15T15:30:18.4696123Z 2020/05/15 15:30:18 [TRACE] dag/walk: updating graph 2020-05-15T15:30:18.4696235Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "var.bigip_password" 2020-05-15T15:30:18.4696635Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "provider.bigip (close)" 2020-05-15T15:30:18.4696726Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "var.tenant" 2020-05-15T15:30:18.4697662Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "provider.bigip" 2020-05-15T15:30:18.4697803Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "provider.template" 2020-05-15T15:30:18.4698673Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "bigip_as3.as3-example" 2020-05-15T15:30:18.4698758Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "data.template_file.init" 2020-05-15T15:30:18.4698869Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "var.bigip_address" 2020-05-15T15:30:18.4699351Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" 2020-05-15T15:30:18.4699448Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "provider.template (close)" 2020-05-15T15:30:18.4699847Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "root" 2020-05-15T15:30:18.4700011Z 2020/05/15 15:30:18 [TRACE] dag/walk: added new vertex: "var.vip_address" 2020-05-15T15:30:18.4700715Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "provider.bigip (close)" waiting on "bigip_as3.as3-example" 2020-05-15T15:30:18.4701452Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "bigip_as3.as3-example" waiting on "data.template_file.init" 2020-05-15T15:30:18.4701595Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "bigip_as3.as3-example" waiting on "provider.bigip" 2020-05-15T15:30:18.4702028Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" 2020-05-15T15:30:18.4702127Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "root" waiting on "provider.template (close)" 2020-05-15T15:30:18.4702525Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "data.template_file.init" waiting on "provider.template" 2020-05-15T15:30:18.4702639Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "root" waiting on "provider.bigip (close)" 2020-05-15T15:30:18.4703039Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "bigip_as3.as3-example" 2020-05-15T15:30:18.4703182Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.tenant" 2020-05-15T15:30:18.4703587Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "provider.bigip" waiting on "var.bigip_password" 2020-05-15T15:30:18.4703684Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "provider.template (close)" waiting on "data.template_file.init" 2020-05-15T15:30:18.4704102Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "provider.bigip" waiting on "var.bigip_address" 2020-05-15T15:30:18.4704218Z 2020/05/15 15:30:18 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.vip_address" 2020-05-15T15:30:18.4704619Z 2020/05/15 15:30:18 [TRACE] dag/walk: dependencies changed for "provider.template (close)", sending new deps 2020-05-15T15:30:18.4704716Z 2020/05/15 15:30:18 [TRACE] dag/walk: dependencies changed for "provider.bigip (close)", sending new deps 2020-05-15T15:30:18.4705165Z 2020/05/15 15:30:18 [TRACE] dag/walk: dependencies changed for "bigip_as3.as3-example", sending new deps 2020-05-15T15:30:18.4705262Z 2020/05/15 15:30:18 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020-05-15T15:30:18.4705681Z 2020/05/15 15:30:18 [TRACE] dag/walk: dependencies changed for "data.template_file.init", sending new deps 2020-05-15T15:30:18.4705778Z 2020/05/15 15:30:18 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps 2020-05-15T15:30:18.4706173Z 2020/05/15 15:30:18 [TRACE] dag/walk: dependencies changed for "provider.bigip", sending new deps 2020-05-15T15:30:18.4706267Z 2020/05/15 15:30:18 [TRACE] dag/walk: visiting "var.bigip_password" 2020-05-15T15:30:18.4706685Z 2020/05/15 15:30:18 [TRACE] vertex "var.bigip_password": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:18.4706800Z 2020/05/15 15:30:18 [TRACE] vertex "var.bigip_password": evaluating 2020-05-15T15:30:18.4707203Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Entering eval tree: var.bigip_password 2020-05-15T15:30:18.4707455Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:18.4707889Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Exiting eval tree: var.bigip_password 2020-05-15T15:30:18.4707988Z 2020/05/15 15:30:18 [TRACE] vertex "var.bigip_password": visit complete 2020-05-15T15:30:18.4708407Z 2020/05/15 15:30:18 [TRACE] dag/walk: visiting "var.bigip_address" 2020-05-15T15:30:18.4708501Z 2020/05/15 15:30:18 [TRACE] vertex "var.bigip_address": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:18.4708926Z 2020/05/15 15:30:18 [TRACE] vertex "var.bigip_address": evaluating 2020-05-15T15:30:18.4709020Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Entering eval tree: var.bigip_address 2020-05-15T15:30:18.4709412Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:18.4709504Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Exiting eval tree: var.bigip_address 2020-05-15T15:30:18.4710260Z 2020/05/15 15:30:18 [TRACE] vertex "var.bigip_address": visit complete 2020-05-15T15:30:18.4710902Z 2020/05/15 15:30:18 [TRACE] dag/walk: visiting "var.vip_address" 2020-05-15T15:30:18.4711025Z 2020/05/15 15:30:18 [TRACE] vertex "var.vip_address": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:18.4711314Z 2020/05/15 15:30:18 [TRACE] vertex "var.vip_address": evaluating 2020-05-15T15:30:18.4711555Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Entering eval tree: var.vip_address 2020-05-15T15:30:18.4711706Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:18.4711848Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Exiting eval tree: var.vip_address 2020-05-15T15:30:18.4712015Z 2020/05/15 15:30:18 [TRACE] vertex "var.vip_address": visit complete 2020-05-15T15:30:18.4712160Z 2020/05/15 15:30:18 [TRACE] dag/walk: visiting "var.tenant" 2020-05-15T15:30:18.4712304Z 2020/05/15 15:30:18 [TRACE] vertex "var.tenant": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:18.4712491Z 2020/05/15 15:30:18 [TRACE] vertex "var.tenant": evaluating 2020-05-15T15:30:18.4712636Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Entering eval tree: var.tenant 2020-05-15T15:30:18.4712779Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:18.4712943Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Exiting eval tree: var.tenant 2020-05-15T15:30:18.4713084Z 2020/05/15 15:30:18 [TRACE] vertex "var.tenant": visit complete 2020-05-15T15:30:18.4713242Z 2020/05/15 15:30:18 [TRACE] dag/walk: visiting "provider.bigip" 2020-05-15T15:30:18.4713408Z 2020/05/15 15:30:18 [TRACE] vertex "provider.bigip": starting visit (terraform.NodeApplyableProvider) 2020-05-15T15:30:18.4713553Z 2020/05/15 15:30:18 [TRACE] vertex "provider.bigip": evaluating 2020-05-15T15:30:18.4713717Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Entering eval tree: provider.bigip 2020-05-15T15:30:18.4713861Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:18.4714022Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalInitProvider 2020-05-15T15:30:18.4714184Z 2020-05-15T15:30:18.467Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:18.4714327Z 2020/05/15 15:30:18 [TRACE] dag/walk: visiting "provider.template" 2020-05-15T15:30:18.4714471Z 2020/05/15 15:30:18 [TRACE] vertex "provider.template": starting visit (terraform.NodeApplyableProvider) 2020-05-15T15:30:18.4714633Z 2020/05/15 15:30:18 [TRACE] vertex "provider.template": evaluating 2020-05-15T15:30:18.4714777Z 2020/05/15 15:30:18 [TRACE] [walkValidate] Entering eval tree: provider.template 2020-05-15T15:30:18.4714920Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:18.4715082Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalInitProvider 2020-05-15T15:30:18.5038651Z 2020-05-15T15:30:18.502Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe] 2020-05-15T15:30:18.6166381Z 2020-05-15T15:30:18.616Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=14312 2020-05-15T15:30:18.6167306Z 2020-05-15T15:30:18.616Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe 2020-05-15T15:30:18.8602957Z 2020-05-15T15:30:18.854Z [INFO] plugin.terraform-provider-bigip_v1.2.0_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:18.847Z 2020-05-15T15:30:18.8940039Z 2020-05-15T15:30:18.893Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2020-05-15T15:30:18.892Z 2020-05-15T15:30:18.8962073Z 2020-05-15T15:30:18.894Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:18.8962379Z 2020/05/15 15:30:18 [TRACE] BuiltinEvalContext: Initialized "bigip" provider for provider.bigip 2020-05-15T15:30:18.8962460Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:18.8962514Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:18.8962566Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:18.8962634Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:18.8962688Z 2020/05/15 15:30:18 [TRACE] : eval: terraform.EvalValidateProvider 2020-05-15T15:30:18.8962743Z 2020/05/15 15:30:18 [TRACE] buildProviderConfig for provider.bigip: using explicit config only 2020-05-15T15:30:18.8962795Z 2020/05/15 15:30:18 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:18.8962870Z 2020-05-15T15:30:18.894Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:18.9823294Z 2020-05-15T15:30:18.954Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe] 2020-05-15T15:30:19.0624875Z 2020-05-15T15:30:19.049Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=9084 2020-05-15T15:30:19.0625345Z 2020-05-15T15:30:19.049Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe 2020-05-15T15:30:19.0658929Z 2020/05/15 15:30:19 [TRACE] GRPCProvider: PrepareProviderConfig 2020-05-15T15:30:19.0721013Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:19.0721277Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:19.0721374Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Exiting eval tree: provider.bigip 2020-05-15T15:30:19.0721484Z 2020/05/15 15:30:19 [TRACE] vertex "provider.bigip": visit complete 2020-05-15T15:30:19.2663021Z 2020-05-15T15:30:19.265Z [INFO] plugin.terraform-provider-template_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:19.257Z 2020-05-15T15:30:19.3353158Z 2020-05-15T15:30:19.332Z [DEBUG] plugin.terraform-provider-template_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10001 network=tcp timestamp=2020-05-15T15:30:19.331Z 2020-05-15T15:30:19.3355471Z 2020-05-15T15:30:19.333Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:19.3355620Z 2020/05/15 15:30:19 [TRACE] BuiltinEvalContext: Initialized "template" provider for provider.template 2020-05-15T15:30:19.3355682Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:19.3355738Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:19.3355808Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.3356050Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:19.3356107Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalValidateProvider 2020-05-15T15:30:19.3356179Z 2020/05/15 15:30:19 [TRACE] buildProviderConfig for provider.template: no configuration at all 2020-05-15T15:30:19.3356233Z 2020/05/15 15:30:19 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:19.4168494Z 2020/05/15 15:30:19 [TRACE] GRPCProvider: PrepareProviderConfig 2020-05-15T15:30:19.4176482Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:19.4176607Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:19.4176692Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Exiting eval tree: provider.template 2020-05-15T15:30:19.4176748Z 2020/05/15 15:30:19 [TRACE] vertex "provider.template": visit complete 2020-05-15T15:30:19.4176801Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "data.template_file.init" 2020-05-15T15:30:19.4177077Z 2020/05/15 15:30:19 [TRACE] vertex "data.template_file.init": starting visit (terraform.NodeValidatableResource) 2020-05-15T15:30:19.4177156Z 2020/05/15 15:30:19 [TRACE] vertex "data.template_file.init": evaluating 2020-05-15T15:30:19.4177214Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Entering eval tree: data.template_file.init 2020-05-15T15:30:19.4177286Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.4177339Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:19.4177392Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalValidateResource 2020-05-15T15:30:19.4178671Z 2020/05/15 15:30:19 [TRACE] GRPCProvider: ValidateDataSourceConfig 2020-05-15T15:30:19.4187642Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Exiting eval tree: data.template_file.init 2020-05-15T15:30:19.4187762Z 2020/05/15 15:30:19 [TRACE] vertex "data.template_file.init": visit complete 2020-05-15T15:30:19.4187846Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "provider.template (close)" 2020-05-15T15:30:19.4187926Z 2020/05/15 15:30:19 [TRACE] vertex "provider.template (close)": starting visit (terraform.graphNodeCloseProvider) 2020-05-15T15:30:19.4188206Z 2020/05/15 15:30:19 [TRACE] vertex "provider.template (close)": evaluating 2020-05-15T15:30:19.4188406Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "bigip_as3.as3-example" 2020-05-15T15:30:19.4188478Z 2020/05/15 15:30:19 [TRACE] vertex "bigip_as3.as3-example": starting visit (terraform.NodeValidatableResource) 2020-05-15T15:30:19.4188533Z 2020/05/15 15:30:19 [TRACE] vertex "bigip_as3.as3-example": evaluating 2020-05-15T15:30:19.4188610Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Entering eval tree: bigip_as3.as3-example 2020-05-15T15:30:19.4188665Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.4188719Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:19.4188790Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalValidateResource 2020-05-15T15:30:19.4188863Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Entering eval tree: provider.template (close) 2020-05-15T15:30:19.4188917Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalCloseProvider 2020-05-15T15:30:19.4188968Z 2020/05/15 15:30:19 [TRACE] GRPCProvider: Close 2020-05-15T15:30:19.4189040Z 2020/05/15 15:30:19 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020-05-15T15:30:19.4202649Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Exiting eval tree: bigip_as3.as3-example 2020-05-15T15:30:19.4202854Z 2020/05/15 15:30:19 [TRACE] vertex "bigip_as3.as3-example": visit complete 2020-05-15T15:30:19.4204307Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "provider.bigip (close)" 2020-05-15T15:30:19.4204421Z 2020/05/15 15:30:19 [TRACE] vertex "provider.bigip (close)": starting visit (terraform.graphNodeCloseProvider) 2020-05-15T15:30:19.4204477Z 2020/05/15 15:30:19 [TRACE] vertex "provider.bigip (close)": evaluating 2020-05-15T15:30:19.4204566Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Entering eval tree: provider.bigip (close) 2020-05-15T15:30:19.4205074Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalCloseProvider 2020-05-15T15:30:19.4205141Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" 2020-05-15T15:30:19.4205196Z 2020/05/15 15:30:19 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (terraform.NodeCountBoundary) 2020-05-15T15:30:19.4205276Z 2020/05/15 15:30:19 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating 2020-05-15T15:30:19.4205330Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup) 2020-05-15T15:30:19.4205384Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalCountFixZeroOneBoundaryGlobal 2020-05-15T15:30:19.4205455Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup) 2020-05-15T15:30:19.4205509Z 2020/05/15 15:30:19 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete 2020-05-15T15:30:19.4313602Z 2020-05-15T15:30:19.431Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=9084 2020-05-15T15:30:19.4314689Z 2020-05-15T15:30:19.431Z [DEBUG] plugin: plugin exited 2020-05-15T15:30:19.4314804Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Exiting eval tree: provider.template (close) 2020-05-15T15:30:19.4314860Z 2020/05/15 15:30:19 [TRACE] vertex "provider.template (close)": visit complete 2020-05-15T15:30:19.4315678Z 2020/05/15 15:30:19 [TRACE] GRPCProvider: Close 2020-05-15T15:30:19.4423787Z 2020-05-15T15:30:19.442Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=14312 2020-05-15T15:30:19.4424819Z 2020-05-15T15:30:19.442Z [DEBUG] plugin: plugin exited 2020-05-15T15:30:19.4425113Z 2020/05/15 15:30:19 [TRACE] [walkValidate] Exiting eval tree: provider.bigip (close) 2020-05-15T15:30:19.4425340Z 2020/05/15 15:30:19 [TRACE] vertex "provider.bigip (close)": visit complete 2020-05-15T15:30:19.4425502Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "root" 2020-05-15T15:30:19.4425678Z 2020/05/15 15:30:19 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2020-05-15T15:30:19.4425834Z 2020/05/15 15:30:19 [TRACE] vertex "root": visit complete 2020-05-15T15:30:19.4425990Z 2020/05/15 15:30:19 [INFO] backend/local: apply calling Refresh 2020-05-15T15:30:19.4426162Z 2020/05/15 15:30:19 [INFO] terraform: building graph: GraphTypeRefresh 2020-05-15T15:30:19.4426320Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.ConfigTransformer 2020-05-15T15:30:19.4426474Z 2020/05/15 15:30:19 [TRACE] ConfigTransformer: Starting for path: 2020-05-15T15:30:19.4428282Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.ConfigTransformer with new graph: 2020-05-15T15:30:19.4428473Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4429029Z ------ 2020-05-15T15:30:19.4429186Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.ConfigTransformer 2020-05-15T15:30:19.4429245Z 2020/05/15 15:30:19 [TRACE] ConfigTransformer: Starting for path: 2020-05-15T15:30:19.4429340Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.ConfigTransformer with new graph: 2020-05-15T15:30:19.4430513Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4430666Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4431534Z ------ 2020-05-15T15:30:19.4431700Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.OrphanResourceInstanceTransformer 2020-05-15T15:30:19.4432215Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.OrphanResourceInstanceTransformer (no changes) 2020-05-15T15:30:19.4432331Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.StateTransformer 2020-05-15T15:30:19.4433195Z 2020/05/15 15:30:19 [TRACE] StateTransformer: creating nodes for deposed instance objects only 2020-05-15T15:30:19.4433332Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.StateTransformer (no changes) 2020-05-15T15:30:19.4433741Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.AttachStateTransformer 2020-05-15T15:30:19.4433863Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.AttachStateTransformer (no changes) 2020-05-15T15:30:19.4434365Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.AttachResourceConfigTransformer 2020-05-15T15:30:19.4434489Z 2020/05/15 15:30:19 [TRACE] AttachResourceConfigTransformer: attaching to "bigip_as3.as3-example" (terraform.NodeRefreshableManagedResource) config from main.tf:6,1-36 2020-05-15T15:30:19.4434929Z 2020/05/15 15:30:19 [TRACE] AttachResourceConfigTransformer: attaching to "data.template_file.init" (terraform.NodeRefreshableDataResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:2, Column:1, Byte:2}, End:hcl.Pos{Line:2, Column:28, Byte:29}} 2020-05-15T15:30:19.4435223Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.AttachResourceConfigTransformer (no changes) 2020-05-15T15:30:19.4435739Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.RootVariableTransformer 2020-05-15T15:30:19.4435866Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.RootVariableTransformer with new graph: 2020-05-15T15:30:19.4435925Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4436019Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4436490Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4436606Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4436984Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4437076Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4437308Z ------ 2020-05-15T15:30:19.4437969Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.LocalTransformer 2020-05-15T15:30:19.4438108Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.LocalTransformer (no changes) 2020-05-15T15:30:19.4438168Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.OutputTransformer 2020-05-15T15:30:19.4438242Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.OutputTransformer (no changes) 2020-05-15T15:30:19.4438297Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.ModuleVariableTransformer 2020-05-15T15:30:19.4438352Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.ModuleVariableTransformer (no changes) 2020-05-15T15:30:19.4438422Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.graphTransformerMulti 2020-05-15T15:30:19.4438480Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ProviderConfigTransformer 2020-05-15T15:30:19.4438561Z 2020/05/15 15:30:19 [TRACE] ProviderConfigTransformer: attaching to "provider.bigip" provider configuration from provider.tf:15,1-17 2020-05-15T15:30:19.4438635Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ProviderConfigTransformer with new graph: 2020-05-15T15:30:19.4438689Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4438742Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4438793Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4438863Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4438914Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4438965Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4439035Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4439083Z ------ 2020-05-15T15:30:19.4439137Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Executing graph transform terraform.MissingProviderTransformer 2020-05-15T15:30:19.4439363Z 2020/05/15 15:30:19 [DEBUG] adding implicit provider configuration provider.template, implied first by data.template_file.init 2020-05-15T15:30:19.4439612Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Completed graph transform terraform.MissingProviderTransformer with new graph: 2020-05-15T15:30:19.4439664Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4439716Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4439783Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4439834Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4439885Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4439953Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4440005Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4440160Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4440217Z ------ 2020-05-15T15:30:19.4440289Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ProviderTransformer 2020-05-15T15:30:19.4440348Z 2020/05/15 15:30:19 [TRACE] ProviderTransformer: bigip_as3.as3-example is provided by provider.bigip or inherited equivalent 2020-05-15T15:30:19.4440406Z 2020/05/15 15:30:19 [TRACE] ProviderTransformer: data.template_file.init is provided by provider.template or inherited equivalent 2020-05-15T15:30:19.4440478Z 2020/05/15 15:30:19 [TRACE] ProviderTransformer: exact match for provider.bigip serving bigip_as3.as3-example 2020-05-15T15:30:19.4440535Z 2020/05/15 15:30:19 [DEBUG] ProviderTransformer: "bigip_as3.as3-example" (terraform.NodeRefreshableManagedResource) needs provider.bigip 2020-05-15T15:30:19.4440591Z 2020/05/15 15:30:19 [TRACE] ProviderTransformer: exact match for provider.template serving data.template_file.init 2020-05-15T15:30:19.4440672Z 2020/05/15 15:30:19 [DEBUG] ProviderTransformer: "data.template_file.init" (terraform.NodeRefreshableDataResource) needs provider.template 2020-05-15T15:30:19.4440737Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ProviderTransformer with new graph: 2020-05-15T15:30:19.4440789Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4440857Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4440908Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4440957Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4441027Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4441077Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4441127Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4441177Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4441243Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4441309Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4441354Z ------ 2020-05-15T15:30:19.4441425Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Executing graph transform terraform.PruneProviderTransformer 2020-05-15T15:30:19.4441482Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Completed graph transform terraform.PruneProviderTransformer (no changes) 2020-05-15T15:30:19.4441537Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ParentProviderTransformer 2020-05-15T15:30:19.4441608Z 2020/05/15 15:30:19 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ParentProviderTransformer (no changes) 2020-05-15T15:30:19.4441661Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.graphTransformerMulti with new graph: 2020-05-15T15:30:19.4441712Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4441785Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4441905Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4441957Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4442114Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4442186Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4442236Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4442284Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4442351Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4442401Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4442446Z ------ 2020-05-15T15:30:19.4442497Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.AttachSchemaTransformer 2020-05-15T15:30:19.4442568Z 2020/05/15 15:30:19 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.bigip 2020-05-15T15:30:19.4442701Z 2020/05/15 15:30:19 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.template 2020-05-15T15:30:19.4442763Z 2020/05/15 15:30:19 [TRACE] AttachSchemaTransformer: attaching resource schema to bigip_as3.as3-example 2020-05-15T15:30:19.4442835Z 2020/05/15 15:30:19 [TRACE] AttachSchemaTransformer: attaching resource schema to data.template_file.init 2020-05-15T15:30:19.4443323Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.AttachSchemaTransformer (no changes) 2020-05-15T15:30:19.4443377Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.ReferenceTransformer 2020-05-15T15:30:19.4443447Z 2020/05/15 15:30:19 [DEBUG] ReferenceTransformer: "var.bigip_password" references: [] 2020-05-15T15:30:19.4443499Z 2020/05/15 15:30:19 [DEBUG] ReferenceTransformer: "var.tenant" references: [] 2020-05-15T15:30:19.4443552Z 2020/05/15 15:30:19 [DEBUG] ReferenceTransformer: "var.vip_address" references: [] 2020-05-15T15:30:19.4443620Z 2020/05/15 15:30:19 [DEBUG] ReferenceTransformer: "var.bigip_address" references: [] 2020-05-15T15:30:19.4443694Z 2020/05/15 15:30:19 [DEBUG] ReferenceTransformer: "provider.bigip" references: [var.bigip_address var.bigip_password] 2020-05-15T15:30:19.4443810Z 2020/05/15 15:30:19 [DEBUG] ReferenceTransformer: "provider.template" references: [] 2020-05-15T15:30:19.4443885Z 2020/05/15 15:30:19 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example" references: [data.template_file.init] 2020-05-15T15:30:19.4443940Z 2020/05/15 15:30:19 [DEBUG] ReferenceTransformer: "data.template_file.init" references: [] 2020-05-15T15:30:19.4443993Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.ReferenceTransformer with new graph: 2020-05-15T15:30:19.4444068Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4444121Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4444170Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4444248Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4444306Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4444355Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4444406Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4444473Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4444524Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4444573Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4444640Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4444689Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4444739Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4444786Z ------ 2020-05-15T15:30:19.4444855Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.AttachDependenciesTransformer 2020-05-15T15:30:19.4444909Z 2020/05/15 15:30:19 [TRACE] AttachDependenciesTransformer: bigip_as3.as3-example depends on [] 2020-05-15T15:30:19.4445061Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.AttachDependenciesTransformer (no changes) 2020-05-15T15:30:19.4445136Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.TargetsTransformer 2020-05-15T15:30:19.4445189Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.TargetsTransformer (no changes) 2020-05-15T15:30:19.4445242Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.CloseProviderTransformer 2020-05-15T15:30:19.4445314Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.CloseProviderTransformer with new graph: 2020-05-15T15:30:19.4445366Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4445422Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4445581Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4445635Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4446444Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4446494Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4446565Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4446616Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4446666Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4446737Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4446788Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4446838Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4446887Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4446957Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4447008Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4447071Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4447138Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4447189Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4447240Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4447286Z ------ 2020-05-15T15:30:19.4447356Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.RootTransformer 2020-05-15T15:30:19.4447409Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.RootTransformer with new graph: 2020-05-15T15:30:19.4447461Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4447529Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4447579Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4447629Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4447696Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4447760Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4447810Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4447859Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4447926Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4447977Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4448027Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4448093Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4448144Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4448194Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4448245Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4448312Z root - terraform.graphNodeRoot 2020-05-15T15:30:19.4448371Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4448511Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4448579Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4448630Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4448680Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4448728Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4448794Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4448844Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4448890Z ------ 2020-05-15T15:30:19.4448961Z 2020/05/15 15:30:19 [TRACE] Executing graph transform terraform.TransitiveReductionTransformer 2020-05-15T15:30:19.4449016Z 2020/05/15 15:30:19 [TRACE] Completed graph transform terraform.TransitiveReductionTransformer with new graph: 2020-05-15T15:30:19.4449068Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4449187Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4449253Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4449304Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4449354Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4449420Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4449469Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4449518Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4449585Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4449637Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResource 2020-05-15T15:30:19.4449687Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:19.4449736Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4449804Z data.template_file.init - terraform.NodeRefreshableDataResource 2020-05-15T15:30:19.4449867Z root - terraform.graphNodeRoot 2020-05-15T15:30:19.4449918Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4449985Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:19.4450035Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4450085Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4450134Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4450199Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:19.4450251Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:19.4450300Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:19.4450361Z ------ 2020-05-15T15:30:19.4450867Z 2020/05/15 15:30:19 [DEBUG] Starting graph walk: walkRefresh 2020-05-15T15:30:19.4450933Z 2020/05/15 15:30:19 [TRACE] dag/walk: updating graph 2020-05-15T15:30:19.4451013Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "provider.template" 2020-05-15T15:30:19.4451074Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "var.bigip_password" 2020-05-15T15:30:19.4451126Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "var.tenant" 2020-05-15T15:30:19.4451177Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "var.vip_address" 2020-05-15T15:30:19.4451247Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "var.bigip_address" 2020-05-15T15:30:19.4451298Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "root" 2020-05-15T15:30:19.4451349Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "provider.bigip" 2020-05-15T15:30:19.4451418Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "data.template_file.init" 2020-05-15T15:30:19.4451472Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "provider.template (close)" 2020-05-15T15:30:19.4451524Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "provider.bigip (close)" 2020-05-15T15:30:19.4451699Z 2020/05/15 15:30:19 [TRACE] dag/walk: added new vertex: "bigip_as3.as3-example" 2020-05-15T15:30:19.4451755Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "provider.bigip" waiting on "var.bigip_password" 2020-05-15T15:30:19.4451809Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "bigip_as3.as3-example" waiting on "data.template_file.init" 2020-05-15T15:30:19.4451880Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "root" waiting on "var.tenant" 2020-05-15T15:30:19.4451933Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "root" waiting on "provider.bigip (close)" 2020-05-15T15:30:19.4451988Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "data.template_file.init" waiting on "provider.template" 2020-05-15T15:30:19.4452160Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "provider.bigip" waiting on "var.bigip_address" 2020-05-15T15:30:19.4452216Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "provider.template (close)" waiting on "data.template_file.init" 2020-05-15T15:30:19.4452355Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "bigip_as3.as3-example" waiting on "provider.bigip" 2020-05-15T15:30:19.4452410Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "root" waiting on "provider.template (close)" 2020-05-15T15:30:19.4452480Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "provider.bigip (close)" waiting on "bigip_as3.as3-example" 2020-05-15T15:30:19.4452533Z 2020/05/15 15:30:19 [TRACE] dag/walk: added edge: "root" waiting on "var.vip_address" 2020-05-15T15:30:19.4452587Z 2020/05/15 15:30:19 [TRACE] dag/walk: dependencies changed for "provider.bigip (close)", sending new deps 2020-05-15T15:30:19.4452658Z 2020/05/15 15:30:19 [TRACE] dag/walk: dependencies changed for "provider.bigip", sending new deps 2020-05-15T15:30:19.4452711Z 2020/05/15 15:30:19 [TRACE] dag/walk: dependencies changed for "bigip_as3.as3-example", sending new deps 2020-05-15T15:30:19.4452763Z 2020/05/15 15:30:19 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020-05-15T15:30:19.4452849Z 2020/05/15 15:30:19 [TRACE] dag/walk: dependencies changed for "data.template_file.init", sending new deps 2020-05-15T15:30:19.4452904Z 2020/05/15 15:30:19 [TRACE] dag/walk: dependencies changed for "provider.template (close)", sending new deps 2020-05-15T15:30:19.4452954Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "var.bigip_password" 2020-05-15T15:30:19.4453025Z 2020/05/15 15:30:19 [TRACE] vertex "var.bigip_password": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:19.4453078Z 2020/05/15 15:30:19 [TRACE] vertex "var.bigip_password": evaluating 2020-05-15T15:30:19.4453129Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Entering eval tree: var.bigip_password 2020-05-15T15:30:19.4453198Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.4453249Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Exiting eval tree: var.bigip_password 2020-05-15T15:30:19.4453300Z 2020/05/15 15:30:19 [TRACE] vertex "var.bigip_password": visit complete 2020-05-15T15:30:19.4453381Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "var.tenant" 2020-05-15T15:30:19.4453433Z 2020/05/15 15:30:19 [TRACE] vertex "var.tenant": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:19.4453484Z 2020/05/15 15:30:19 [TRACE] vertex "var.tenant": evaluating 2020-05-15T15:30:19.4453535Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Entering eval tree: var.tenant 2020-05-15T15:30:19.4453604Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.4453655Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Exiting eval tree: var.tenant 2020-05-15T15:30:19.4453703Z 2020/05/15 15:30:19 [TRACE] vertex "var.tenant": visit complete 2020-05-15T15:30:19.4453771Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "var.vip_address" 2020-05-15T15:30:19.4453824Z 2020/05/15 15:30:19 [TRACE] vertex "var.vip_address": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:19.4453875Z 2020/05/15 15:30:19 [TRACE] vertex "var.vip_address": evaluating 2020-05-15T15:30:19.4454184Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Entering eval tree: var.vip_address 2020-05-15T15:30:19.4454241Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.4454292Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Exiting eval tree: var.vip_address 2020-05-15T15:30:19.4454344Z 2020/05/15 15:30:19 [TRACE] vertex "var.vip_address": visit complete 2020-05-15T15:30:19.4455762Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "var.bigip_address" 2020-05-15T15:30:19.4455876Z 2020/05/15 15:30:19 [TRACE] vertex "var.bigip_address": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:19.4455929Z 2020/05/15 15:30:19 [TRACE] vertex "var.bigip_address": evaluating 2020-05-15T15:30:19.4455980Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Entering eval tree: var.bigip_address 2020-05-15T15:30:19.4456051Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.4456103Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Exiting eval tree: var.bigip_address 2020-05-15T15:30:19.4456281Z 2020/05/15 15:30:19 [TRACE] vertex "var.bigip_address": visit complete 2020-05-15T15:30:19.4456349Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "provider.bigip" 2020-05-15T15:30:19.4456403Z 2020/05/15 15:30:19 [TRACE] vertex "provider.bigip": starting visit (terraform.NodeApplyableProvider) 2020-05-15T15:30:19.4456454Z 2020/05/15 15:30:19 [TRACE] vertex "provider.bigip": evaluating 2020-05-15T15:30:19.4456505Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Entering eval tree: provider.bigip 2020-05-15T15:30:19.4456577Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.4456629Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalInitProvider 2020-05-15T15:30:19.4456681Z 2020-05-15T15:30:19.444Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:19.4458593Z 2020/05/15 15:30:19 [TRACE] dag/walk: visiting "provider.template" 2020-05-15T15:30:19.4458683Z 2020/05/15 15:30:19 [TRACE] vertex "provider.template": starting visit (terraform.NodeApplyableProvider) 2020-05-15T15:30:19.4458759Z 2020/05/15 15:30:19 [TRACE] vertex "provider.template": evaluating 2020-05-15T15:30:19.4458836Z 2020/05/15 15:30:19 [TRACE] [walkRefresh] Entering eval tree: provider.template 2020-05-15T15:30:19.4458889Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.4458940Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalInitProvider 2020-05-15T15:30:19.4803740Z 2020-05-15T15:30:19.479Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe] 2020-05-15T15:30:19.5949781Z 2020-05-15T15:30:19.592Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=10416 2020-05-15T15:30:19.5950020Z 2020-05-15T15:30:19.592Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe 2020-05-15T15:30:19.8309024Z 2020-05-15T15:30:19.830Z [INFO] plugin.terraform-provider-bigip_v1.2.0_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:19.824Z 2020-05-15T15:30:19.9009246Z 2020-05-15T15:30:19.872Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:19.9117398Z 2020/05/15 15:30:19 [TRACE] BuiltinEvalContext: Initialized "bigip" provider for provider.bigip 2020-05-15T15:30:19.9290680Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:19.9291057Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:19.9291380Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:19.9291590Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.9291749Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:19.9292193Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:19.9292385Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:19.9292542Z 2020/05/15 15:30:19 [TRACE] : eval: terraform.EvalConfigProvider 2020-05-15T15:30:19.9292699Z 2020/05/15 15:30:19 [TRACE] buildProviderConfig for provider.bigip: using explicit config only 2020-05-15T15:30:19.9292881Z 2020/05/15 15:30:19 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:19.9293037Z 2020-05-15T15:30:19.873Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:19.9318105Z 2020-05-15T15:30:19.931Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2020-05-15T15:30:19.871Z 2020-05-15T15:30:19.9856336Z 2020-05-15T15:30:19.952Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe] 2020-05-15T15:30:20.0479915Z 2020-05-15T15:30:20.045Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=288 2020-05-15T15:30:20.0480115Z 2020-05-15T15:30:20.045Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe 2020-05-15T15:30:20.2430144Z 2020-05-15T15:30:20.242Z [INFO] plugin.terraform-provider-template_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:20.079Z 2020-05-15T15:30:20.3052929Z 2020-05-15T15:30:20.298Z [DEBUG] plugin.terraform-provider-template_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10001 network=tcp timestamp=2020-05-15T15:30:20.298Z 2020-05-15T15:30:20.3053115Z 2020-05-15T15:30:20.298Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:20.3053252Z 2020/05/15 15:30:20 [TRACE] BuiltinEvalContext: Initialized "template" provider for provider.template 2020-05-15T15:30:20.3053307Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:20.3053362Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:20.3053430Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:20.3053482Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.3053534Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:20.3053609Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:20.3053660Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.3053712Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalConfigProvider 2020-05-15T15:30:20.3053786Z 2020/05/15 15:30:20 [TRACE] buildProviderConfig for provider.template: no configuration at all 2020-05-15T15:30:20.3053854Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:20.3053905Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: Configure 2020-05-15T15:30:20.3054087Z 2020-05-15T15:30:20.304Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:20 [INFO] Initializing BigIP connection 2020-05-15T15:30:20.3849994Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: Configure 2020-05-15T15:30:20.3857479Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Exiting eval tree: provider.template 2020-05-15T15:30:20.3857701Z 2020/05/15 15:30:20 [TRACE] vertex "provider.template": visit complete 2020-05-15T15:30:20.3858518Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "data.template_file.init" 2020-05-15T15:30:20.3858690Z 2020/05/15 15:30:20 [TRACE] vertex "data.template_file.init": starting visit (terraform.NodeRefreshableDataResource) 2020-05-15T15:30:20.3859143Z 2020/05/15 15:30:20 [TRACE] vertex "data.template_file.init": expanding dynamic subgraph 2020-05-15T15:30:20.3860097Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.ResourceCountTransformer 2020-05-15T15:30:20.3860832Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.ResourceCountTransformer with new graph: 2020-05-15T15:30:20.3860981Z data.template_file.init - terraform.NodeRefreshableDataResourceInstance 2020-05-15T15:30:20.3864068Z ------ 2020-05-15T15:30:20.3864307Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.OrphanResourceCountTransformer 2020-05-15T15:30:20.3865824Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.OrphanResourceCountTransformer (no changes) 2020-05-15T15:30:20.3866002Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.AttachStateTransformer 2020-05-15T15:30:20.3868231Z data.template_file.init: Refreshing state... 2020-05-15T15:30:20.3869814Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.AttachStateTransformer (no changes) 2020-05-15T15:30:20.3869973Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.TargetsTransformer 2020-05-15T15:30:20.3885805Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.TargetsTransformer (no changes) 2020-05-15T15:30:20.3885987Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.ReferenceTransformer 2020-05-15T15:30:20.3886840Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "data.template_file.init" references: [] 2020-05-15T15:30:20.3886977Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.ReferenceTransformer (no changes) 2020-05-15T15:30:20.3898254Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.RootTransformer 2020-05-15T15:30:20.3898455Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.RootTransformer (no changes) 2020-05-15T15:30:20.3900119Z 2020/05/15 15:30:20 [TRACE] vertex "data.template_file.init": entering dynamic subgraph 2020-05-15T15:30:20.3900274Z 2020/05/15 15:30:20 [TRACE] dag/walk: updating graph 2020-05-15T15:30:20.3901144Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "data.template_file.init" 2020-05-15T15:30:20.3901322Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "data.template_file.init" 2020-05-15T15:30:20.3901755Z 2020/05/15 15:30:20 [TRACE] vertex "data.template_file.init": starting visit (terraform.NodeRefreshableDataResourceInstance) 2020-05-15T15:30:20.3901877Z 2020/05/15 15:30:20 [TRACE] vertex "data.template_file.init": evaluating 2020-05-15T15:30:20.3902293Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Entering eval tree: data.template_file.init 2020-05-15T15:30:20.3902390Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.3902463Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:20.3902547Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalWriteState 2020-05-15T15:30:20.3902980Z 2020/05/15 15:30:20 [TRACE] EvalWriteState: removing state object for data.template_file.init 2020-05-15T15:30:20.3903094Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalReadData 2020-05-15T15:30:20.3903170Z 2020/05/15 15:30:20 [TRACE] EvalReadData: working on data.template_file.init 2020-05-15T15:30:20.3903253Z 2020/05/15 15:30:20 [TRACE] Re-validating config for data.template_file.init 2020-05-15T15:30:20.3903703Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: ValidateDataSourceConfig 2020-05-15T15:30:20.3903806Z 2020/05/15 15:30:20 [TRACE] EvalReadData: data.template_file.init configuration is complete, so reading from provider 2020-05-15T15:30:20.3904272Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: ReadDataSource 2020-05-15T15:30:20.3904395Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalIf 2020-05-15T15:30:20.3905008Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.3905138Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalWriteState 2020-05-15T15:30:20.3905594Z 2020/05/15 15:30:20 [TRACE] EvalWriteState: writing current state object for data.template_file.init 2020-05-15T15:30:20.3905896Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalUpdateStateHook 2020-05-15T15:30:20.3906364Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Exiting eval tree: data.template_file.init 2020-05-15T15:30:20.3906483Z 2020/05/15 15:30:20 [TRACE] vertex "data.template_file.init": visit complete 2020-05-15T15:30:20.3906895Z 2020/05/15 15:30:20 [TRACE] vertex "data.template_file.init": dynamic subgraph completed successfully 2020-05-15T15:30:20.3906995Z 2020/05/15 15:30:20 [TRACE] vertex "data.template_file.init": visit complete 2020-05-15T15:30:20.3907423Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "provider.template (close)" 2020-05-15T15:30:20.3907523Z 2020/05/15 15:30:20 [TRACE] vertex "provider.template (close)": starting visit (terraform.graphNodeCloseProvider) 2020-05-15T15:30:20.3907598Z 2020/05/15 15:30:20 [TRACE] vertex "provider.template (close)": evaluating 2020-05-15T15:30:20.3907681Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Entering eval tree: provider.template (close) 2020-05-15T15:30:20.3908309Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalCloseProvider 2020-05-15T15:30:20.3908426Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: Close 2020-05-15T15:30:20.4005663Z 2020-05-15T15:30:20.400Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=288 2020-05-15T15:30:20.4005843Z 2020-05-15T15:30:20.400Z [DEBUG] plugin: plugin exited 2020-05-15T15:30:20.4006570Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Exiting eval tree: provider.template (close) 2020-05-15T15:30:20.4006809Z 2020/05/15 15:30:20 [TRACE] vertex "provider.template (close)": visit complete 2020-05-15T15:30:20.4762774Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Exiting eval tree: provider.bigip 2020-05-15T15:30:20.4764750Z 2020/05/15 15:30:20 [TRACE] vertex "provider.bigip": visit complete 2020-05-15T15:30:20.4765192Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "bigip_as3.as3-example" 2020-05-15T15:30:20.4765454Z 2020/05/15 15:30:20 [TRACE] vertex "bigip_as3.as3-example": starting visit (terraform.NodeRefreshableManagedResource) 2020-05-15T15:30:20.4765635Z 2020/05/15 15:30:20 [TRACE] vertex "bigip_as3.as3-example": expanding dynamic subgraph 2020-05-15T15:30:20.4765787Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.ResourceCountTransformer 2020-05-15T15:30:20.4765938Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.ResourceCountTransformer with new graph: 2020-05-15T15:30:20.4766110Z bigip_as3.as3-example - terraform.NodeRefreshableManagedResourceInstance 2020-05-15T15:30:20.4766253Z ------ 2020-05-15T15:30:20.4766402Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.OrphanResourceCountTransformer 2020-05-15T15:30:20.4766577Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.OrphanResourceCountTransformer (no changes) 2020-05-15T15:30:20.4766726Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.AttachStateTransformer 2020-05-15T15:30:20.4766933Z 2020/05/15 15:30:20 [DEBUG] Resource state not found for node "bigip_as3.as3-example", instance bigip_as3.as3-example 2020-05-15T15:30:20.4767085Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.AttachStateTransformer (no changes) 2020-05-15T15:30:20.4767233Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.TargetsTransformer 2020-05-15T15:30:20.4767399Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.TargetsTransformer (no changes) 2020-05-15T15:30:20.4767548Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.ReferenceTransformer 2020-05-15T15:30:20.4767694Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example" references: [] 2020-05-15T15:30:20.4767861Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.ReferenceTransformer (no changes) 2020-05-15T15:30:20.4768006Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.RootTransformer 2020-05-15T15:30:20.4768410Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.RootTransformer (no changes) 2020-05-15T15:30:20.4768592Z 2020/05/15 15:30:20 [TRACE] vertex "bigip_as3.as3-example": entering dynamic subgraph 2020-05-15T15:30:20.4768735Z 2020/05/15 15:30:20 [TRACE] dag/walk: updating graph 2020-05-15T15:30:20.4768898Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "bigip_as3.as3-example" 2020-05-15T15:30:20.4769050Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "bigip_as3.as3-example" 2020-05-15T15:30:20.4769200Z 2020/05/15 15:30:20 [TRACE] vertex "bigip_as3.as3-example": starting visit (terraform.NodeRefreshableManagedResourceInstance) 2020-05-15T15:30:20.4769681Z 2020/05/15 15:30:20 [TRACE] NodeRefreshableManagedResourceInstance: bigip_as3.as3-example has no existing state to refresh 2020-05-15T15:30:20.4771293Z 2020/05/15 15:30:20 [TRACE] vertex "bigip_as3.as3-example": evaluating 2020-05-15T15:30:20.4771542Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Entering eval tree: bigip_as3.as3-example 2020-05-15T15:30:20.4771959Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.4772275Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:20.4772455Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalReadState 2020-05-15T15:30:20.4772621Z 2020/05/15 15:30:20 [TRACE] EvalReadState: reading state for bigip_as3.as3-example 2020-05-15T15:30:20.4772769Z 2020/05/15 15:30:20 [TRACE] EvalReadState: no state present for bigip_as3.as3-example 2020-05-15T15:30:20.4772912Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalDiff 2020-05-15T15:30:20.4773077Z 2020/05/15 15:30:20 [TRACE] Re-validating config for "bigip_as3.as3-example" 2020-05-15T15:30:20.4773223Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020-05-15T15:30:20.4773436Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: PlanResourceChange 2020-05-15T15:30:20.4782002Z 2020/05/15 15:30:20 [WARN] Provider "registry.terraform.io/-/bigip" produced an invalid plan for bigip_as3.as3-example, but we are tolerating it because it is using the legacy plugin SDK. 2020-05-15T15:30:20.4782563Z The following problems may be the cause of any confusing errors from downstream operations: 2020-05-15T15:30:20.4783444Z - .as3_json: planned value cty.StringVal("{\"action\":\"deploy\",\"class\":\"AS3\",\"declaration\":{\"as3\":{\"AAA1\":{\"class\":\"Application\",\"serviceMain\":{\"class\":\"Service_HTTP\",\"pool\":\"web_pool\",\"virtualAddresses\":[\"10.0.1.10\"]},\"template\":\"http\",\"web_pool\":{\"class\":\"Pool\",\"members\":[{\"serverAddresses\":[\"192.0.1.10\",\"192.0.1.11\"],\"servicePort\":80}],\"monitors\":[\"http\"]}},\"class\":\"Tenant\"},\"class\":\"ADC\",\"id\":\"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\"label\":\"Sample 1\",\"remark\":\"Simple HTTP application with RR pool\",\"schemaVersion\":\"3.0.0\"},\"persist\":true}") does not match config value cty.StringVal("{\r\n \"class\": \"AS3\",\r\n \"action\": \"deploy\",\r\n \"persist\": true,\r\n \"declaration\": {\r\n \"class\": \"ADC\",\r\n \"schemaVersion\": \"3.0.0\",\r\n \"id\": \"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\r\n \"label\": \"Sample 1\",\r\n \"remark\": \"Simple HTTP application with RR pool\",\r\n \"as3\": {\r\n \"class\": \"Tenant\",\r\n \"AAA1\": {\r\n \"class\": \"Application\",\r\n \"template\": \"http\",\r\n \"serviceMain\": {\r\n \"class\": \"Service_HTTP\",\r\n \"virtualAddresses\": [\r\n \"10.0.1.10\"\r\n ],\r\n \"pool\": \"web_pool\"\r\n },\r\n \"web_pool\": {\r\n \"class\": \"Pool\",\r\n \"monitors\": [\r\n \"http\"\r\n ],\r\n \"members\": [{\r\n \"servicePort\": 80,\r\n \"serverAddresses\": [\r\n \"192.0.1.10\",\r\n \"192.0.1.11\"\r\n ]\r\n }]\r\n }\r\n }\r\n }\r\n }\r\n}") 2020-05-15T15:30:20.4784192Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalWriteState 2020-05-15T15:30:20.4784703Z 2020/05/15 15:30:20 [TRACE] EvalWriteState: recording 0 dependencies for bigip_as3.as3-example 2020-05-15T15:30:20.4784833Z 2020/05/15 15:30:20 [TRACE] EvalWriteState: writing current state object for bigip_as3.as3-example 2020-05-15T15:30:20.4784912Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalWriteDiff 2020-05-15T15:30:20.4785012Z 2020/05/15 15:30:20 [TRACE] EvalWriteDiff: recorded Create change for bigip_as3.as3-example 2020-05-15T15:30:20.4785069Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Exiting eval tree: bigip_as3.as3-example 2020-05-15T15:30:20.4785227Z 2020/05/15 15:30:20 [TRACE] vertex "bigip_as3.as3-example": visit complete 2020-05-15T15:30:20.4785475Z 2020/05/15 15:30:20 [TRACE] vertex "bigip_as3.as3-example": dynamic subgraph completed successfully 2020-05-15T15:30:20.4786168Z 2020/05/15 15:30:20 [TRACE] vertex "bigip_as3.as3-example": visit complete 2020-05-15T15:30:20.4786369Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "provider.bigip (close)" 2020-05-15T15:30:20.4786545Z 2020/05/15 15:30:20 [TRACE] vertex "provider.bigip (close)": starting visit (terraform.graphNodeCloseProvider) 2020-05-15T15:30:20.4786692Z 2020/05/15 15:30:20 [TRACE] vertex "provider.bigip (close)": evaluating 2020-05-15T15:30:20.4786852Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Entering eval tree: provider.bigip (close) 2020-05-15T15:30:20.4787002Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalCloseProvider 2020-05-15T15:30:20.4788156Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: Close 2020-05-15T15:30:20.4910964Z 2020-05-15T15:30:20.490Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=10416 2020-05-15T15:30:20.4913167Z 2020-05-15T15:30:20.490Z [DEBUG] plugin: plugin exited 2020-05-15T15:30:20.4914179Z 2020/05/15 15:30:20 [TRACE] [walkRefresh] Exiting eval tree: provider.bigip (close) 2020-05-15T15:30:20.4915114Z 2020/05/15 15:30:20 [TRACE] vertex "provider.bigip (close)": visit complete 2020-05-15T15:30:20.4915505Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "root" 2020-05-15T15:30:20.4915868Z 2020/05/15 15:30:20 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2020-05-15T15:30:20.4916201Z 2020/05/15 15:30:20 [TRACE] vertex "root": visit complete 2020-05-15T15:30:20.4916532Z 2020/05/15 15:30:20 [INFO] backend/local: apply calling Plan 2020-05-15T15:30:20.4916882Z 2020/05/15 15:30:20 [INFO] terraform: building graph: GraphTypePlan 2020-05-15T15:30:20.4917215Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.ConfigTransformer 2020-05-15T15:30:20.4917871Z 2020/05/15 15:30:20 [TRACE] ConfigTransformer: Starting for path: 2020-05-15T15:30:20.4918201Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.ConfigTransformer with new graph: 2020-05-15T15:30:20.4918295Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4918351Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4918418Z ------ 2020-05-15T15:30:20.4918566Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.LocalTransformer 2020-05-15T15:30:20.4918652Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.LocalTransformer (no changes) 2020-05-15T15:30:20.4918819Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.OutputTransformer 2020-05-15T15:30:20.4918935Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.OutputTransformer (no changes) 2020-05-15T15:30:20.4918995Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.OrphanResourceInstanceTransformer 2020-05-15T15:30:20.4919171Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.OrphanResourceInstanceTransformer (no changes) 2020-05-15T15:30:20.4919556Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.StateTransformer 2020-05-15T15:30:20.4919643Z 2020/05/15 15:30:20 [TRACE] StateTransformer: creating nodes for deposed instance objects only 2020-05-15T15:30:20.4919718Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.StateTransformer (no changes) 2020-05-15T15:30:20.4919861Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.OrphanOutputTransformer 2020-05-15T15:30:20.4919971Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.OrphanOutputTransformer (no changes) 2020-05-15T15:30:20.4920135Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.AttachResourceConfigTransformer 2020-05-15T15:30:20.4920198Z 2020/05/15 15:30:20 [TRACE] AttachResourceConfigTransformer: attaching to "bigip_as3.as3-example" (terraform.NodePlannableResource) config from main.tf:6,1-36 2020-05-15T15:30:20.4920533Z 2020/05/15 15:30:20 [TRACE] AttachResourceConfigTransformer: attaching to "data.template_file.init" (terraform.NodePlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:2, Column:1, Byte:2}, End:hcl.Pos{Line:2, Column:28, Byte:29}} 2020-05-15T15:30:20.4920625Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.AttachResourceConfigTransformer (no changes) 2020-05-15T15:30:20.4920703Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.AttachStateTransformer 2020-05-15T15:30:20.4920858Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.AttachStateTransformer (no changes) 2020-05-15T15:30:20.4920939Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.RootVariableTransformer 2020-05-15T15:30:20.4921068Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.RootVariableTransformer with new graph: 2020-05-15T15:30:20.4921143Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4921212Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4921363Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4921441Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4921493Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4921642Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4921714Z ------ 2020-05-15T15:30:20.4921957Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.MissingProvisionerTransformer 2020-05-15T15:30:20.4922042Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.MissingProvisionerTransformer (no changes) 2020-05-15T15:30:20.4922100Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.ProvisionerTransformer 2020-05-15T15:30:20.4922154Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.ProvisionerTransformer (no changes) 2020-05-15T15:30:20.4922230Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.ModuleVariableTransformer 2020-05-15T15:30:20.4922302Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.ModuleVariableTransformer (no changes) 2020-05-15T15:30:20.4922357Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.graphTransformerMulti 2020-05-15T15:30:20.4922430Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ProviderConfigTransformer 2020-05-15T15:30:20.4922489Z 2020/05/15 15:30:20 [TRACE] ProviderConfigTransformer: attaching to "provider.bigip" provider configuration from provider.tf:15,1-17 2020-05-15T15:30:20.4922551Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ProviderConfigTransformer with new graph: 2020-05-15T15:30:20.4922622Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4922675Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4922725Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4922905Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4922959Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4923008Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4923058Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4923122Z ------ 2020-05-15T15:30:20.4923276Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Executing graph transform terraform.MissingProviderTransformer 2020-05-15T15:30:20.4923726Z 2020/05/15 15:30:20 [DEBUG] adding implicit provider configuration provider.template, implied first by data.template_file.init 2020-05-15T15:30:20.4924101Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Completed graph transform terraform.MissingProviderTransformer with new graph: 2020-05-15T15:30:20.4924451Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4924978Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4925521Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4926300Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4926569Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4926661Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4926715Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4926875Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4926956Z ------ 2020-05-15T15:30:20.4927013Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ProviderTransformer 2020-05-15T15:30:20.4927176Z 2020/05/15 15:30:20 [TRACE] ProviderTransformer: data.template_file.init is provided by provider.template or inherited equivalent 2020-05-15T15:30:20.4927262Z 2020/05/15 15:30:20 [TRACE] ProviderTransformer: bigip_as3.as3-example is provided by provider.bigip or inherited equivalent 2020-05-15T15:30:20.4927321Z 2020/05/15 15:30:20 [TRACE] ProviderTransformer: exact match for provider.template serving data.template_file.init 2020-05-15T15:30:20.4927522Z 2020/05/15 15:30:20 [DEBUG] ProviderTransformer: "data.template_file.init" (terraform.NodePlannableResource) needs provider.template 2020-05-15T15:30:20.4927607Z 2020/05/15 15:30:20 [TRACE] ProviderTransformer: exact match for provider.bigip serving bigip_as3.as3-example 2020-05-15T15:30:20.4927686Z 2020/05/15 15:30:20 [DEBUG] ProviderTransformer: "bigip_as3.as3-example" (terraform.NodePlannableResource) needs provider.bigip 2020-05-15T15:30:20.4927851Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ProviderTransformer with new graph: 2020-05-15T15:30:20.4927932Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4928003Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4928140Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4928218Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4928304Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4928443Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4928536Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4928589Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4928660Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4928710Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4928758Z ------ 2020-05-15T15:30:20.4928830Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Executing graph transform terraform.PruneProviderTransformer 2020-05-15T15:30:20.4928888Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Completed graph transform terraform.PruneProviderTransformer (no changes) 2020-05-15T15:30:20.4929048Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ParentProviderTransformer 2020-05-15T15:30:20.4929160Z 2020/05/15 15:30:20 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ParentProviderTransformer (no changes) 2020-05-15T15:30:20.4929371Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.graphTransformerMulti with new graph: 2020-05-15T15:30:20.4929539Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4929638Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4929692Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4929829Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4929924Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4929978Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4930110Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4930203Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4930256Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4930516Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4930624Z ------ 2020-05-15T15:30:20.4930737Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.RemovedModuleTransformer 2020-05-15T15:30:20.4930796Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.RemovedModuleTransformer (no changes) 2020-05-15T15:30:20.4930917Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.AttachSchemaTransformer 2020-05-15T15:30:20.4931703Z 2020/05/15 15:30:20 [TRACE] AttachSchemaTransformer: attaching resource schema to bigip_as3.as3-example 2020-05-15T15:30:20.4932123Z 2020/05/15 15:30:20 [TRACE] AttachSchemaTransformer: attaching resource schema to data.template_file.init 2020-05-15T15:30:20.4932482Z 2020/05/15 15:30:20 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.bigip 2020-05-15T15:30:20.4933995Z 2020/05/15 15:30:20 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.template 2020-05-15T15:30:20.4934274Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.AttachSchemaTransformer (no changes) 2020-05-15T15:30:20.4935281Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.ReferenceTransformer 2020-05-15T15:30:20.4935774Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "var.vip_address" references: [] 2020-05-15T15:30:20.4935990Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "var.bigip_address" references: [] 2020-05-15T15:30:20.4936054Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "provider.bigip" references: [var.bigip_address var.bigip_password] 2020-05-15T15:30:20.4936110Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "provider.template" references: [] 2020-05-15T15:30:20.4936190Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example" references: [data.template_file.init] 2020-05-15T15:30:20.4936246Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "data.template_file.init" references: [] 2020-05-15T15:30:20.4936320Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "var.bigip_password" references: [] 2020-05-15T15:30:20.4936397Z 2020/05/15 15:30:20 [DEBUG] ReferenceTransformer: "var.tenant" references: [] 2020-05-15T15:30:20.4936453Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.ReferenceTransformer with new graph: 2020-05-15T15:30:20.4936506Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4936576Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4936627Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4936680Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4936731Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4936800Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4936851Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4936901Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4937266Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4937403Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4937458Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4937720Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4937799Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4937877Z ------ 2020-05-15T15:30:20.4937932Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.CountBoundaryTransformer 2020-05-15T15:30:20.4938097Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.CountBoundaryTransformer with new graph: 2020-05-15T15:30:20.4938177Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4938231Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4938388Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4938471Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4938668Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4938740Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:20.4938908Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4938988Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4939058Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4939196Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4939275Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4939345Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4939484Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4939561Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4939631Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4939772Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4939867Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4939937Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4940077Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4940154Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4940206Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4940358Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4940431Z ------ 2020-05-15T15:30:20.4940486Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.TargetsTransformer 2020-05-15T15:30:20.4940646Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.TargetsTransformer (no changes) 2020-05-15T15:30:20.4940728Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.ForcedCBDTransformer 2020-05-15T15:30:20.4940857Z 2020/05/15 15:30:20 [TRACE] ForcedCBDTransformer: "data.template_file.init" (terraform.NodePlannableResource) has no CBD descendent, so skipping 2020-05-15T15:30:20.4940985Z 2020/05/15 15:30:20 [TRACE] ForcedCBDTransformer: "bigip_as3.as3-example" (terraform.NodePlannableResource) has no CBD descendent, so skipping 2020-05-15T15:30:20.4943281Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.ForcedCBDTransformer (no changes) 2020-05-15T15:30:20.4943740Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.CloseProviderTransformer 2020-05-15T15:30:20.4944074Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.CloseProviderTransformer with new graph: 2020-05-15T15:30:20.4944831Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4946045Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4946657Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4947021Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4947355Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4947914Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:20.4948275Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4948608Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4948934Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4949278Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4949601Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4949921Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4950259Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4950584Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4950901Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4951237Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4951566Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4952089Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.4952448Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4952771Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4953091Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4953440Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.4953765Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4954085Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4954517Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4955059Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4955424Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4955778Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4956097Z ------ 2020-05-15T15:30:20.4956439Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.CloseProvisionerTransformer 2020-05-15T15:30:20.4956802Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.CloseProvisionerTransformer (no changes) 2020-05-15T15:30:20.4957127Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.RootTransformer 2020-05-15T15:30:20.4957448Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.RootTransformer with new graph: 2020-05-15T15:30:20.4957795Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4958118Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4958436Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4958780Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4959098Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4959437Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:20.4959803Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4960124Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4960460Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4960792Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4961197Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4961549Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4961878Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4962199Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4962539Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4962867Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4963188Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4963527Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.4963869Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.4964342Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4964962Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4965344Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.4965672Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.4966011Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.4966338Z root - terraform.graphNodeRoot 2020-05-15T15:30:20.4966659Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:20.4967019Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.4968369Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.4994247Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4995533Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.4998638Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.4999043Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.4999394Z ------ 2020-05-15T15:30:20.4999728Z 2020/05/15 15:30:20 [TRACE] Executing graph transform terraform.TransitiveReductionTransformer 2020-05-15T15:30:20.5000057Z 2020/05/15 15:30:20 [TRACE] Completed graph transform terraform.TransitiveReductionTransformer with new graph: 2020-05-15T15:30:20.5000404Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.5000732Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.5001076Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.5001425Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.5001751Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.5002070Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:20.5002434Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.5002765Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.5003083Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.5003427Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:20.5003752Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.5004069Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.5004425Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.5004979Z bigip_as3.as3-example - terraform.NodePlannableResource 2020-05-15T15:30:20.5005343Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:20.5005692Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.5006020Z data.template_file.init - terraform.NodePlannableResource 2020-05-15T15:30:20.5006339Z root - terraform.graphNodeRoot 2020-05-15T15:30:20.5006702Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:20.5007037Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.5007361Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:20.5007706Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.5008027Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:20.5008345Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:20.5008685Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:20.5009000Z ------ 2020-05-15T15:30:20.5009316Z 2020/05/15 15:30:20 [DEBUG] Starting graph walk: walkPlan 2020-05-15T15:30:20.5009657Z 2020/05/15 15:30:20 [TRACE] dag/walk: updating graph 2020-05-15T15:30:20.5009979Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "root" 2020-05-15T15:30:20.5010301Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "provider.template (close)" 2020-05-15T15:30:20.5010653Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "var.bigip_password" 2020-05-15T15:30:20.5011165Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "var.vip_address" 2020-05-15T15:30:20.5011499Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "provider.template" 2020-05-15T15:30:20.5011843Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "bigip_as3.as3-example" 2020-05-15T15:30:20.5012189Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "var.tenant" 2020-05-15T15:30:20.5012537Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "provider.bigip" 2020-05-15T15:30:20.5012867Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "provider.bigip (close)" 2020-05-15T15:30:20.5013190Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "data.template_file.init" 2020-05-15T15:30:20.5013529Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "var.bigip_address" 2020-05-15T15:30:20.5013855Z 2020/05/15 15:30:20 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" 2020-05-15T15:30:20.5014335Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "provider.bigip" waiting on "var.bigip_address" 2020-05-15T15:30:20.5014947Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "provider.bigip" waiting on "var.bigip_password" 2020-05-15T15:30:20.5015324Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.tenant" 2020-05-15T15:30:20.5015656Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "data.template_file.init" waiting on "provider.template" 2020-05-15T15:30:20.5016011Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" 2020-05-15T15:30:20.5016339Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "bigip_as3.as3-example" waiting on "data.template_file.init" 2020-05-15T15:30:20.5016681Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "bigip_as3.as3-example" waiting on "provider.bigip" 2020-05-15T15:30:20.5017007Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "root" waiting on "provider.template (close)" 2020-05-15T15:30:20.5017374Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "root" waiting on "provider.bigip (close)" 2020-05-15T15:30:20.5017728Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.vip_address" 2020-05-15T15:30:20.5018056Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "provider.bigip (close)" waiting on "bigip_as3.as3-example" 2020-05-15T15:30:20.5018500Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "provider.template (close)" waiting on "data.template_file.init" 2020-05-15T15:30:20.5018871Z 2020/05/15 15:30:20 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "bigip_as3.as3-example" 2020-05-15T15:30:20.5019202Z 2020/05/15 15:30:20 [TRACE] dag/walk: dependencies changed for "data.template_file.init", sending new deps 2020-05-15T15:30:20.5019544Z 2020/05/15 15:30:20 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020-05-15T15:30:20.5019896Z 2020/05/15 15:30:20 [TRACE] dag/walk: dependencies changed for "bigip_as3.as3-example", sending new deps 2020-05-15T15:30:20.5020219Z 2020/05/15 15:30:20 [TRACE] dag/walk: dependencies changed for "provider.bigip (close)", sending new deps 2020-05-15T15:30:20.5020567Z 2020/05/15 15:30:20 [TRACE] dag/walk: dependencies changed for "provider.template (close)", sending new deps 2020-05-15T15:30:20.5020895Z 2020/05/15 15:30:20 [TRACE] dag/walk: dependencies changed for "provider.bigip", sending new deps 2020-05-15T15:30:20.5021219Z 2020/05/15 15:30:20 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps 2020-05-15T15:30:20.5021572Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "var.bigip_address" 2020-05-15T15:30:20.5021896Z 2020/05/15 15:30:20 [TRACE] vertex "var.bigip_address": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:20.5022219Z 2020/05/15 15:30:20 [TRACE] vertex "var.bigip_address": evaluating 2020-05-15T15:30:20.5022724Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Entering eval tree: var.bigip_address 2020-05-15T15:30:20.5023082Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "var.bigip_password" 2020-05-15T15:30:20.5023427Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "var.vip_address" 2020-05-15T15:30:20.5023760Z 2020/05/15 15:30:20 [TRACE] vertex "var.bigip_password": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:20.5024087Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "provider.template" 2020-05-15T15:30:20.5024433Z 2020/05/15 15:30:20 [TRACE] vertex "var.bigip_password": evaluating 2020-05-15T15:30:20.5024965Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "var.tenant" 2020-05-15T15:30:20.5025334Z 2020/05/15 15:30:20 [TRACE] vertex "var.tenant": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:20.5025685Z 2020/05/15 15:30:20 [TRACE] vertex "var.tenant": evaluating 2020-05-15T15:30:20.5026007Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Entering eval tree: var.tenant 2020-05-15T15:30:20.5027256Z 2020/05/15 15:30:20 [TRACE] vertex "var.vip_address": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:20.5027702Z 2020/05/15 15:30:20 [TRACE] vertex "provider.template": starting visit (terraform.NodeApplyableProvider) 2020-05-15T15:30:20.5028035Z 2020/05/15 15:30:20 [TRACE] vertex "var.vip_address": evaluating 2020-05-15T15:30:20.5028354Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Entering eval tree: var.vip_address 2020-05-15T15:30:20.5028698Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.5029018Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Exiting eval tree: var.vip_address 2020-05-15T15:30:20.5029336Z 2020/05/15 15:30:20 [TRACE] vertex "var.vip_address": visit complete 2020-05-15T15:30:20.5029679Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Entering eval tree: var.bigip_password 2020-05-15T15:30:20.5029996Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.5030333Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Exiting eval tree: var.bigip_password 2020-05-15T15:30:20.5030704Z 2020/05/15 15:30:20 [TRACE] vertex "var.bigip_password": visit complete 2020-05-15T15:30:20.5031028Z 2020/05/15 15:30:20 [TRACE] vertex "provider.template": evaluating 2020-05-15T15:30:20.5031369Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Entering eval tree: provider.template 2020-05-15T15:30:20.5031697Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.5032018Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalInitProvider 2020-05-15T15:30:20.5032365Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.5032686Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Exiting eval tree: var.bigip_address 2020-05-15T15:30:20.5033006Z 2020/05/15 15:30:20 [TRACE] vertex "var.bigip_address": visit complete 2020-05-15T15:30:20.5033351Z 2020/05/15 15:30:20 [TRACE] dag/walk: visiting "provider.bigip" 2020-05-15T15:30:20.5033678Z 2020/05/15 15:30:20 [TRACE] vertex "provider.bigip": starting visit (terraform.NodeApplyableProvider) 2020-05-15T15:30:20.5034018Z 2020/05/15 15:30:20 [TRACE] vertex "provider.bigip": evaluating 2020-05-15T15:30:20.5034454Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Entering eval tree: provider.bigip 2020-05-15T15:30:20.5035031Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.5035397Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalInitProvider 2020-05-15T15:30:20.5035790Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.5036113Z 2020/05/15 15:30:20 [TRACE] [walkPlan] Exiting eval tree: var.tenant 2020-05-15T15:30:20.5036434Z 2020/05/15 15:30:20 [TRACE] vertex "var.tenant": visit complete 2020-05-15T15:30:20.5036900Z 2020-05-15T15:30:20.494Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:20.5286752Z 2020-05-15T15:30:20.528Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe] 2020-05-15T15:30:20.6223215Z 2020-05-15T15:30:20.620Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=9336 2020-05-15T15:30:20.6223464Z 2020-05-15T15:30:20.620Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe 2020-05-15T15:30:20.8038525Z 2020-05-15T15:30:20.697Z [INFO] plugin.terraform-provider-template_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:20.692Z 2020-05-15T15:30:20.8546857Z 2020-05-15T15:30:20.853Z [DEBUG] plugin.terraform-provider-template_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2020-05-15T15:30:20.853Z 2020-05-15T15:30:20.9139455Z 2020-05-15T15:30:20.854Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:20.9147478Z 2020/05/15 15:30:20 [TRACE] BuiltinEvalContext: Initialized "template" provider for provider.template 2020-05-15T15:30:20.9147785Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:20.9147984Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:20.9148141Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:20.9148289Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.9148454Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:20.9148605Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:20.9148750Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:20.9148916Z 2020/05/15 15:30:20 [TRACE] : eval: terraform.EvalConfigProvider 2020-05-15T15:30:20.9149069Z 2020/05/15 15:30:20 [TRACE] buildProviderConfig for provider.template: no configuration at all 2020-05-15T15:30:20.9149242Z 2020/05/15 15:30:20 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:20.9149414Z 2020-05-15T15:30:20.861Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:20.9149578Z 2020-05-15T15:30:20.898Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe] 2020-05-15T15:30:21.0139819Z 2020-05-15T15:30:21.013Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=12632 2020-05-15T15:30:21.0140550Z 2020-05-15T15:30:21.013Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe 2020-05-15T15:30:21.2386048Z 2020-05-15T15:30:21.227Z [INFO] plugin.terraform-provider-bigip_v1.2.0_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:21.111Z 2020-05-15T15:30:21.2983945Z 2020-05-15T15:30:21.295Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:21.2984945Z 2020/05/15 15:30:21 [TRACE] BuiltinEvalContext: Initialized "bigip" provider for provider.bigip 2020-05-15T15:30:21.2985132Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:21.2985612Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:21.2985719Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:21.2986136Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.2986322Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:21.2986939Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:21.2987091Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.2987785Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalConfigProvider 2020-05-15T15:30:21.2987896Z 2020/05/15 15:30:21 [TRACE] buildProviderConfig for provider.bigip: using explicit config only 2020-05-15T15:30:21.2988411Z 2020/05/15 15:30:21 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:21.2988480Z 2020/05/15 15:30:21 [TRACE] GRPCProvider: Configure 2020-05-15T15:30:21.2989588Z 2020-05-15T15:30:21.297Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: plugin address: address=127.0.0.1:10001 network=tcp timestamp=2020-05-15T15:30:21.295Z 2020-05-15T15:30:21.3209801Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Exiting eval tree: provider.template 2020-05-15T15:30:21.3211557Z 2020/05/15 15:30:21 [TRACE] vertex "provider.template": visit complete 2020-05-15T15:30:21.3211723Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "data.template_file.init" 2020-05-15T15:30:21.3737173Z 2020/05/15 15:30:21 [TRACE] vertex "data.template_file.init": starting visit (terraform.NodePlannableResource) 2020-05-15T15:30:21.3737617Z 2020/05/15 15:30:21 [TRACE] vertex "data.template_file.init": evaluating 2020-05-15T15:30:21.3737676Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Entering eval tree: data.template_file.init 2020-05-15T15:30:21.3737730Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalWriteResourceState 2020-05-15T15:30:21.3737802Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Exiting eval tree: data.template_file.init 2020-05-15T15:30:21.3737855Z 2020/05/15 15:30:21 [TRACE] vertex "data.template_file.init": expanding dynamic subgraph 2020-05-15T15:30:21.3737908Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.ResourceCountTransformer 2020-05-15T15:30:21.3737979Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.ResourceCountTransformer with new graph: 2020-05-15T15:30:21.3738033Z data.template_file.init - terraform.NodePlannableResourceInstance 2020-05-15T15:30:21.3738080Z ------ 2020-05-15T15:30:21.3738133Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.OrphanResourceCountTransformer 2020-05-15T15:30:21.3738222Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.OrphanResourceCountTransformer (no changes) 2020-05-15T15:30:21.3738278Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.AttachStateTransformer 2020-05-15T15:30:21.3738332Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.AttachStateTransformer (no changes) 2020-05-15T15:30:21.3738401Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.TargetsTransformer 2020-05-15T15:30:21.3738455Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.TargetsTransformer (no changes) 2020-05-15T15:30:21.3738508Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.ReferenceTransformer 2020-05-15T15:30:21.3738580Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "data.template_file.init" references: [] 2020-05-15T15:30:21.3738633Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.ReferenceTransformer (no changes) 2020-05-15T15:30:21.3738698Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.RootTransformer 2020-05-15T15:30:21.3738767Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.RootTransformer (no changes) 2020-05-15T15:30:21.3738893Z 2020/05/15 15:30:21 [TRACE] vertex "data.template_file.init": entering dynamic subgraph 2020-05-15T15:30:21.3738948Z 2020/05/15 15:30:21 [TRACE] dag/walk: updating graph 2020-05-15T15:30:21.3739003Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "data.template_file.init" 2020-05-15T15:30:21.3739072Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "data.template_file.init" 2020-05-15T15:30:21.3739127Z 2020/05/15 15:30:21 [TRACE] vertex "data.template_file.init": starting visit (terraform.NodePlannableResourceInstance) 2020-05-15T15:30:21.3739181Z 2020/05/15 15:30:21 [TRACE] vertex "data.template_file.init": evaluating 2020-05-15T15:30:21.3739249Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Entering eval tree: data.template_file.init 2020-05-15T15:30:21.3739439Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.3739492Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:21.3739559Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalReadState 2020-05-15T15:30:21.3739612Z 2020/05/15 15:30:21 [TRACE] EvalReadState: reading state for data.template_file.init 2020-05-15T15:30:21.3739662Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalIf 2020-05-15T15:30:21.3739731Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalIf, early exit err: early exit 2020-05-15T15:30:21.3739784Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence, early exit err: early exit 2020-05-15T15:30:21.3739836Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Exiting eval tree: data.template_file.init 2020-05-15T15:30:21.3739887Z 2020/05/15 15:30:21 [TRACE] vertex "data.template_file.init": visit complete 2020-05-15T15:30:21.3739959Z 2020/05/15 15:30:21 [TRACE] vertex "data.template_file.init": dynamic subgraph completed successfully 2020-05-15T15:30:21.3740081Z 2020/05/15 15:30:21 [TRACE] vertex "data.template_file.init": visit complete 2020-05-15T15:30:21.3740133Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "provider.template (close)" 2020-05-15T15:30:21.3740202Z 2020/05/15 15:30:21 [TRACE] vertex "provider.template (close)": starting visit (terraform.graphNodeCloseProvider) 2020-05-15T15:30:21.3740255Z 2020/05/15 15:30:21 [TRACE] vertex "provider.template (close)": evaluating 2020-05-15T15:30:21.3740306Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Entering eval tree: provider.template (close) 2020-05-15T15:30:21.3740374Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalCloseProvider 2020-05-15T15:30:21.3740425Z 2020/05/15 15:30:21 [TRACE] GRPCProvider: Close 2020-05-15T15:30:21.3740484Z 2020-05-15T15:30:21.324Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=9336 2020-05-15T15:30:21.3740567Z 2020-05-15T15:30:21.324Z [DEBUG] plugin: plugin exited 2020-05-15T15:30:21.3740622Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Exiting eval tree: provider.template (close) 2020-05-15T15:30:21.3740674Z 2020/05/15 15:30:21 [TRACE] vertex "provider.template (close)": visit complete 2020-05-15T15:30:21.3993938Z 2020/05/15 15:30:21 [TRACE] GRPCProvider: Configure 2020-05-15T15:30:21.3998700Z 2020-05-15T15:30:21.399Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:21 [INFO] Initializing BigIP connection 2020-05-15T15:30:21.5351868Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Exiting eval tree: provider.bigip 2020-05-15T15:30:21.5352044Z 2020/05/15 15:30:21 [TRACE] vertex "provider.bigip": visit complete 2020-05-15T15:30:21.5352099Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "bigip_as3.as3-example" 2020-05-15T15:30:21.5352155Z 2020/05/15 15:30:21 [TRACE] vertex "bigip_as3.as3-example": starting visit (terraform.NodePlannableResource) 2020-05-15T15:30:21.5352274Z 2020/05/15 15:30:21 [TRACE] vertex "bigip_as3.as3-example": evaluating 2020-05-15T15:30:21.5352327Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Entering eval tree: bigip_as3.as3-example 2020-05-15T15:30:21.5352381Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalWriteResourceState 2020-05-15T15:30:21.5352456Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Exiting eval tree: bigip_as3.as3-example 2020-05-15T15:30:21.5352510Z 2020/05/15 15:30:21 [TRACE] vertex "bigip_as3.as3-example": expanding dynamic subgraph 2020-05-15T15:30:21.5352563Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.ResourceCountTransformer 2020-05-15T15:30:21.5352637Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.ResourceCountTransformer with new graph: 2020-05-15T15:30:21.5352690Z bigip_as3.as3-example - terraform.NodePlannableResourceInstance 2020-05-15T15:30:21.5352739Z ------ 2020-05-15T15:30:21.5352793Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.OrphanResourceCountTransformer 2020-05-15T15:30:21.5353049Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.OrphanResourceCountTransformer (no changes) 2020-05-15T15:30:21.5353105Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.AttachStateTransformer 2020-05-15T15:30:21.5353161Z 2020/05/15 15:30:21 [DEBUG] Resource instance state not found for node "bigip_as3.as3-example", instance bigip_as3.as3-example 2020-05-15T15:30:21.5353233Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.AttachStateTransformer (no changes) 2020-05-15T15:30:21.5353286Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.TargetsTransformer 2020-05-15T15:30:21.5353339Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.TargetsTransformer (no changes) 2020-05-15T15:30:21.5353416Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.ReferenceTransformer 2020-05-15T15:30:21.5353470Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example" references: [] 2020-05-15T15:30:21.5353636Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.ReferenceTransformer (no changes) 2020-05-15T15:30:21.5353705Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.RootTransformer 2020-05-15T15:30:21.5353759Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.RootTransformer (no changes) 2020-05-15T15:30:21.5353811Z 2020/05/15 15:30:21 [TRACE] vertex "bigip_as3.as3-example": entering dynamic subgraph 2020-05-15T15:30:21.5353877Z 2020/05/15 15:30:21 [TRACE] dag/walk: updating graph 2020-05-15T15:30:21.5353930Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "bigip_as3.as3-example" 2020-05-15T15:30:21.5353982Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "bigip_as3.as3-example" 2020-05-15T15:30:21.5354037Z 2020/05/15 15:30:21 [TRACE] vertex "bigip_as3.as3-example": starting visit (terraform.NodePlannableResourceInstance) 2020-05-15T15:30:21.5354106Z 2020/05/15 15:30:21 [TRACE] vertex "bigip_as3.as3-example": evaluating 2020-05-15T15:30:21.5354172Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Entering eval tree: bigip_as3.as3-example 2020-05-15T15:30:21.5354223Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.5354291Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:21.5354341Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalReadState 2020-05-15T15:30:21.5354393Z 2020/05/15 15:30:21 [TRACE] EvalReadState: reading state for bigip_as3.as3-example 2020-05-15T15:30:21.5354465Z 2020/05/15 15:30:21 [TRACE] EvalReadState: no state present for bigip_as3.as3-example 2020-05-15T15:30:21.5354519Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalValidateSelfRef 2020-05-15T15:30:21.5354570Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalDiff 2020-05-15T15:30:21.5354637Z 2020/05/15 15:30:21 [TRACE] Re-validating config for "bigip_as3.as3-example" 2020-05-15T15:30:21.5354689Z 2020/05/15 15:30:21 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020-05-15T15:30:21.5356226Z 2020/05/15 15:30:21 [TRACE] GRPCProvider: PlanResourceChange 2020-05-15T15:30:21.5365592Z 2020/05/15 15:30:21 [WARN] Provider "registry.terraform.io/-/bigip" produced an invalid plan for bigip_as3.as3-example, but we are tolerating it because it is using the legacy plugin SDK. 2020-05-15T15:30:21.5365705Z The following problems may be the cause of any confusing errors from downstream operations: 2020-05-15T15:30:21.5366073Z - .as3_json: planned value cty.StringVal("{\"action\":\"deploy\",\"class\":\"AS3\",\"declaration\":{\"as3\":{\"AAA1\":{\"class\":\"Application\",\"serviceMain\":{\"class\":\"Service_HTTP\",\"pool\":\"web_pool\",\"virtualAddresses\":[\"10.0.1.10\"]},\"template\":\"http\",\"web_pool\":{\"class\":\"Pool\",\"members\":[{\"serverAddresses\":[\"192.0.1.10\",\"192.0.1.11\"],\"servicePort\":80}],\"monitors\":[\"http\"]}},\"class\":\"Tenant\"},\"class\":\"ADC\",\"id\":\"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\"label\":\"Sample 1\",\"remark\":\"Simple HTTP application with RR pool\",\"schemaVersion\":\"3.0.0\"},\"persist\":true}") does not match config value cty.StringVal("{\r\n \"class\": \"AS3\",\r\n \"action\": \"deploy\",\r\n \"persist\": true,\r\n \"declaration\": {\r\n \"class\": \"ADC\",\r\n \"schemaVersion\": \"3.0.0\",\r\n \"id\": \"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\r\n \"label\": \"Sample 1\",\r\n \"remark\": \"Simple HTTP application with RR pool\",\r\n \"as3\": {\r\n \"class\": \"Tenant\",\r\n \"AAA1\": {\r\n \"class\": \"Application\",\r\n \"template\": \"http\",\r\n \"serviceMain\": {\r\n \"class\": \"Service_HTTP\",\r\n \"virtualAddresses\": [\r\n \"10.0.1.10\"\r\n ],\r\n \"pool\": \"web_pool\"\r\n },\r\n \"web_pool\": {\r\n \"class\": \"Pool\",\r\n \"monitors\": [\r\n \"http\"\r\n ],\r\n \"members\": [{\r\n \"servicePort\": 80,\r\n \"serverAddresses\": [\r\n \"192.0.1.10\",\r\n \"192.0.1.11\"\r\n ]\r\n }]\r\n }\r\n }\r\n }\r\n }\r\n}") 2020-05-15T15:30:21.5367823Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalCheckPreventDestroy 2020-05-15T15:30:21.5367898Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalWriteState 2020-05-15T15:30:21.5367960Z 2020/05/15 15:30:21 [TRACE] EvalWriteState: writing current state object for bigip_as3.as3-example 2020-05-15T15:30:21.5368032Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalWriteDiff 2020-05-15T15:30:21.5368089Z 2020/05/15 15:30:21 [TRACE] EvalWriteDiff: recorded Create change for bigip_as3.as3-example 2020-05-15T15:30:21.5368160Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Exiting eval tree: bigip_as3.as3-example 2020-05-15T15:30:21.5368230Z 2020/05/15 15:30:21 [TRACE] vertex "bigip_as3.as3-example": visit complete 2020-05-15T15:30:21.5368284Z 2020/05/15 15:30:21 [TRACE] vertex "bigip_as3.as3-example": dynamic subgraph completed successfully 2020-05-15T15:30:21.5368384Z 2020/05/15 15:30:21 [TRACE] vertex "bigip_as3.as3-example": visit complete 2020-05-15T15:30:21.5368457Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "provider.bigip (close)" 2020-05-15T15:30:21.5368514Z 2020/05/15 15:30:21 [TRACE] vertex "provider.bigip (close)": starting visit (terraform.graphNodeCloseProvider) 2020-05-15T15:30:21.5368566Z 2020/05/15 15:30:21 [TRACE] vertex "provider.bigip (close)": evaluating 2020-05-15T15:30:21.5368635Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Entering eval tree: provider.bigip (close) 2020-05-15T15:30:21.5368690Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalCloseProvider 2020-05-15T15:30:21.5368748Z 2020/05/15 15:30:21 [TRACE] GRPCProvider: Close 2020-05-15T15:30:21.5368808Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" 2020-05-15T15:30:21.5368882Z 2020/05/15 15:30:21 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (terraform.NodeCountBoundary) 2020-05-15T15:30:21.5368936Z 2020/05/15 15:30:21 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating 2020-05-15T15:30:21.5368990Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup) 2020-05-15T15:30:21.5369059Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalCountFixZeroOneBoundaryGlobal 2020-05-15T15:30:21.5369112Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup) 2020-05-15T15:30:21.5369166Z 2020/05/15 15:30:21 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete 2020-05-15T15:30:21.5478929Z 2020-05-15T15:30:21.547Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=12632 2020-05-15T15:30:21.5479584Z 2020-05-15T15:30:21.547Z [DEBUG] plugin: plugin exited 2020-05-15T15:30:21.5479677Z 2020/05/15 15:30:21 [TRACE] [walkPlan] Exiting eval tree: provider.bigip (close) 2020-05-15T15:30:21.5479764Z 2020/05/15 15:30:21 [TRACE] vertex "provider.bigip (close)": visit complete 2020-05-15T15:30:21.5479816Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "root" 2020-05-15T15:30:21.5479872Z 2020/05/15 15:30:21 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) 2020-05-15T15:30:21.5479940Z 2020/05/15 15:30:21 [TRACE] vertex "root": visit complete 2020-05-15T15:30:21.5479993Z 2020/05/15 15:30:21 [INFO] backend/local: apply calling Apply 2020-05-15T15:30:21.5480115Z 2020/05/15 15:30:21 [INFO] terraform: building graph: GraphTypeApply 2020-05-15T15:30:21.5480194Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.ConfigTransformer 2020-05-15T15:30:21.5480382Z 2020/05/15 15:30:21 [TRACE] ConfigTransformer: Starting for path: 2020-05-15T15:30:21.5480436Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.ConfigTransformer with new graph: 2020-05-15T15:30:21.5480507Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5480564Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5480611Z ------ 2020-05-15T15:30:21.5480664Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.DiffTransformer 2020-05-15T15:30:21.5480733Z 2020/05/15 15:30:21 [TRACE] DiffTransformer starting 2020-05-15T15:30:21.5480901Z 2020/05/15 15:30:21 [TRACE] DiffTransformer: found Create change for bigip_as3.as3-example 2020-05-15T15:30:21.5481345Z 2020/05/15 15:30:21 [TRACE] DiffTransformer: bigip_as3.as3-example will be represented by bigip_as3.as3-example 2020-05-15T15:30:21.5481449Z 2020/05/15 15:30:21 [TRACE] DiffTransformer complete 2020-05-15T15:30:21.5481526Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.DiffTransformer with new graph: 2020-05-15T15:30:21.5481580Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5481679Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5481733Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5481785Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5481853Z ------ 2020-05-15T15:30:21.5481906Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.OrphanResourceTransformer 2020-05-15T15:30:21.5481961Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.OrphanResourceTransformer (no changes) 2020-05-15T15:30:21.5482031Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.OrphanOutputTransformer 2020-05-15T15:30:21.5482089Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.OrphanOutputTransformer (no changes) 2020-05-15T15:30:21.5482158Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.AttachResourceConfigTransformer 2020-05-15T15:30:21.5482251Z 2020/05/15 15:30:21 [TRACE] AttachResourceConfigTransformer: attaching to "bigip_as3.as3-example (prepare state)" (terraform.NodeApplyableResource) config from main.tf:6,1-36 2020-05-15T15:30:21.5482321Z 2020/05/15 15:30:21 [TRACE] AttachResourceConfigTransformer: attaching to "data.template_file.init (prepare state)" (terraform.NodeApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:2, Column:1, Byte:2}, End:hcl.Pos{Line:2, Column:28, Byte:29}} 2020-05-15T15:30:21.5482401Z 2020/05/15 15:30:21 [TRACE] AttachResourceConfigTransformer: attaching to "bigip_as3.as3-example" (terraform.NodeApplyableResourceInstance) config from main.tf:6,1-36 2020-05-15T15:30:21.5482460Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.AttachResourceConfigTransformer (no changes) 2020-05-15T15:30:21.5482640Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.AttachStateTransformer 2020-05-15T15:30:21.5482718Z 2020/05/15 15:30:21 [DEBUG] Resource state not found for node "bigip_as3.as3-example", instance bigip_as3.as3-example 2020-05-15T15:30:21.5482773Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.AttachStateTransformer (no changes) 2020-05-15T15:30:21.5482828Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.MissingProvisionerTransformer 2020-05-15T15:30:21.5482901Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.MissingProvisionerTransformer (no changes) 2020-05-15T15:30:21.5482956Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.ProvisionerTransformer 2020-05-15T15:30:21.5483010Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.ProvisionerTransformer (no changes) 2020-05-15T15:30:21.5483080Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.RootVariableTransformer 2020-05-15T15:30:21.5483251Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.RootVariableTransformer with new graph: 2020-05-15T15:30:21.5483304Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5483378Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5483431Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5483482Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5483547Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5483599Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5483649Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5483698Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5483763Z ------ 2020-05-15T15:30:21.5483815Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.LocalTransformer 2020-05-15T15:30:21.5483881Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.LocalTransformer (no changes) 2020-05-15T15:30:21.5483949Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.OutputTransformer 2020-05-15T15:30:21.5484003Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.OutputTransformer (no changes) 2020-05-15T15:30:21.5484057Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.ModuleVariableTransformer 2020-05-15T15:30:21.5484110Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.ModuleVariableTransformer (no changes) 2020-05-15T15:30:21.5484179Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.graphTransformerMulti 2020-05-15T15:30:21.5484233Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ProviderConfigTransformer 2020-05-15T15:30:21.5484290Z 2020/05/15 15:30:21 [TRACE] ProviderConfigTransformer: attaching to "provider.bigip" provider configuration from provider.tf:15,1-17 2020-05-15T15:30:21.5484376Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ProviderConfigTransformer with new graph: 2020-05-15T15:30:21.5484428Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5484480Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5484548Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5484600Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5484650Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5484724Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5484775Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5484823Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5484873Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5484943Z ------ 2020-05-15T15:30:21.5485077Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Executing graph transform terraform.MissingProviderTransformer 2020-05-15T15:30:21.5485136Z 2020/05/15 15:30:21 [DEBUG] adding implicit provider configuration provider.template, implied first by data.template_file.init (prepare state) 2020-05-15T15:30:21.5485242Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Completed graph transform terraform.MissingProviderTransformer with new graph: 2020-05-15T15:30:21.5485298Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5485366Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5485419Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5485471Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5485521Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5485666Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5485725Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5485775Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5485841Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5485892Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5485939Z ------ 2020-05-15T15:30:21.5485991Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ProviderTransformer 2020-05-15T15:30:21.5486068Z 2020/05/15 15:30:21 [TRACE] ProviderTransformer: data.template_file.init (prepare state) is provided by provider.template or inherited equivalent 2020-05-15T15:30:21.5486125Z 2020/05/15 15:30:21 [TRACE] ProviderTransformer: bigip_as3.as3-example is provided by provider.bigip or inherited equivalent 2020-05-15T15:30:21.5486183Z 2020/05/15 15:30:21 [TRACE] ProviderTransformer: bigip_as3.as3-example (prepare state) is provided by provider.bigip or inherited equivalent 2020-05-15T15:30:21.5486272Z 2020/05/15 15:30:21 [TRACE] ProviderTransformer: exact match for provider.template serving data.template_file.init (prepare state) 2020-05-15T15:30:21.5486329Z 2020/05/15 15:30:21 [DEBUG] ProviderTransformer: "data.template_file.init (prepare state)" (terraform.NodeApplyableResource) needs provider.template 2020-05-15T15:30:21.5486385Z 2020/05/15 15:30:21 [TRACE] ProviderTransformer: exact match for provider.bigip serving bigip_as3.as3-example 2020-05-15T15:30:21.5486457Z 2020/05/15 15:30:21 [DEBUG] ProviderTransformer: "bigip_as3.as3-example" (terraform.NodeApplyableResourceInstance) needs provider.bigip 2020-05-15T15:30:21.5486513Z 2020/05/15 15:30:21 [TRACE] ProviderTransformer: exact match for provider.bigip serving bigip_as3.as3-example (prepare state) 2020-05-15T15:30:21.5486569Z 2020/05/15 15:30:21 [DEBUG] ProviderTransformer: "bigip_as3.as3-example (prepare state)" (terraform.NodeApplyableResource) needs provider.bigip 2020-05-15T15:30:21.5486647Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ProviderTransformer with new graph: 2020-05-15T15:30:21.5488106Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5488258Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5488338Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5488391Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5488441Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5488511Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5488563Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5488613Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5488680Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5488731Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5488951Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5489005Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5489073Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5489120Z ------ 2020-05-15T15:30:21.5489174Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Executing graph transform terraform.PruneProviderTransformer 2020-05-15T15:30:21.5489246Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Completed graph transform terraform.PruneProviderTransformer (no changes) 2020-05-15T15:30:21.5489303Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Executing graph transform terraform.ParentProviderTransformer 2020-05-15T15:30:21.5489359Z 2020/05/15 15:30:21 [TRACE] (graphTransformerMulti) Completed graph transform terraform.ParentProviderTransformer (no changes) 2020-05-15T15:30:21.5489500Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.graphTransformerMulti with new graph: 2020-05-15T15:30:21.5489660Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5489712Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5489781Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5489832Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5489882Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5489951Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5490002Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5490051Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5490102Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5490169Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5490219Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5490275Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5490348Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5490396Z ------ 2020-05-15T15:30:21.5490447Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.RemovedModuleTransformer 2020-05-15T15:30:21.5490500Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.RemovedModuleTransformer (no changes) 2020-05-15T15:30:21.5490571Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.AttachSchemaTransformer 2020-05-15T15:30:21.5490626Z 2020/05/15 15:30:21 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.template 2020-05-15T15:30:21.5490681Z 2020/05/15 15:30:21 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.bigip 2020-05-15T15:30:21.5490752Z 2020/05/15 15:30:21 [TRACE] AttachSchemaTransformer: attaching resource schema to bigip_as3.as3-example (prepare state) 2020-05-15T15:30:21.5490809Z 2020/05/15 15:30:21 [TRACE] AttachSchemaTransformer: attaching resource schema to data.template_file.init (prepare state) 2020-05-15T15:30:21.5490877Z 2020/05/15 15:30:21 [TRACE] AttachSchemaTransformer: attaching resource schema to bigip_as3.as3-example 2020-05-15T15:30:21.5490945Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.AttachSchemaTransformer (no changes) 2020-05-15T15:30:21.5490998Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.ReferenceTransformer 2020-05-15T15:30:21.5491050Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "var.bigip_password" references: [] 2020-05-15T15:30:21.5491118Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "var.tenant" references: [] 2020-05-15T15:30:21.5491170Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "var.vip_address" references: [] 2020-05-15T15:30:21.5491222Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "provider.template" references: [] 2020-05-15T15:30:21.5491295Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example (prepare state)" references: [] 2020-05-15T15:30:21.5491436Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "data.template_file.init (prepare state)" references: [] 2020-05-15T15:30:21.5491494Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example" references: [data.template_file.init (prepare state)] 2020-05-15T15:30:21.5491568Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "var.bigip_address" references: [] 2020-05-15T15:30:21.5491624Z 2020/05/15 15:30:21 [DEBUG] ReferenceTransformer: "provider.bigip" references: [var.bigip_address var.bigip_password] 2020-05-15T15:30:21.5491678Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.ReferenceTransformer with new graph: 2020-05-15T15:30:21.5491747Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5491800Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5491853Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5491978Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5492050Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5492099Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5492151Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5492220Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5492270Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5492321Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5492372Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5492444Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5492493Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5492544Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5492611Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5492675Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5492721Z ------ 2020-05-15T15:30:21.5492773Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.AttachDependenciesTransformer 2020-05-15T15:30:21.5492845Z 2020/05/15 15:30:21 [TRACE] AttachDependenciesTransformer: bigip_as3.as3-example depends on [] 2020-05-15T15:30:21.5492898Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.AttachDependenciesTransformer (no changes) 2020-05-15T15:30:21.5492951Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.DestroyEdgeTransformer 2020-05-15T15:30:21.5493030Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.DestroyEdgeTransformer (no changes) 2020-05-15T15:30:21.5493232Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.CBDEdgeTransformer 2020-05-15T15:30:21.5493331Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.CBDEdgeTransformer (no changes) 2020-05-15T15:30:21.5493429Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.PruneUnusedValuesTransformer 2020-05-15T15:30:21.5493484Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.PruneUnusedValuesTransformer (no changes) 2020-05-15T15:30:21.5493538Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.CountBoundaryTransformer 2020-05-15T15:30:21.5493691Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.CountBoundaryTransformer with new graph: 2020-05-15T15:30:21.5493764Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5493816Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5493871Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5493922Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5493994Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5494052Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5494198Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5494267Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5494319Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:21.5494372Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5494444Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5494497Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5494548Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5494598Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5494665Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5494947Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5495162Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5495235Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5495287Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5495336Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5495384Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5495453Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5495504Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5495553Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5495618Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5495669Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5495716Z ------ 2020-05-15T15:30:21.5495767Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.TargetsTransformer 2020-05-15T15:30:21.5495836Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.TargetsTransformer (no changes) 2020-05-15T15:30:21.5495906Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.CloseProviderTransformer 2020-05-15T15:30:21.5495960Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.CloseProviderTransformer with new graph: 2020-05-15T15:30:21.5496030Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5496082Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5496133Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5496199Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5496251Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5496301Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5496352Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5496428Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5496487Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:21.5496538Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5496606Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5496659Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5497087Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5497206Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5497281Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5497330Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5497379Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5497450Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5497501Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5497690Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5497766Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5497845Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5497897Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5497949Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5498015Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5498065Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5498115Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5498184Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5498235Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5498284Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5498426Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5498493Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5498542Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5498588Z ------ 2020-05-15T15:30:21.5498657Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.CloseProvisionerTransformer 2020-05-15T15:30:21.5498714Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.CloseProvisionerTransformer (no changes) 2020-05-15T15:30:21.5498767Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.RootTransformer 2020-05-15T15:30:21.5498821Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.RootTransformer with new graph: 2020-05-15T15:30:21.5498889Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5498941Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5498992Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5499071Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5499122Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5499172Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5499244Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5499294Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5499344Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:21.5499395Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5499462Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5499513Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5499562Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5499642Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5499694Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5499742Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5499807Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5499858Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5499907Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5499955Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5500020Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5500071Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5500121Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5500187Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5500237Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5500366Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5500417Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5500486Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5500537Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5500583Z root - terraform.graphNodeRoot 2020-05-15T15:30:21.5500654Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:21.5500705Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5500756Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5500805Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5500871Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5500919Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5500968Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5501102Z ------ 2020-05-15T15:30:21.5501156Z 2020/05/15 15:30:21 [TRACE] Executing graph transform terraform.TransitiveReductionTransformer 2020-05-15T15:30:21.5501212Z 2020/05/15 15:30:21 [TRACE] Completed graph transform terraform.TransitiveReductionTransformer with new graph: 2020-05-15T15:30:21.5501281Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5501334Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5501387Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5501438Z bigip_as3.as3-example (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5501509Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5501561Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5501611Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5501694Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:21.5501746Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5501795Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5501846Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5501913Z provider.bigip - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5501962Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5502012Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5502078Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5502129Z bigip_as3.as3-example - terraform.NodeApplyableResourceInstance 2020-05-15T15:30:21.5502180Z provider.template - terraform.NodeApplyableProvider 2020-05-15T15:30:21.5502246Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5502297Z data.template_file.init (prepare state) - terraform.NodeApplyableResource 2020-05-15T15:30:21.5502361Z root - terraform.graphNodeRoot 2020-05-15T15:30:21.5502412Z meta.count-boundary (EachMode fixup) - terraform.NodeCountBoundary 2020-05-15T15:30:21.5502478Z provider.bigip (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5502528Z provider.template (close) - terraform.graphNodeCloseProvider 2020-05-15T15:30:21.5502578Z var.bigip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5502643Z var.bigip_password - terraform.NodeRootVariable 2020-05-15T15:30:21.5502692Z var.tenant - terraform.NodeRootVariable 2020-05-15T15:30:21.5502740Z var.vip_address - terraform.NodeRootVariable 2020-05-15T15:30:21.5502786Z ------ 2020-05-15T15:30:21.5502851Z 2020/05/15 15:30:21 [DEBUG] Starting graph walk: walkApply 2020-05-15T15:30:21.5502901Z 2020/05/15 15:30:21 [TRACE] dag/walk: updating graph 2020-05-15T15:30:21.5502954Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "bigip_as3.as3-example" 2020-05-15T15:30:21.5503169Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "provider.bigip" 2020-05-15T15:30:21.5503228Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" 2020-05-15T15:30:21.5503282Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "bigip_as3.as3-example (prepare state)" 2020-05-15T15:30:21.5503355Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "var.tenant" 2020-05-15T15:30:21.5503407Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "var.vip_address" 2020-05-15T15:30:21.5503458Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "root" 2020-05-15T15:30:21.5503529Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "data.template_file.init (prepare state)" 2020-05-15T15:30:21.5503582Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "var.bigip_address" 2020-05-15T15:30:21.5503635Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "provider.template" 2020-05-15T15:30:21.5503790Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "provider.bigip (close)" 2020-05-15T15:30:21.5503845Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "provider.template (close)" 2020-05-15T15:30:21.5503897Z 2020/05/15 15:30:21 [TRACE] dag/walk: added new vertex: "var.bigip_password" 2020-05-15T15:30:21.5503966Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "provider.bigip (close)" waiting on "bigip_as3.as3-example" 2020-05-15T15:30:21.5504022Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.tenant" 2020-05-15T15:30:21.5504078Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "bigip_as3.as3-example" waiting on "bigip_as3.as3-example (prepare state)" 2020-05-15T15:30:21.5504148Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "provider.bigip" waiting on "var.bigip_address" 2020-05-15T15:30:21.5504203Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "bigip_as3.as3-example" 2020-05-15T15:30:21.5504272Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "var.vip_address" 2020-05-15T15:30:21.5504342Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "root" waiting on "provider.template (close)" 2020-05-15T15:30:21.5504395Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "root" waiting on "provider.bigip (close)" 2020-05-15T15:30:21.5504450Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "data.template_file.init (prepare state)" waiting on "provider.template" 2020-05-15T15:30:21.5504505Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" 2020-05-15T15:30:21.5504579Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "bigip_as3.as3-example (prepare state)" waiting on "provider.bigip" 2020-05-15T15:30:21.5504634Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "bigip_as3.as3-example" waiting on "data.template_file.init (prepare state)" 2020-05-15T15:30:21.5504698Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "provider.template (close)" waiting on "data.template_file.init (prepare state)" 2020-05-15T15:30:21.5504775Z 2020/05/15 15:30:21 [TRACE] dag/walk: added edge: "provider.bigip" waiting on "var.bigip_password" 2020-05-15T15:30:21.5504831Z 2020/05/15 15:30:21 [TRACE] dag/walk: dependencies changed for "data.template_file.init (prepare state)", sending new deps 2020-05-15T15:30:21.5504885Z 2020/05/15 15:30:21 [TRACE] dag/walk: dependencies changed for "bigip_as3.as3-example (prepare state)", sending new deps 2020-05-15T15:30:21.5504955Z 2020/05/15 15:30:21 [TRACE] dag/walk: dependencies changed for "provider.template (close)", sending new deps 2020-05-15T15:30:21.5505009Z 2020/05/15 15:30:21 [TRACE] dag/walk: dependencies changed for "provider.bigip (close)", sending new deps 2020-05-15T15:30:21.5505063Z 2020/05/15 15:30:21 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps 2020-05-15T15:30:21.5505140Z 2020/05/15 15:30:21 [TRACE] dag/walk: dependencies changed for "bigip_as3.as3-example", sending new deps 2020-05-15T15:30:21.5505261Z 2020/05/15 15:30:21 [TRACE] dag/walk: dependencies changed for "provider.bigip", sending new deps 2020-05-15T15:30:21.5505316Z 2020/05/15 15:30:21 [TRACE] dag/walk: dependencies changed for "root", sending new deps 2020-05-15T15:30:21.5505384Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "var.bigip_address" 2020-05-15T15:30:21.5505438Z 2020/05/15 15:30:21 [TRACE] vertex "var.bigip_address": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:21.5505489Z 2020/05/15 15:30:21 [TRACE] vertex "var.bigip_address": evaluating 2020-05-15T15:30:21.5505558Z 2020/05/15 15:30:21 [TRACE] [walkApply] Entering eval tree: var.bigip_address 2020-05-15T15:30:21.5505609Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.5505660Z 2020/05/15 15:30:21 [TRACE] [walkApply] Exiting eval tree: var.bigip_address 2020-05-15T15:30:21.5505790Z 2020/05/15 15:30:21 [TRACE] vertex "var.bigip_address": visit complete 2020-05-15T15:30:21.5505850Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "var.bigip_password" 2020-05-15T15:30:21.5505905Z 2020/05/15 15:30:21 [TRACE] vertex "var.bigip_password": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:21.5505973Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "var.vip_address" 2020-05-15T15:30:21.5506026Z 2020/05/15 15:30:21 [TRACE] vertex "var.vip_address": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:21.5506077Z 2020/05/15 15:30:21 [TRACE] vertex "var.vip_address": evaluating 2020-05-15T15:30:21.5506128Z 2020/05/15 15:30:21 [TRACE] [walkApply] Entering eval tree: var.vip_address 2020-05-15T15:30:21.5506195Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "var.tenant" 2020-05-15T15:30:21.5506249Z 2020/05/15 15:30:21 [TRACE] vertex "var.tenant": starting visit (terraform.NodeRootVariable) 2020-05-15T15:30:21.5506300Z 2020/05/15 15:30:21 [TRACE] vertex "var.bigip_password": evaluating 2020-05-15T15:30:21.5506383Z 2020/05/15 15:30:21 [TRACE] vertex "var.tenant": evaluating 2020-05-15T15:30:21.5506434Z 2020/05/15 15:30:21 [TRACE] [walkApply] Entering eval tree: var.bigip_password 2020-05-15T15:30:21.5506486Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "provider.template" 2020-05-15T15:30:21.5506552Z 2020/05/15 15:30:21 [TRACE] [walkApply] Entering eval tree: var.tenant 2020-05-15T15:30:21.5506604Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.5506654Z 2020/05/15 15:30:21 [TRACE] [walkApply] Exiting eval tree: var.tenant 2020-05-15T15:30:21.5508685Z 2020/05/15 15:30:21 [TRACE] vertex "var.tenant": visit complete 2020-05-15T15:30:21.5508886Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.5508940Z 2020/05/15 15:30:21 [TRACE] [walkApply] Exiting eval tree: var.vip_address 2020-05-15T15:30:21.5508991Z 2020/05/15 15:30:21 [TRACE] vertex "var.vip_address": visit complete 2020-05-15T15:30:21.5509076Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.5509137Z 2020/05/15 15:30:21 [TRACE] [walkApply] Exiting eval tree: var.bigip_password 2020-05-15T15:30:21.5509188Z 2020/05/15 15:30:21 [TRACE] vertex "var.bigip_password": visit complete 2020-05-15T15:30:21.5509254Z 2020/05/15 15:30:21 [TRACE] dag/walk: visiting "provider.bigip" 2020-05-15T15:30:21.5509308Z 2020/05/15 15:30:21 [TRACE] vertex "provider.bigip": starting visit (terraform.NodeApplyableProvider) 2020-05-15T15:30:21.5509361Z 2020/05/15 15:30:21 [TRACE] vertex "provider.bigip": evaluating 2020-05-15T15:30:21.5509414Z 2020/05/15 15:30:21 [TRACE] vertex "provider.template": starting visit (terraform.NodeApplyableProvider) 2020-05-15T15:30:21.5509485Z 2020/05/15 15:30:21 [TRACE] [walkApply] Entering eval tree: provider.bigip 2020-05-15T15:30:21.5509536Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.5509586Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalInitProvider 2020-05-15T15:30:21.5510430Z 2020/05/15 15:30:21 [TRACE] vertex "provider.template": evaluating 2020-05-15T15:30:21.5510508Z 2020/05/15 15:30:21 [TRACE] [walkApply] Entering eval tree: provider.template 2020-05-15T15:30:21.5510563Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.5510632Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalInitProvider 2020-05-15T15:30:21.5510685Z 2020-05-15T15:30:21.549Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:21.5836032Z 2020-05-15T15:30:21.582Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe] 2020-05-15T15:30:21.6966529Z 2020-05-15T15:30:21.695Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=6732 2020-05-15T15:30:21.6967634Z 2020-05-15T15:30:21.695Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe 2020-05-15T15:30:21.7372408Z 2020-05-15T15:30:21.736Z [INFO] plugin.terraform-provider-bigip_v1.2.0_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:21.734Z 2020-05-15T15:30:21.7775907Z 2020-05-15T15:30:21.776Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2020-05-15T15:30:21.776Z 2020-05-15T15:30:21.7829453Z 2020-05-15T15:30:21.776Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:21.7829650Z 2020/05/15 15:30:21 [TRACE] BuiltinEvalContext: Initialized "bigip" provider for provider.bigip 2020-05-15T15:30:21.7829711Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:21.7829763Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:21.7829880Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:21.7829933Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.7829984Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:21.7830059Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:21.7830111Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:21.7830162Z 2020/05/15 15:30:21 [TRACE] : eval: terraform.EvalConfigProvider 2020-05-15T15:30:21.7830216Z 2020/05/15 15:30:21 [TRACE] buildProviderConfig for provider.bigip: using explicit config only 2020-05-15T15:30:21.7830286Z 2020/05/15 15:30:21 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:21.7830339Z 2020-05-15T15:30:21.777Z [INFO] plugin: configuring client automatic mTLS 2020-05-15T15:30:21.9153301Z 2020-05-15T15:30:21.880Z [DEBUG] plugin: starting plugin: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe args=[C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe] 2020-05-15T15:30:21.9776556Z 2020-05-15T15:30:21.974Z [DEBUG] plugin: plugin started: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=15084 2020-05-15T15:30:21.9777441Z 2020-05-15T15:30:21.974Z [DEBUG] plugin: waiting for RPC address: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe 2020-05-15T15:30:22.0764647Z 2020-05-15T15:30:22.075Z [INFO] plugin.terraform-provider-template_v2.1.2_x4.exe: configuring server automatic mTLS: timestamp=2020-05-15T15:30:22.069Z 2020-05-15T15:30:22.1235843Z 2020-05-15T15:30:22.118Z [DEBUG] plugin: using plugin: version=5 2020-05-15T15:30:22.1236016Z 2020/05/15 15:30:22 [TRACE] BuiltinEvalContext: Initialized "template" provider for provider.template 2020-05-15T15:30:22.1236300Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:22.1236399Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:22.1236452Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:22.1236504Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:22.1236555Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:22.1236634Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalOpFilter 2020-05-15T15:30:22.1236684Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:22.1236735Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalConfigProvider 2020-05-15T15:30:22.1236810Z 2020/05/15 15:30:22 [TRACE] buildProviderConfig for provider.template: no configuration at all 2020-05-15T15:30:22.1236862Z 2020/05/15 15:30:22 [TRACE] GRPCProvider: GetSchema 2020-05-15T15:30:22.1237032Z 2020/05/15 15:30:22 [TRACE] GRPCProvider: Configure 2020-05-15T15:30:22.1237116Z 2020-05-15T15:30:22.121Z [DEBUG] plugin.terraform-provider-template_v2.1.2_x4.exe: plugin address: address=127.0.0.1:10001 network=tcp timestamp=2020-05-15T15:30:22.118Z 2020-05-15T15:30:22.1237177Z 2020-05-15T15:30:22.122Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:22 [INFO] Initializing BigIP connection 2020-05-15T15:30:22.2017350Z 2020/05/15 15:30:22 [TRACE] GRPCProvider: Configure 2020-05-15T15:30:22.2021928Z 2020/05/15 15:30:22 [TRACE] [walkApply] Exiting eval tree: provider.template 2020-05-15T15:30:22.2022563Z 2020/05/15 15:30:22 [TRACE] vertex "provider.template": visit complete 2020-05-15T15:30:22.2022795Z 2020/05/15 15:30:22 [TRACE] dag/walk: visiting "data.template_file.init (prepare state)" 2020-05-15T15:30:22.2022978Z 2020/05/15 15:30:22 [TRACE] vertex "data.template_file.init (prepare state)": starting visit (terraform.NodeApplyableResource) 2020-05-15T15:30:22.2023134Z 2020/05/15 15:30:22 [TRACE] vertex "data.template_file.init (prepare state)": evaluating 2020-05-15T15:30:22.2023329Z 2020/05/15 15:30:22 [TRACE] [walkApply] Entering eval tree: data.template_file.init (prepare state) 2020-05-15T15:30:22.2023501Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalWriteResourceState 2020-05-15T15:30:22.2023650Z 2020/05/15 15:30:22 [TRACE] [walkApply] Exiting eval tree: data.template_file.init (prepare state) 2020-05-15T15:30:22.2023816Z 2020/05/15 15:30:22 [TRACE] vertex "data.template_file.init (prepare state)": visit complete 2020-05-15T15:30:22.2023963Z 2020/05/15 15:30:22 [TRACE] dag/walk: visiting "provider.template (close)" 2020-05-15T15:30:22.2024113Z 2020/05/15 15:30:22 [TRACE] vertex "provider.template (close)": starting visit (terraform.graphNodeCloseProvider) 2020-05-15T15:30:22.2024279Z 2020/05/15 15:30:22 [TRACE] vertex "provider.template (close)": evaluating 2020-05-15T15:30:22.2024425Z 2020/05/15 15:30:22 [TRACE] [walkApply] Entering eval tree: provider.template (close) 2020-05-15T15:30:22.2024589Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalCloseProvider 2020-05-15T15:30:22.2024751Z 2020/05/15 15:30:22 [TRACE] GRPCProvider: Close 2020-05-15T15:30:22.2134116Z 2020-05-15T15:30:22.213Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-template_v2.1.2_x4.exe pid=15084 2020-05-15T15:30:22.2134514Z 2020-05-15T15:30:22.213Z [DEBUG] plugin: plugin exited 2020-05-15T15:30:22.2134644Z 2020/05/15 15:30:22 [TRACE] [walkApply] Exiting eval tree: provider.template (close) 2020-05-15T15:30:22.2134704Z 2020/05/15 15:30:22 [TRACE] vertex "provider.template (close)": visit complete 2020-05-15T15:30:22.2405116Z 2020/05/15 15:30:22 [TRACE] [walkApply] Exiting eval tree: provider.bigip 2020-05-15T15:30:22.2405277Z 2020/05/15 15:30:22 [TRACE] vertex "provider.bigip": visit complete 2020-05-15T15:30:22.2405336Z 2020/05/15 15:30:22 [TRACE] dag/walk: visiting "bigip_as3.as3-example (prepare state)" 2020-05-15T15:30:22.2405587Z 2020/05/15 15:30:22 [TRACE] vertex "bigip_as3.as3-example (prepare state)": starting visit (terraform.NodeApplyableResource) 2020-05-15T15:30:22.2405668Z 2020/05/15 15:30:22 [TRACE] vertex "bigip_as3.as3-example (prepare state)": evaluating 2020-05-15T15:30:22.2405728Z 2020/05/15 15:30:22 [TRACE] [walkApply] Entering eval tree: bigip_as3.as3-example (prepare state) 2020-05-15T15:30:22.2405782Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalWriteResourceState 2020-05-15T15:30:22.2405855Z 2020/05/15 15:30:22 [TRACE] [walkApply] Exiting eval tree: bigip_as3.as3-example (prepare state) 2020-05-15T15:30:22.2405908Z 2020/05/15 15:30:22 [TRACE] vertex "bigip_as3.as3-example (prepare state)": visit complete 2020-05-15T15:30:22.2405960Z 2020/05/15 15:30:22 [TRACE] dag/walk: visiting "bigip_as3.as3-example" 2020-05-15T15:30:22.2406033Z 2020/05/15 15:30:22 [TRACE] vertex "bigip_as3.as3-example": starting visit (terraform.NodeApplyableResourceInstance) 2020-05-15T15:30:22.2406205Z 2020/05/15 15:30:22 [TRACE] vertex "bigip_as3.as3-example": evaluating 2020-05-15T15:30:22.2406257Z 2020/05/15 15:30:22 [TRACE] [walkApply] Entering eval tree: bigip_as3.as3-example 2020-05-15T15:30:22.2406327Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalSequence 2020-05-15T15:30:22.2406380Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:22.2406432Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalReadDiff 2020-05-15T15:30:22.2406484Z 2020/05/15 15:30:22 [TRACE] EvalReadDiff: Read Create change from plan for bigip_as3.as3-example 2020-05-15T15:30:22.2406557Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalIf 2020-05-15T15:30:22.2406611Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:22.2406662Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalIf 2020-05-15T15:30:22.2406731Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalReadState 2020-05-15T15:30:22.2406789Z 2020/05/15 15:30:22 [TRACE] EvalReadState: reading state for bigip_as3.as3-example 2020-05-15T15:30:22.2406851Z 2020/05/15 15:30:22 [TRACE] EvalReadState: no state present for bigip_as3.as3-example 2020-05-15T15:30:22.2406919Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalReadDiff 2020-05-15T15:30:22.2406970Z 2020/05/15 15:30:22 [TRACE] EvalReadDiff: Read Create change from plan for bigip_as3.as3-example 2020-05-15T15:30:22.2407022Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalDiff 2020-05-15T15:30:22.2408383Z 2020/05/15 15:30:22 [TRACE] Re-validating config for "bigip_as3.as3-example" 2020-05-15T15:30:22.2408505Z 2020/05/15 15:30:22 [TRACE] GRPCProvider: ValidateResourceTypeConfig 2020-05-15T15:30:22.2418032Z 2020/05/15 15:30:22 [TRACE] GRPCProvider: PlanResourceChange 2020-05-15T15:30:22.2425518Z 2020/05/15 15:30:22 [WARN] Provider "registry.terraform.io/-/bigip" produced an invalid plan for bigip_as3.as3-example, but we are tolerating it because it is using the legacy plugin SDK. 2020-05-15T15:30:22.2425650Z The following problems may be the cause of any confusing errors from downstream operations: 2020-05-15T15:30:22.2426024Z - .as3_json: planned value cty.StringVal("{\"action\":\"deploy\",\"class\":\"AS3\",\"declaration\":{\"as3\":{\"AAA1\":{\"class\":\"Application\",\"serviceMain\":{\"class\":\"Service_HTTP\",\"pool\":\"web_pool\",\"virtualAddresses\":[\"10.0.1.10\"]},\"template\":\"http\",\"web_pool\":{\"class\":\"Pool\",\"members\":[{\"serverAddresses\":[\"192.0.1.10\",\"192.0.1.11\"],\"servicePort\":80}],\"monitors\":[\"http\"]}},\"class\":\"Tenant\"},\"class\":\"ADC\",\"id\":\"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\"label\":\"Sample 1\",\"remark\":\"Simple HTTP application with RR pool\",\"schemaVersion\":\"3.0.0\"},\"persist\":true}") does not match config value cty.StringVal("{\r\n \"class\": \"AS3\",\r\n \"action\": \"deploy\",\r\n \"persist\": true,\r\n \"declaration\": {\r\n \"class\": \"ADC\",\r\n \"schemaVersion\": \"3.0.0\",\r\n \"id\": \"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\r\n \"label\": \"Sample 1\",\r\n \"remark\": \"Simple HTTP application with RR pool\",\r\n \"as3\": {\r\n \"class\": \"Tenant\",\r\n \"AAA1\": {\r\n \"class\": \"Application\",\r\n \"template\": \"http\",\r\n \"serviceMain\": {\r\n \"class\": \"Service_HTTP\",\r\n \"virtualAddresses\": [\r\n \"10.0.1.10\"\r\n ],\r\n \"pool\": \"web_pool\"\r\n },\r\n \"web_pool\": {\r\n \"class\": \"Pool\",\r\n \"monitors\": [\r\n \"http\"\r\n ],\r\n \"members\": [{\r\n \"servicePort\": 80,\r\n \"serverAddresses\": [\r\n \"192.0.1.10\",\r\n \"192.0.1.11\"\r\n ]\r\n }]\r\n }\r\n }\r\n }\r\n }\r\n}") 2020-05-15T15:30:22.2426534Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalCheckPlannedChange 2020-05-15T15:30:22.2426596Z 2020/05/15 15:30:22 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) 2020-05-15T15:30:22.2426654Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalGetProvider 2020-05-15T15:30:22.2426726Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalReadState 2020-05-15T15:30:22.2426778Z 2020/05/15 15:30:22 [TRACE] EvalReadState: reading state for bigip_as3.as3-example 2020-05-15T15:30:22.2426832Z 2020/05/15 15:30:22 [TRACE] EvalReadState: no state present for bigip_as3.as3-example 2020-05-15T15:30:22.2426902Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalReduceDiff 2020-05-15T15:30:22.2426953Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalIf 2020-05-15T15:30:22.2427011Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalNoop 2020-05-15T15:30:22.2427070Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalApplyPre 2020-05-15T15:30:22.2429639Z 2020/05/15 15:30:22 [TRACE] : eval: terraform.EvalApply 2020-05-15T15:30:22.2429730Z 2020/05/15 15:30:22 [DEBUG] bigip_as3.as3-example: applying the planned Create change 2020-05-15T15:30:22.2429783Z 2020/05/15 15:30:22 [TRACE] GRPCProvider: ApplyResourceChange 2020-05-15T15:30:22.2429860Z bigip_as3.as3-example: Creating... 2020-05-15T15:30:22.2435173Z 2020-05-15T15:30:22.242Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:22 [INFO] Creating As3 config 2020-05-15T15:30:23.0565186Z 2020-05-15T15:30:23.056Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:23 [DEBUG] AS3 Version:3.19.0 2020-05-15T15:30:23.0565455Z 2020-05-15T15:30:23.056Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:23 [DEBUG] Terraform Version:Terraform/0.12.24 2020-05-15T15:30:23.0565623Z 2020-05-15T15:30:23.056Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:23 [INFO] Creating as3 config in bigip:{"action":"deploy","class":"AS3","declaration":{"as3":{"AAA1":{"class":"Application","serviceMain":{"class":"Service_HTTP","pool":"web_pool","virtualAddresses":["10.0.1.10"]},"template":"http","web_pool":{"class":"Pool","members":[{"serverAddresses":["192.0.1.10","192.0.1.11"],"servicePort":80}],"monitors":["http"]}},"class":"Tenant"},"class":"ADC","controls":{"class":"Controls","userAgent":"Terraform/0.12.24"},"id":"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d","label":"Sample 1","remark":"Simple HTTP application with RR pool","schemaVersion":"3.0.0"},"persist":true} 2020-05-15T15:30:23.2177504Z 2020-05-15T15:30:23.217Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:23 [DEBUG]Code = 0,ID = d697b500-4c5b-4fde-bd58-0929b55a678d 2020-05-15T15:30:26.5525523Z 2020/05/15 15:30:26 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:26.5628628Z 2020/05/15 15:30:26 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:27.2221273Z 2020/05/15 15:30:27 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:30:31.5747167Z 2020/05/15 15:30:31 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:31.5922795Z 2020/05/15 15:30:31 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:32.2536947Z 2020/05/15 15:30:32 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:30:32.2537135Z bigip_as3.as3-example: Still creating... [10s elapsed] 2020-05-15T15:30:36.5652523Z 2020/05/15 15:30:36 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:36.5792626Z 2020/05/15 15:30:36 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:37.2524181Z 2020/05/15 15:30:37 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:30:41.5998067Z 2020/05/15 15:30:41 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:41.6036890Z 2020/05/15 15:30:41 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:42.2597761Z 2020/05/15 15:30:42 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:30:42.2601312Z bigip_as3.as3-example: Still creating... [20s elapsed] 2020-05-15T15:30:46.5997217Z 2020/05/15 15:30:46 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:51.0186619Z 2020/05/15 15:30:46 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:51.0186782Z 2020/05/15 15:30:47 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:30:51.6838498Z 2020/05/15 15:30:51 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:51.7358574Z 2020/05/15 15:30:51 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:52.2589109Z 2020/05/15 15:30:52 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:30:52.2631086Z bigip_as3.as3-example: Still creating... [30s elapsed] 2020-05-15T15:30:56.6447720Z 2020/05/15 15:30:56 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:56.6848134Z 2020/05/15 15:30:56 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:30:57.2749143Z 2020/05/15 15:30:57 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:01.6565768Z 2020/05/15 15:31:01 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:01.7054331Z 2020/05/15 15:31:01 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:02.2661160Z bigip_as3.as3-example: Still creating... [40s elapsed] 2020-05-15T15:31:02.2671107Z 2020/05/15 15:31:02 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:06.6524890Z 2020/05/15 15:31:06 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:06.7912906Z 2020/05/15 15:31:06 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:07.3283790Z 2020/05/15 15:31:07 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:11.6521403Z 2020/05/15 15:31:11 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:11.7911674Z 2020/05/15 15:31:11 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:12.2831308Z bigip_as3.as3-example: Still creating... [50s elapsed] 2020-05-15T15:31:12.3033137Z 2020/05/15 15:31:12 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:16.6645485Z 2020/05/15 15:31:16 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:16.7923082Z 2020/05/15 15:31:16 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:17.2966296Z 2020/05/15 15:31:17 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:21.9360799Z 2020/05/15 15:31:21 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:21.9363207Z 2020/05/15 15:31:21 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:22.2725937Z bigip_as3.as3-example: Still creating... [1m0s elapsed] 2020-05-15T15:31:22.3089634Z 2020/05/15 15:31:22 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:26.7857330Z 2020/05/15 15:31:26 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:27.1138128Z 2020/05/15 15:31:27 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:27.3494127Z 2020/05/15 15:31:27 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:34.7039711Z 2020/05/15 15:31:31 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:34.7039891Z bigip_as3.as3-example: Still creating... [1m10s elapsed] 2020-05-15T15:31:34.7073510Z 2020/05/15 15:31:32 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:34.8805079Z 2020/05/15 15:31:32 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:36.7799320Z 2020/05/15 15:31:36 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:37.1199937Z 2020/05/15 15:31:37 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:37.3138810Z 2020/05/15 15:31:37 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:41.8484505Z 2020/05/15 15:31:41 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:42.3156732Z 2020/05/15 15:31:42 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:42.6060481Z 2020/05/15 15:31:42 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:42.6060665Z bigip_as3.as3-example: Still creating... [1m20s elapsed] 2020-05-15T15:31:46.9226903Z 2020/05/15 15:31:46 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:47.1682913Z 2020/05/15 15:31:47 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:47.6435359Z 2020/05/15 15:31:47 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:52.2327838Z 2020/05/15 15:31:52 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:52.2788966Z 2020/05/15 15:31:52 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:52.3704493Z 2020/05/15 15:31:52 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:31:52.3706671Z bigip_as3.as3-example: Still creating... [1m30s elapsed] 2020-05-15T15:31:57.2261516Z 2020/05/15 15:31:57 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:57.3509129Z 2020/05/15 15:31:57 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:31:57.7962531Z 2020/05/15 15:31:57 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:02.2184749Z 2020/05/15 15:32:02 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:02.2884808Z 2020/05/15 15:32:02 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:02.3725932Z bigip_as3.as3-example: Still creating... [1m40s elapsed] 2020-05-15T15:32:02.3914587Z 2020/05/15 15:32:02 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:07.2195695Z 2020/05/15 15:32:07 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:07.2914595Z 2020/05/15 15:32:07 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:07.3926107Z 2020/05/15 15:32:07 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:12.2207204Z 2020/05/15 15:32:12 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:12.2920883Z 2020/05/15 15:32:12 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:12.3747480Z bigip_as3.as3-example: Still creating... [1m50s elapsed] 2020-05-15T15:32:12.3946448Z 2020/05/15 15:32:12 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:17.2991546Z 2020/05/15 15:32:17 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:17.2991735Z 2020/05/15 15:32:17 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:17.4020838Z 2020/05/15 15:32:17 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:25.3081854Z 2020/05/15 15:32:22 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:25.3082094Z bigip_as3.as3-example: Still creating... [2m0s elapsed] 2020-05-15T15:32:25.3094694Z 2020/05/15 15:32:22 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:25.3095334Z 2020/05/15 15:32:22 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:27.5705132Z 2020/05/15 15:32:27 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:27.5716144Z 2020/05/15 15:32:27 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:27.6036425Z 2020/05/15 15:32:27 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:32.5114096Z 2020/05/15 15:32:32 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:32.5124007Z 2020/05/15 15:32:32 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:32.5124460Z 2020/05/15 15:32:32 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:32.5135766Z bigip_as3.as3-example: Still creating... [2m10s elapsed] 2020-05-15T15:32:37.5337172Z 2020/05/15 15:32:37 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:37.5341948Z 2020/05/15 15:32:37 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:37.5342256Z 2020/05/15 15:32:37 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:42.5585847Z 2020/05/15 15:32:42 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:42.5657504Z bigip_as3.as3-example: Still creating... [2m21s elapsed] 2020-05-15T15:32:42.5658277Z 2020/05/15 15:32:42 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:42.5662978Z 2020/05/15 15:32:42 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:47.5610286Z 2020/05/15 15:32:47 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:47.5630457Z 2020/05/15 15:32:47 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:47.5638101Z 2020/05/15 15:32:47 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:52.5557796Z 2020/05/15 15:32:52 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:52.5624680Z 2020/05/15 15:32:52 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:52.5625270Z 2020/05/15 15:32:52 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:52.5635181Z bigip_as3.as3-example: Still creating... [2m31s elapsed] 2020-05-15T15:32:57.5560863Z 2020/05/15 15:32:57 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:32:57.5650896Z 2020/05/15 15:32:57 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:32:57.5651060Z 2020/05/15 15:32:57 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:02.5566637Z 2020/05/15 15:33:02 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:02.5656323Z 2020/05/15 15:33:02 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:02.5661411Z bigip_as3.as3-example: Still creating... [2m41s elapsed] 2020-05-15T15:33:02.5665378Z 2020/05/15 15:33:02 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:07.5572348Z 2020/05/15 15:33:07 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:07.5671064Z 2020/05/15 15:33:07 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:07.5671300Z 2020/05/15 15:33:07 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:12.5588091Z 2020/05/15 15:33:12 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:12.5668398Z bigip_as3.as3-example: Still creating... [2m51s elapsed] 2020-05-15T15:33:12.5676777Z 2020/05/15 15:33:12 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:12.5676940Z 2020/05/15 15:33:12 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:17.5608948Z 2020/05/15 15:33:17 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:17.5682674Z 2020/05/15 15:33:17 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:17.5682839Z 2020/05/15 15:33:17 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:22.5609835Z 2020/05/15 15:33:22 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:22.5688558Z 2020/05/15 15:33:22 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:22.5689725Z bigip_as3.as3-example: Still creating... [3m1s elapsed] 2020-05-15T15:33:22.5698954Z 2020/05/15 15:33:22 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:27.5615578Z 2020/05/15 15:33:27 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:27.5694428Z 2020/05/15 15:33:27 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:27.5713949Z 2020/05/15 15:33:27 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:32.5620865Z 2020/05/15 15:33:32 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:32.5699892Z 2020/05/15 15:33:32 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:32.5700827Z bigip_as3.as3-example: Still creating... [3m11s elapsed] 2020-05-15T15:33:32.5719747Z 2020/05/15 15:33:32 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:37.5627129Z 2020/05/15 15:33:37 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:37.5705982Z 2020/05/15 15:33:37 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:37.5725968Z 2020/05/15 15:33:37 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:42.5632645Z 2020/05/15 15:33:42 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:42.5711360Z 2020/05/15 15:33:42 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:42.5712026Z bigip_as3.as3-example: Still creating... [3m21s elapsed] 2020-05-15T15:33:42.5741450Z 2020/05/15 15:33:42 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:47.5650899Z 2020/05/15 15:33:47 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:47.5717414Z 2020/05/15 15:33:47 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:47.5747249Z 2020/05/15 15:33:47 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:52.5653937Z 2020/05/15 15:33:52 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:52.5722609Z 2020/05/15 15:33:52 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:52.5724204Z bigip_as3.as3-example: Still creating... [3m31s elapsed] 2020-05-15T15:33:52.5752808Z 2020/05/15 15:33:52 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:57.5659891Z 2020/05/15 15:33:57 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:33:57.5728683Z 2020/05/15 15:33:57 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:33:57.5758683Z 2020/05/15 15:33:57 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:02.5665528Z 2020/05/15 15:34:02 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:02.5734348Z 2020/05/15 15:34:02 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:02.5734985Z bigip_as3.as3-example: Still creating... [3m41s elapsed] 2020-05-15T15:34:02.5774466Z 2020/05/15 15:34:02 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:07.7034149Z 2020/05/15 15:34:07 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:07.7259433Z 2020/05/15 15:34:07 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:07.7294384Z 2020/05/15 15:34:07 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:12.5825016Z bigip_as3.as3-example: Still creating... [3m51s elapsed] 2020-05-15T15:34:12.5925469Z 2020/05/15 15:34:12 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:12.5926803Z 2020/05/15 15:34:12 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:12.6277955Z 2020/05/15 15:34:12 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:17.5993908Z 2020/05/15 15:34:17 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:17.5995821Z 2020/05/15 15:34:17 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:17.6275259Z 2020/05/15 15:34:17 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:22.5836606Z bigip_as3.as3-example: Still creating... [4m1s elapsed] 2020-05-15T15:34:22.5990388Z 2020/05/15 15:34:22 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:22.6053324Z 2020/05/15 15:34:22 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:22.6373770Z 2020/05/15 15:34:22 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:27.6151233Z 2020/05/15 15:34:27 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:27.6152457Z 2020/05/15 15:34:27 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:27.6392802Z 2020/05/15 15:34:27 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:32.6343611Z bigip_as3.as3-example: Still creating... [4m11s elapsed] 2020-05-15T15:34:32.6386333Z 2020/05/15 15:34:32 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:32.6466761Z 2020/05/15 15:34:32 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:32.6466952Z 2020/05/15 15:34:32 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:41.0339243Z 2020/05/15 15:34:37 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:41.0340688Z 2020/05/15 15:34:37 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:41.0341042Z 2020/05/15 15:34:37 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:42.5882448Z bigip_as3.as3-example: Still creating... [4m21s elapsed] 2020-05-15T15:34:42.6210956Z 2020/05/15 15:34:42 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:42.6417372Z 2020/05/15 15:34:42 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:42.6511406Z 2020/05/15 15:34:42 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:47.8295917Z 2020/05/15 15:34:47 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:47.8383500Z 2020/05/15 15:34:47 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:47.8384279Z 2020/05/15 15:34:47 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:52.5893626Z bigip_as3.as3-example: Still creating... [4m31s elapsed] 2020-05-15T15:34:52.7303714Z 2020/05/15 15:34:52 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:52.8643923Z 2020/05/15 15:34:52 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:52.9166902Z 2020/05/15 15:34:52 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:57.7308435Z 2020/05/15 15:34:57 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:34:57.8288627Z 2020/05/15 15:34:57 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:34:57.8289018Z 2020/05/15 15:34:57 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:02.5905278Z bigip_as3.as3-example: Still creating... [4m41s elapsed] 2020-05-15T15:35:02.7337823Z 2020/05/15 15:35:02 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:02.8305159Z 2020/05/15 15:35:02 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:02.8305489Z 2020/05/15 15:35:02 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:07.7339947Z 2020/05/15 15:35:07 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:07.8309875Z 2020/05/15 15:35:07 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:07.8310195Z 2020/05/15 15:35:07 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:12.5927421Z bigip_as3.as3-example: Still creating... [4m51s elapsed] 2020-05-15T15:35:12.7346139Z 2020/05/15 15:35:12 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:12.8328573Z 2020/05/15 15:35:12 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:12.8328836Z 2020/05/15 15:35:12 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:17.7351405Z 2020/05/15 15:35:17 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:17.8331394Z 2020/05/15 15:35:17 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:17.8331736Z 2020/05/15 15:35:17 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:22.5937581Z bigip_as3.as3-example: Still creating... [5m1s elapsed] 2020-05-15T15:35:22.7357504Z 2020/05/15 15:35:22 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:22.8338088Z 2020/05/15 15:35:22 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:22.8338315Z 2020/05/15 15:35:22 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:27.7365327Z 2020/05/15 15:35:27 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:27.8365014Z 2020/05/15 15:35:27 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:27.8371393Z 2020/05/15 15:35:27 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:32.5950005Z bigip_as3.as3-example: Still creating... [5m11s elapsed] 2020-05-15T15:35:32.7381419Z 2020/05/15 15:35:32 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:32.8348772Z 2020/05/15 15:35:32 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:32.8369068Z 2020/05/15 15:35:32 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:37.7385096Z 2020/05/15 15:35:37 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:37.8354316Z 2020/05/15 15:35:37 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:37.8383884Z 2020/05/15 15:35:37 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:42.5961445Z bigip_as3.as3-example: Still creating... [5m21s elapsed] 2020-05-15T15:35:42.7400203Z 2020/05/15 15:35:42 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:42.8360851Z 2020/05/15 15:35:42 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:46.8785374Z 2020/05/15 15:35:42 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:47.8075073Z 2020/05/15 15:35:47 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:47.8367975Z 2020/05/15 15:35:47 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:47.8395338Z 2020/05/15 15:35:47 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:52.5987089Z bigip_as3.as3-example: Still creating... [5m31s elapsed] 2020-05-15T15:35:52.8062185Z 2020/05/15 15:35:52 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:52.8381630Z 2020/05/15 15:35:52 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:52.8401129Z 2020/05/15 15:35:52 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:57.8170778Z 2020/05/15 15:35:57 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:35:57.8412873Z 2020/05/15 15:35:57 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:35:57.8413815Z 2020/05/15 15:35:57 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:02.5994066Z bigip_as3.as3-example: Still creating... [5m41s elapsed] 2020-05-15T15:36:02.8174926Z 2020/05/15 15:36:02 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:02.8405632Z 2020/05/15 15:36:02 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:02.8414465Z 2020/05/15 15:36:02 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:07.8180160Z 2020/05/15 15:36:07 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:07.8408600Z 2020/05/15 15:36:07 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:07.8428068Z 2020/05/15 15:36:07 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:12.6005952Z bigip_as3.as3-example: Still creating... [5m51s elapsed] 2020-05-15T15:36:12.8400765Z 2020/05/15 15:36:12 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:12.8459935Z 2020/05/15 15:36:12 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:12.8463477Z 2020/05/15 15:36:12 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:17.8315639Z 2020/05/15 15:36:17 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:17.8441152Z 2020/05/15 15:36:17 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:17.8450910Z 2020/05/15 15:36:17 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:22.6161787Z bigip_as3.as3-example: Still creating... [6m1s elapsed] 2020-05-15T15:36:22.8547277Z 2020/05/15 15:36:22 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:25.3528476Z 2020/05/15 15:36:22 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:25.3529634Z 2020/05/15 15:36:22 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:27.8462362Z 2020/05/15 15:36:27 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:27.8511459Z 2020/05/15 15:36:27 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:27.8551044Z 2020/05/15 15:36:27 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:32.6061392Z bigip_as3.as3-example: Still creating... [6m11s elapsed] 2020-05-15T15:36:32.8472219Z 2020/05/15 15:36:32 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:32.8526113Z 2020/05/15 15:36:32 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:32.8570392Z 2020/05/15 15:36:32 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:37.8481540Z 2020/05/15 15:36:37 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:37.8537631Z 2020/05/15 15:36:37 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:37.8596957Z 2020/05/15 15:36:37 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:42.6080071Z bigip_as3.as3-example: Still creating... [6m21s elapsed] 2020-05-15T15:36:42.8500096Z 2020/05/15 15:36:42 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:42.8540413Z 2020/05/15 15:36:42 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:42.8588447Z 2020/05/15 15:36:42 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:47.9293382Z 2020/05/15 15:36:47 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:47.9293937Z 2020/05/15 15:36:47 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:47.9294166Z 2020/05/15 15:36:47 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:52.6091722Z bigip_as3.as3-example: Still creating... [6m31s elapsed] 2020-05-15T15:36:52.8981045Z 2020/05/15 15:36:52 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:52.9191503Z 2020/05/15 15:36:52 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:52.9210516Z 2020/05/15 15:36:52 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:36:57.8997044Z 2020/05/15 15:36:57 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:57.9206673Z 2020/05/15 15:36:57 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:36:57.9215671Z 2020/05/15 15:36:57 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:37:02.6102389Z bigip_as3.as3-example: Still creating... [6m41s elapsed] 2020-05-15T15:37:02.9002635Z 2020/05/15 15:37:02 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:37:02.9211863Z 2020/05/15 15:37:02 [TRACE] dag/walk: vertex "provider.bigip (close)" is waiting for "bigip_as3.as3-example" 2020-05-15T15:37:02.9231530Z 2020/05/15 15:37:02 [TRACE] dag/walk: vertex "root" is waiting for "provider.bigip (close)" 2020-05-15T15:37:05.3543049Z 2020/05/15 15:37:05 [DEBUG] bigip_as3.as3-example: apply errored, but we're indicating that via the Error pointer rather than returning it: Error creating json as3: Tenant Creation failed 2020-05-15T15:37:05.3543756Z 2020/05/15 15:37:05 [TRACE] : eval: terraform.EvalMaybeTainted 2020-05-15T15:37:05.3544328Z 2020/05/15 15:37:05 [TRACE] EvalMaybeTainted: bigip_as3.as3-example encountered an error during creation, so it is now marked as tainted 2020-05-15T15:37:05.3545149Z 2020/05/15 15:37:05 [TRACE] : eval: terraform.EvalWriteState 2020-05-15T15:37:05.3545351Z 2020/05/15 15:37:05 [TRACE] EvalWriteState: removing state object for bigip_as3.as3-example 2020-05-15T15:37:05.3545532Z 2020/05/15 15:37:05 [TRACE] : eval: terraform.EvalApplyProvisioners 2020-05-15T15:37:05.3545685Z 2020/05/15 15:37:05 [TRACE] EvalApplyProvisioners: bigip_as3.as3-example has no state, so skipping provisioners 2020-05-15T15:37:05.3545886Z 2020/05/15 15:37:05 [TRACE] : eval: terraform.EvalMaybeTainted 2020-05-15T15:37:05.3546007Z 2020/05/15 15:37:05 [TRACE] EvalMaybeTainted: bigip_as3.as3-example encountered an error during creation, so it is now marked as tainted 2020-05-15T15:37:05.3546148Z 2020/05/15 15:37:05 [TRACE] : eval: terraform.EvalWriteState 2020-05-15T15:37:05.3546206Z 2020/05/15 15:37:05 [TRACE] EvalWriteState: removing state object for bigip_as3.as3-example 2020-05-15T15:37:05.3547408Z 2020/05/15 15:37:05 [TRACE] : eval: terraform.EvalIf 2020-05-15T15:37:05.3547536Z 2020/05/15 15:37:05 [TRACE] : eval: terraform.EvalIf 2020-05-15T15:37:05.3547663Z 2020/05/15 15:37:05 [TRACE] : eval: terraform.EvalWriteDiff 2020-05-15T15:37:05.3547785Z 2020/05/15 15:37:05 [TRACE] : eval: terraform.EvalApplyPost 2020-05-15T15:37:05.3547845Z 2020/05/15 15:37:05 [ERROR] : eval: terraform.EvalApplyPost, err: Error creating json as3: Tenant Creation failed 2020-05-15T15:37:05.3547947Z 2020/05/15 15:37:05 [ERROR] : eval: *terraform.EvalSequence, err: Error creating json as3: Tenant Creation failed 2020-05-15T15:37:05.3548351Z 2020/05/15 15:37:05 [TRACE] [walkApply] Exiting eval tree: bigip_as3.as3-example 2020-05-15T15:37:05.3548577Z 2020/05/15 15:37:05 [TRACE] vertex "bigip_as3.as3-example": visit complete 2020-05-15T15:37:05.3548638Z 2020/05/15 15:37:05 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping 2020-05-15T15:37:05.3549292Z 2020/05/15 15:37:05 [TRACE] dag/walk: upstream of "provider.bigip (close)" errored, so skipping 2020-05-15T15:37:05.3549449Z 2020/05/15 15:37:05 [TRACE] dag/walk: upstream of "root" errored, so skipping 2020-05-15T15:37:05.3549596Z 2020/05/15 15:37:05 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old 2020-05-15T15:37:05.3549761Z 2020/05/15 15:37:05 [TRACE] statemgr.Filesystem: no state changes since last snapshot 2020-05-15T15:37:05.3549848Z 2020/05/15 15:37:05 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate 2020-05-15T15:37:05.3549914Z 2020-05-15T15:37:05.354Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:37:05 [ERROR] : HTTP 500 :: failed to save BIG-IP config (connection to http://admin:XXXXXX@localhost:8100/mgmt/tm/task/sys/config create task save sys config timed out) for tenant 2020-05-15T15:37:05.3786350Z 2020-05-15T15:37:05.3786969Z Error: Error creating json as3: Tenant Creation failed 2020-05-15T15:37:05.3787147Z 2020-05-15T15:37:05.3787335Z on main.tf line 6, in resource "bigip_as3" "as3-example": 2020-05-15T15:37:05.3787488Z 6: resource "bigip_as3" "as3-example" { 2020-05-15T15:37:05.3787718Z 2020-05-15T15:37:05.3788743Z 2020/05/15 15:37:05 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info 2020-05-15T15:37:05.3788897Z 2020/05/15 15:37:05 [TRACE] statemgr.Filesystem: unlocked by closing terraform.tfstate 2020-05-15T15:37:05.3788942Z 2020-05-15T15:37:05.4084272Z 2020-05-15T15:37:05.407Z [DEBUG] plugin: plugin process exited: path=C:\Build-agents\agent20_work\7\s\AS3.terraform\plugins\windows_amd64\terraform-provider-bigip_v1.2.0_x4.exe pid=6732 2020-05-15T15:37:05.4103533Z 2020-05-15T15:37:05.407Z [DEBUG] plugin: plugin exited 2020-05-15T15:37:05.4837961Z ##[error] Terraform failed to execute. Error: 2020-05-15T15:37:05.4925350Z End of Task Terraform 2020-05-15T15:37:05.5257591Z ##[section]Finishing: Terraform apply as3

RavinderReddyF5 commented 3 years ago

Comment by RavinderReddyF5 Friday May 15, 2020 at 16:19 GMT


@andrescolodrero Previous Problem and present problem is different. present logs shows we are getting AS3 version

2020-05-15T15:30:22.2435173Z 2020-05-15T15:30:22.242Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:22 [INFO] Creating As3 config
2020-05-15T15:30:23.0565186Z 2020-05-15T15:30:23.056Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:23 [DEBUG] AS3 Version:3.19.0
2020-05-15T15:30:23.0565455Z 2020-05-15T15:30:23.056Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:30:23 [DEBUG] Terraform Version:Terraform/0.12.24

Looks we have not received any error response from BIGIP for 6 mins, is it possible to share configuration which you are trying to use?

RavinderReddyF5 commented 3 years ago

Comment by RavinderReddyF5 Friday May 15, 2020 at 16:24 GMT


@andrescolodrero you can use Slack Channel :https://github.com/terraform-providers/terraform-provider-bigip#community-help

RavinderReddyF5 commented 3 years ago

Comment by papineni87 Friday May 15, 2020 at 16:27 GMT


Looks like timeout because of save config

2020-05-15T15:37:05.3549914Z 2020-05-15T15:37:05.354Z [DEBUG] plugin.terraform-provider-bigip_v1.2.0_x4.exe: 2020/05/15 15:37:05 [ERROR] : HTTP 500 :: failed to save BIG-IP config (connection to http://admin:XXXXXX@localhost:8100/mgmt/tm/task/sys/config create task save sys config timed out) for tenant

RavinderReddyF5 commented 3 years ago

Comment by andrescolodrero Friday May 15, 2020 at 16:43 GMT


HI, @RavinderReddyF5

It is the basic template:

{ "class": "AS3", "action": "deploy", "persist": true, "declaration": { "class": "ADC", "schemaVersion": "3.0.0", "id": "urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d", "label": "Sample 1", "remark": "Simple HTTP application with RR pool", "as3": { "class": "Tenant", "AAA1": { "class": "Application", "template": "http", "serviceMain": { "class": "Service_HTTP", "virtualAddresses": [ "10.0.1.10" ], "pool": "web_pool" }, "web_pool": { "class": "Pool", "monitors": [ "http" ], "members": [{ "servicePort": 80, "serverAddresses": [ "192.0.1.10", "192.0.1.11" ] }] } } } } }

and tf code:

data "template_file" "init" { template = "${file("test.json")}" }

resource "bigip_as3" "as3-example" { as3_json = data.template_file.init.rendered }

RavinderReddyF5 commented 3 years ago

Comment by RavinderReddyF5 Friday May 15, 2020 at 17:33 GMT


@andrescolodrero We dont see any issues in posting same config on BIGIP,Did u tried posting same using Postman client??

HYD-ML-00064448:terraform-provider-bigip chinthalapalli$ terraform apply
2020/05/15 23:01:10 [INFO] Terraform version: 0.12.12
2020/05/15 23:01:10 [INFO] Go runtime version: go1.12.9
2020/05/15 23:01:10 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2020/05/15 23:01:10 [DEBUG] Attempting to open CLI config file: /Users/chinthalapalli/.terraformrc
2020/05/15 23:01:10 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/05/15 23:01:10 [INFO] CLI command args: []string{"apply"}
2020/05/15 23:01:10 [DEBUG] New state was assigned lineage "7dfe7747-9a66-b89d-9596-e50d59f209b4"
2020/05/15 23:01:10 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2020/05/15 23:01:10 [TRACE] Meta.Backend: instantiated backend of type <nil>
2020/05/15 23:01:10 [DEBUG] checking for provider in "."
2020/05/15 23:01:10 [WARN] found legacy provider "terraform-provider-bigip"
2020/05/15 23:01:10 [DEBUG] checking for provider in "/usr/local/bin"
2020/05/15 23:01:10 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2020/05/15 23:01:10 [DEBUG] found provider "terraform-provider-template_v2.1.2_x4"
2020/05/15 23:01:10 [DEBUG] found valid plugin: "template", "2.1.2", "/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4"
2020/05/15 23:01:10 [DEBUG] found valid plugin: "bigip", "0.0.0", "/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip"
2020/05/15 23:01:10 [DEBUG] checking for provisioner in "."
2020/05/15 23:01:10 [DEBUG] checking for provisioner in "/usr/local/bin"
2020/05/15 23:01:10 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2020/05/15 23:01:10 [INFO] backend/local: starting Apply operation
2020-05-15T23:01:10.479+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:10.502+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip]
2020-05-15T23:01:10.505+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18143
2020-05-15T23:01:10.505+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip
2020-05-15T23:01:10.555+0530 [INFO]  plugin.terraform-provider-bigip: configuring server automatic mTLS: timestamp=2020-05-15T23:01:10.555+0530
2020-05-15T23:01:10.581+0530 [DEBUG] plugin.terraform-provider-bigip: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin138527402 network=unix timestamp=2020-05-15T23:01:10.580+0530
2020-05-15T23:01:10.581+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:10.638+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18143
2020-05-15T23:01:10.638+0530 [DEBUG] plugin: plugin exited
2020-05-15T23:01:10.638+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:10.661+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4]
2020-05-15T23:01:10.664+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18144
2020-05-15T23:01:10.664+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4
2020-05-15T23:01:10.673+0530 [INFO]  plugin.terraform-provider-template_v2.1.2_x4: configuring server automatic mTLS: timestamp=2020-05-15T23:01:10.673+0530
2020-05-15T23:01:10.699+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:10.699+0530 [DEBUG] plugin.terraform-provider-template_v2.1.2_x4: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin768299951 network=unix timestamp=2020-05-15T23:01:10.699+0530
2020-05-15T23:01:10.748+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18144
2020-05-15T23:01:10.748+0530 [DEBUG] plugin: plugin exited
2020/05/15 23:01:10 [INFO] terraform: building graph: GraphTypeValidate
2020/05/15 23:01:10 [DEBUG] adding implicit provider configuration provider.template, implied first by data.template_file.init
2020/05/15 23:01:10 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example01" references: [data.template_file.init]
2020/05/15 23:01:10 [DEBUG] ReferenceTransformer: "data.template_file.init" references: []
2020/05/15 23:01:10 [DEBUG] ReferenceTransformer: "provider.bigip" references: []
2020/05/15 23:01:10 [DEBUG] ReferenceTransformer: "provider.template" references: []
2020/05/15 23:01:10 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
bigip_as3.as3-example01 - *terraform.NodeValidatableResource
  data.template_file.init - *terraform.NodeValidatableResource
  provider.bigip - *terraform.NodeApplyableProvider
data.template_file.init - *terraform.NodeValidatableResource
  provider.template - *terraform.NodeApplyableProvider
provider.bigip - *terraform.NodeApplyableProvider
provider.template - *terraform.NodeApplyableProvider
------
2020/05/15 23:01:10 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/05/15 23:01:10 [DEBUG] Starting graph walk: walkValidate
2020/05/15 23:01:10 [TRACE] dag/walk: updating graph
2020-05-15T23:01:10.751+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:10.772+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4]
2020-05-15T23:01:10.775+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18145
2020-05-15T23:01:10.775+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4
2020-05-15T23:01:10.784+0530 [INFO]  plugin.terraform-provider-template_v2.1.2_x4: configuring server automatic mTLS: timestamp=2020-05-15T23:01:10.783+0530
2020-05-15T23:01:10.810+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:10.810+0530 [DEBUG] plugin.terraform-provider-template_v2.1.2_x4: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin343705420 network=unix timestamp=2020-05-15T23:01:10.809+0530
2020-05-15T23:01:10.810+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:10.835+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip]
2020-05-15T23:01:10.839+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18146
2020-05-15T23:01:10.839+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip
2020-05-15T23:01:10.857+0530 [INFO]  plugin.terraform-provider-bigip: configuring server automatic mTLS: timestamp=2020-05-15T23:01:10.857+0530
2020-05-15T23:01:10.880+0530 [DEBUG] plugin.terraform-provider-bigip: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin835906057 network=unix timestamp=2020-05-15T23:01:10.880+0530
2020-05-15T23:01:10.880+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:10.885+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18145
2020-05-15T23:01:10.885+0530 [DEBUG] plugin: plugin exited
2020-05-15T23:01:10.944+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18146
2020-05-15T23:01:10.944+0530 [DEBUG] plugin: plugin exited
2020/05/15 23:01:10 [TRACE] [walkValidate] Exiting eval tree: provider.bigip (close)
2020/05/15 23:01:10 [TRACE] vertex "provider.bigip (close)": visit complete
2020/05/15 23:01:10 [INFO] backend/local: apply calling Refresh
2020/05/15 23:01:10 [INFO] terraform: building graph: GraphTypeRefresh
2020/05/15 23:01:10 [DEBUG] ReferenceTransformer: "provider.template" references: []
2020/05/15 23:01:10 [DEBUG] ReferenceTransformer: "data.template_file.init" references: []
2020/05/15 23:01:10 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/05/15 23:01:10 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020-05-15T23:01:10.945+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:10.969+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4]
2020-05-15T23:01:10.972+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18147
2020-05-15T23:01:10.972+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4
2020-05-15T23:01:10.988+0530 [INFO]  plugin.terraform-provider-template_v2.1.2_x4: configuring server automatic mTLS: timestamp=2020-05-15T23:01:10.987+0530
2020-05-15T23:01:11.019+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:11.019+0530 [DEBUG] plugin.terraform-provider-template_v2.1.2_x4: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin109497486 network=unix timestamp=2020-05-15T23:01:11.019+0530
2020/05/15 23:01:11 [DEBUG] Resource state not found for node "data.template_file.init", instance data.template_file.init
2020/05/15 23:01:11 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/05/15 23:01:11 [DEBUG] ReferenceTransformer: "data.template_file.init" references: []
2020/05/15 23:01:11 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/05/15 23:01:11 [TRACE] Executing graph transform *terraform.RootTransformer
2020/05/15 23:01:11 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/05/15 23:01:11 [TRACE] vertex "data.template_file.init": entering dynamic subgraph
data.template_file.init: Refreshing state...
2020-05-15T23:01:11.077+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18147
2020-05-15T23:01:11.077+0530 [DEBUG] plugin: plugin exited
2020/05/15 23:01:11 [INFO] backend/local: apply calling Plan
2020/05/15 23:01:11 [INFO] terraform: building graph: GraphTypePlan
2020/05/15 23:01:11 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/05/15 23:01:11 [TRACE] ConfigTransformer: Starting for path:
2020/05/15 23:01:11 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example01" references: [data.template_file.init]
2020/05/15 23:01:11 [DEBUG] ReferenceTransformer: "data.template_file.init" references: []
2020/05/15 23:01:11 [DEBUG] ReferenceTransformer: "provider.bigip" references: []
2020/05/15 23:01:11 [DEBUG] ReferenceTransformer: "provider.template" references: []
2020/05/15 23:01:11 [DEBUG] Starting graph walk: walkPlan
2020-05-15T23:01:11.078+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:11.104+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip]
2020-05-15T23:01:11.109+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18148
2020-05-15T23:01:11.109+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip
2020-05-15T23:01:11.128+0530 [INFO]  plugin.terraform-provider-bigip: configuring server automatic mTLS: timestamp=2020-05-15T23:01:11.128+0530
2020-05-15T23:01:11.155+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:11.155+0530 [DEBUG] plugin.terraform-provider-bigip: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin529004523 network=unix timestamp=2020-05-15T23:01:11.155+0530
2020-05-15T23:01:11.156+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:11.184+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4]
2020-05-15T23:01:11.187+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18149
2020-05-15T23:01:11.187+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4
2020-05-15T23:01:11.196+0530 [INFO]  plugin.terraform-provider-template_v2.1.2_x4: configuring server automatic mTLS: timestamp=2020-05-15T23:01:11.196+0530
2020-05-15T23:01:11.226+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:11.226+0530 [DEBUG] plugin.terraform-provider-template_v2.1.2_x4: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin411510528 network=unix timestamp=2020-05-15T23:01:11.226+0530
2020-05-15T23:01:11.231+0530 [DEBUG] plugin.terraform-provider-bigip: 2020/05/15 23:01:11 [INFO] Initializing BigIP connection
2020/05/15 23:01:11 [DEBUG] ReferenceTransformer: "data.template_file.init" references: []
2020/05/15 23:01:11 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/05/15 23:01:11 [TRACE] Executing graph transform *terraform.RootTransformer
2020/05/15 23:01:11 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/05/15 23:01:11 [TRACE] vertex "data.template_file.init": entering dynamic subgraph
2020-05-15T23:01:11.287+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18149
2020-05-15T23:01:11.287+0530 [DEBUG] plugin: plugin exited
2020/05/15 23:01:13 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example01" references: []
2020/05/15 23:01:13 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/05/15 23:01:13 [TRACE] Executing graph transform *terraform.RootTransformer
2020/05/15 23:01:13 [WARN] Provider "bigip" produced an invalid plan for bigip_as3.as3-example01, but we are tolerating it because it is using the legacy plugin SDK.
    The following problems may be the cause of any confusing errors from downstream operations:
      - .as3_json: planned value cty.StringVal("{\"action\":\"deploy\",\"class\":\"AS3\",\"declaration\":{\"as3\":{\"AAA1\":{\"class\":\"Application\",\"serviceMain\":{\"class\":\"Service_HTTP\",\"pool\":\"web_pool\",\"virtualAddresses\":[\"10.0.1.10\"]},\"template\":\"http\",\"web_pool\":{\"class\":\"Pool\",\"members\":[{\"serverAddresses\":[\"192.0.1.10\",\"192.0.1.11\"],\"servicePort\":80}],\"monitors\":[\"http\"]}},\"class\":\"Tenant\"},\"class\":\"ADC\",\"id\":\"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\"label\":\"Sample 1\",\"remark\":\"Simple HTTP application with RR pool\",\"schemaVersion\":\"3.0.0\"},\"persist\":true}") does not match config value cty.StringVal("{\n    \"class\": \"AS3\",\n    \"action\": \"deploy\",\n    \"persist\": true,\n    \"declaration\": {\n        \"class\": \"ADC\",\n        \"schemaVersion\": \"3.0.0\",\n        \"id\": \"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\n        \"label\": \"Sample 1\",\n        \"remark\": \"Simple HTTP application with RR pool\",\n        \"as3\": {\n            \"class\": \"Tenant\",\n            \"AAA1\": {\n                \"class\": \"Application\",\n                \"template\": \"http\",\n                \"serviceMain\": {\n                    \"class\": \"Service_HTTP\",\n                    \"virtualAddresses\": [\n                        \"10.0.1.10\"\n                    ],\n                    \"pool\": \"web_pool\"\n                },\n                \"web_pool\": {\n                    \"class\": \"Pool\",\n                    \"monitors\": [\n                        \"http\"\n                    ],\n                    \"members\": [\n                        {\n                            \"servicePort\": 80,\n                            \"serverAddresses\": [\n                                \"192.0.1.10\",\n                                \"192.0.1.11\"\n                            ]\n                        }\n                    ]\n                }\n            }\n        }\n    }\n}")
2020-05-15T23:01:13.410+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18148
2020-05-15T23:01:13.410+0530 [DEBUG] plugin: plugin exited

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

2020/05/15 23:01:13 [DEBUG] command: asking for input: "Do you want to perform these actions?"
  # bigip_as3.as3-example01 will be created
  + resource "bigip_as3" "as3-example01" {
      + as3_json    = jsonencode(
            {
              + action      = "deploy"
              + class       = "AS3"
              + declaration = {
                  + as3           = {
                      + AAA1  = {
                          + class       = "Application"
                          + serviceMain = {
                              + class            = "Service_HTTP"
                              + pool             = "web_pool"
                              + virtualAddresses = [
                                  + "10.0.1.10",
                                ]
                            }
                          + template    = "http"
                          + web_pool    = {
                              + class    = "Pool"
                              + members  = [
                                  + {
                                      + serverAddresses = [
                                          + "192.0.1.10",
                                          + "192.0.1.11",
                                        ]
                                      + servicePort     = 80
                                    },
                                ]
                              + monitors = [
                                  + "http",
                                ]
                            }
                        }
                      + class = "Tenant"
                    }
                  + class         = "ADC"
                  + id            = "urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d"
                  + label         = "Sample 1"
                  + remark        = "Simple HTTP application with RR pool"
                  + schemaVersion = "3.0.0"
                }
              + persist     = true
            }
        )
      + id          = (known after apply)
      + tenant_list = (known after apply)
    }

Plan: 1 to add, 0 to change, 0 to destroy.

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

2020/05/15 23:01:15 [INFO] backend/local: apply calling Apply
2020/05/15 23:01:15 [INFO] terraform: building graph: GraphTypeApply
2020/05/15 23:01:15 [DEBUG] Resource state not found for node "bigip_as3.as3-example01", instance bigip_as3.as3-example01
2020/05/15 23:01:15 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example01" references: [data.template_file.init (prepare state)]
2020/05/15 23:01:15 [DEBUG] ReferenceTransformer: "provider.bigip" references: []
2020/05/15 23:01:15 [DEBUG] ReferenceTransformer: "provider.template" references: []
2020/05/15 23:01:15 [DEBUG] ReferenceTransformer: "bigip_as3.as3-example01 (prepare state)" references: []
2020/05/15 23:01:15 [DEBUG] ReferenceTransformer: "data.template_file.init (prepare state)" references: []
2020/05/15 23:01:15 [DEBUG] Starting graph walk: walkApply
2020/05/15 23:01:15 [TRACE] dag/walk: updating graph
2020-05-15T23:01:15.903+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:15.934+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip]
2020-05-15T23:01:15.939+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18150
2020-05-15T23:01:15.939+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip
2020-05-15T23:01:15.959+0530 [INFO]  plugin.terraform-provider-bigip: configuring server automatic mTLS: timestamp=2020-05-15T23:01:15.958+0530
2020-05-15T23:01:15.983+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:15.983+0530 [DEBUG] plugin.terraform-provider-bigip: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin903515973 network=unix timestamp=2020-05-15T23:01:15.983+0530
2020-05-15T23:01:15.984+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:16.012+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4]
2020-05-15T23:01:16.015+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18151
2020-05-15T23:01:16.015+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4
2020-05-15T23:01:16.025+0530 [INFO]  plugin.terraform-provider-template_v2.1.2_x4: configuring server automatic mTLS: timestamp=2020-05-15T23:01:16.025+0530
2020-05-15T23:01:16.051+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:16.051+0530 [DEBUG] plugin.terraform-provider-template_v2.1.2_x4: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin787805242 network=unix timestamp=2020-05-15T23:01:16.051+0530
2020-05-15T23:01:16.058+0530 [DEBUG] plugin.terraform-provider-bigip: 2020/05/15 23:01:16 [INFO] Initializing BigIP connection
2020-05-15T23:01:16.107+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18151
2020-05-15T23:01:16.107+0530 [DEBUG] plugin: plugin exited
2020/05/15 23:01:16 [TRACE] [walkApply] Exiting eval tree: provider.template (close)
2020/05/15 23:01:16 [TRACE] vertex "provider.template (close)": visit complete
2020/05/15 23:01:17 [WARN] Provider "bigip" produced an invalid plan for bigip_as3.as3-example01, but we are tolerating it because it is using the legacy plugin SDK.
    The following problems may be the cause of any confusing errors from downstream operations:
      - .as3_json: planned value cty.StringVal("{\"action\":\"deploy\",\"class\":\"AS3\",\"declaration\":{\"as3\":{\"AAA1\":{\"class\":\"Application\",\"serviceMain\":{\"class\":\"Service_HTTP\",\"pool\":\"web_pool\",\"virtualAddresses\":[\"10.0.1.10\"]},\"template\":\"http\",\"web_pool\":{\"class\":\"Pool\",\"members\":[{\"serverAddresses\":[\"192.0.1.10\",\"192.0.1.11\"],\"servicePort\":80}],\"monitors\":[\"http\"]}},\"class\":\"Tenant\"},\"class\":\"ADC\",\"id\":\"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\"label\":\"Sample 1\",\"remark\":\"Simple HTTP application with RR pool\",\"schemaVersion\":\"3.0.0\"},\"persist\":true}") does not match config value cty.StringVal("{\n    \"class\": \"AS3\",\n    \"action\": \"deploy\",\n    \"persist\": true,\n    \"declaration\": {\n        \"class\": \"ADC\",\n        \"schemaVersion\": \"3.0.0\",\n        \"id\": \"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d\",\n        \"label\": \"Sample 1\",\n        \"remark\": \"Simple HTTP application with RR pool\",\n        \"as3\": {\n            \"class\": \"Tenant\",\n            \"AAA1\": {\n                \"class\": \"Application\",\n                \"template\": \"http\",\n                \"serviceMain\": {\n                    \"class\": \"Service_HTTP\",\n                    \"virtualAddresses\": [\n                        \"10.0.1.10\"\n                    ],\n                    \"pool\": \"web_pool\"\n                },\n                \"web_pool\": {\n                    \"class\": \"Pool\",\n                    \"monitors\": [\n                        \"http\"\n                    ],\n                    \"members\": [\n                        {\n                            \"servicePort\": 80,\n                            \"serverAddresses\": [\bigip_as3.as3-example01: Creating...
n 2020/05/15 23:01:17 [DEBUG] bigip_as3.as3-example01: applying the planned Create change
2020/05/15 23:01:17 [TRACE] GRPCProvider: ApplyResourceChange
2020-05-15T23:01:17.225+0530 [DEBUG] plugin.terraform-provider-bigip: 2020/05/15 23:01:17 [INFO] Creating As3 config
2020-05-15T23:01:19.211+0530 [DEBUG] plugin.terraform-provider-bigip: 2020/05/15 23:01:19 [DEBUG] AS3 Version:3.19.1
2020-05-15T23:01:19.211+0530 [DEBUG] plugin.terraform-provider-bigip: 2020/05/15 23:01:19 [DEBUG] Terraform Version:Terraform/0.12.12
2020-05-15T23:01:19.211+0530 [DEBUG] plugin.terraform-provider-bigip: 2020/05/15 23:01:19 [INFO] Creating as3 config in bigip:{"action":"deploy","class":"AS3","declaration":{"as3":{"AAA1":{"class":"Application","serviceMain":{"class":"Service_HTTP","pool":"web_pool","virtualAddresses":["10.0.1.10"]},"template":"http","web_pool":{"class":"Pool","members":[{"serverAddresses":["192.0.1.10","192.0.1.11"],"servicePort":80}],"monitors":["http"]}},"class":"Tenant"},"class":"ADC","controls":{"class":"Controls","userAgent":"Terraform/0.12.12"},"id":"urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d","label":"Sample 1","remark":"Simple HTTP application with RR pool","schemaVersion":"3.0.0"},"persist":true}
2020-05-15T23:01:20.023+0530 [DEBUG] plugin.terraform-provider-bigip: 2020/05/15 23:01:20 [DEBUG]Code = 0,ID = 3707ea42-f28b-43eb-b9c3-381357564663
bigip_as3.as3-example01: Still creating... [10s elapsed]
bigip_as3.as3-example01: Still creating... [20s elapsed]
2020-05-15T23:01:42.665+0530 [DEBUG] plugin.terraform-provider-bigip: 2020/05/15 23:01:42 [DEBUG]Sucessfully Created Application with ID  = 3707ea42-f28b-43eb-b9c3-381357564663
2020-05-15T23:01:42.665+0530 [DEBUG] plugin.terraform-provider-bigip: 2020/05/15 23:01:42 [INFO] Reading As3 config
bigip_as3.as3-example01: Still creating... [30s elapsed]
bigip_as3.as3-example01: Creation complete after 33s [id=as3]
2020-05-15T23:01:49.705+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18150
2020-05-15T23:01:49.705+0530 [DEBUG] plugin: plugin exited

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
HYD-ML-00064448:terraform-provider-bigip chinthalapalli$ terraform show
2020/05/15 23:01:57 [INFO] Terraform version: 0.12.12
2020/05/15 23:01:57 [INFO] Go runtime version: go1.12.9
2020/05/15 23:01:57 [INFO] CLI args: []string{"/usr/local/bin/terraform", "show"}
2020/05/15 23:01:57 [DEBUG] Attempting to open CLI config file: /Users/chinthalapalli/.terraformrc
2020/05/15 23:01:57 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/05/15 23:01:57 [INFO] CLI command args: []string{"show"}
2020/05/15 23:01:57 [DEBUG] checking for provider in "."
2020/05/15 23:01:57 [WARN] found legacy provider "terraform-provider-bigip"
2020/05/15 23:01:57 [DEBUG] checking for provider in "/usr/local/bin"
2020/05/15 23:01:57 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2020/05/15 23:01:57 [DEBUG] found provider "terraform-provider-template_v2.1.2_x4"
2020/05/15 23:01:57 [DEBUG] found valid plugin: "bigip", "0.0.0", "/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip"
2020/05/15 23:01:57 [DEBUG] found valid plugin: "template", "2.1.2", "/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4"
2020/05/15 23:01:57 [DEBUG] checking for provisioner in "."
2020/05/15 23:01:57 [DEBUG] checking for provisioner in "/usr/local/bin"
2020/05/15 23:01:57 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2020-05-15T23:01:57.544+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:57.565+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip]
2020-05-15T23:01:57.569+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18155
2020-05-15T23:01:57.569+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip
2020-05-15T23:01:57.587+0530 [INFO]  plugin.terraform-provider-bigip: configuring server automatic mTLS: timestamp=2020-05-15T23:01:57.587+0530
2020-05-15T23:01:57.614+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:57.614+0530 [DEBUG] plugin.terraform-provider-bigip: plugin address: network=unix address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin971417238 timestamp=2020-05-15T23:01:57.614+0530
2020-05-15T23:01:57.678+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/terraform-provider-bigip pid=18155
2020-05-15T23:01:57.678+0530 [DEBUG] plugin: plugin exited
2020/05/15 23:01:57 [TRACE] LoadSchemas: retrieving schema for provider type "template"
2020-05-15T23:01:57.678+0530 [INFO]  plugin: configuring client automatic mTLS
2020-05-15T23:01:57.703+0530 [DEBUG] plugin: starting plugin: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 args=[/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4]
2020-05-15T23:01:57.705+0530 [DEBUG] plugin: plugin started: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18156
2020-05-15T23:01:57.706+0530 [DEBUG] plugin: waiting for RPC address: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4
2020-05-15T23:01:57.714+0530 [INFO]  plugin.terraform-provider-template_v2.1.2_x4: configuring server automatic mTLS: timestamp=2020-05-15T23:01:57.714+0530
2020-05-15T23:01:57.742+0530 [DEBUG] plugin: using plugin: version=5
2020-05-15T23:01:57.742+0530 [DEBUG] plugin.terraform-provider-template_v2.1.2_x4: plugin address: address=/var/folders/1j/48gxz3m16cg8rmqg2c3sh2p864j1zq/T/plugin228067803 network=unix timestamp=2020-05-15T23:01:57.741+0530
2020-05-15T23:01:57.798+0530 [DEBUG] plugin: plugin process exited: path=/Users/chinthalapalli/go/src/github.com/terraform-providers/terraform-provider-bigip/.terraform/plugins/darwin_amd64/terraform-provider-template_v2.1.2_x4 pid=18156
2020-05-15T23:01:57.798+0530 [DEBUG] plugin: plugin exited
2020/05/15 23:01:57 [TRACE] terraform.NewContext: complete
2020/05/15 23:01:57 [TRACE] backend/local: finished building terraform.Context
# bigip_as3.as3-example01:
resource "bigip_as3" "as3-example01" {
    as3_json    = jsonencode(
        {
            action      = "deploy"
            class       = "AS3"
            declaration = {
                as3           = {
                    AAA1  = {
                        class       = "Application"
                        serviceMain = {
                            class            = "Service_HTTP"
                            pool             = "web_pool"
                            virtualAddresses = [
                                "10.0.1.10",
                            ]
                        }
                        template    = "http"
                        web_pool    = {
                            class    = "Pool"
                            members  = [
                                {
                                    serverAddresses = [
                                        "192.0.1.10",
                                        "192.0.1.11",
                                    ]
                                    servicePort     = 80
                                },
                            ]
                            monitors = [
                                "http",
                            ]
                        }
                    }
                    class = "Tenant"
                }
                class         = "ADC"
                id            = "urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d"
                label         = "Sample 1"
                remark        = "Simple HTTP application with RR pool"
                schemaVersion = "3.0.0"
            }
            persist     = true
        }
    )
    id          = "as3"
    tenant_list = "as3"
}

# data.template_file.init:
data "template_file" "init" {
    id       = "817bcb18affb8d2f37df75fb0eb641927c9e9bd04245f1c1b3aa969b23af7661"
    rendered = jsonencode(
        {
            action      = "deploy"
            class       = "AS3"
            declaration = {
                as3           = {
                    AAA1  = {
                        class       = "Application"
                        serviceMain = {
                            class            = "Service_HTTP"
                            pool             = "web_pool"
                            virtualAddresses = [
                                "10.0.1.10",
                            ]
                        }
                        template    = "http"
                        web_pool    = {
                            class    = "Pool"
                            members  = [
                                {
                                    serverAddresses = [
                                        "192.0.1.10",
                                        "192.0.1.11",
                                    ]
                                    servicePort     = 80
                                },
                            ]
                            monitors = [
                                "http",
                            ]
                        }
                    }
                    class = "Tenant"
                }
                class         = "ADC"
                id            = "urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d"
                label         = "Sample 1"
                remark        = "Simple HTTP application with RR pool"
                schemaVersion = "3.0.0"
            }
            persist     = true
        }
    )
    template = jsonencode(
        {
            action      = "deploy"
            class       = "AS3"
            declaration = {
                as3           = {
                    AAA1  = {
                        class       = "Application"
                        serviceMain = {
                            class            = "Service_HTTP"
                            pool             = "web_pool"
                            virtualAddresses = [
                                "10.0.1.10",
                            ]
                        }
                        template    = "http"
                        web_pool    = {
                            class    = "Pool"
                            members  = [
                                {
                                    serverAddresses = [
                                        "192.0.1.10",
                                        "192.0.1.11",
                                    ]
                                    servicePort     = 80
                                },
                            ]
                            monitors = [
                                "http",
                            ]
                        }
                    }
                    class = "Tenant"
                }
                class         = "ADC"
                id            = "urn:uuid:33045210-3ab8-4636-9b2a-c98d22ab915d"
                label         = "Sample 1"
                remark        = "Simple HTTP application with RR pool"
                schemaVersion = "3.0.0"
            }
            persist     = true
        }
    )
}