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] Terraform exists when provisioning a module #265

Open RavinderReddyF5 opened 4 years ago

RavinderReddyF5 commented 4 years ago

Issue by yossi-r Wednesday Jan 15, 2020 at 01:04 GMT Originally opened as https://github.com/terraform-providers/terraform-provider-bigip/issues/234


terraform exists after posting the following declaration (which provisions ASM) : { "schemaVersion": "1.0.0", "class": "Device", "async": true, "webhook": "https://example.com/myHook", "label": "my BIG-IP declaration for declarative onboarding", "Common": { "class": "Tenant", "hostname": "${hostname}", "myNtp": { "class": "NTP", "servers": [ "0.pool.ntp.org", "1.pool.ntp.org", "2.pool.ntp.org" ], "timezone": "UTC" }, "myProvisioning": { "class": "Provision", "ltm": "nominal", "asm": "nominal" }, "internal": { "class": "VLAN", "tag": 4093, "mtu": 1500, "interfaces": [ { "name": "1.2", "tagged": false } ], "cmpHash": "src-ip" }, "internal-self": { "class": "SelfIp", "address": "${private_ip}", "vlan": "internal", "allowService": "default", "trafficGroup": "traffic-group-local-only" }, "external": { "class": "VLAN", "tag": 4094, "mtu": 1500, "interfaces": [ { "name": "1.1", "tagged": false } ], "cmpHash": "src-ip" }, "external-self": { "class": "SelfIp", "address": "${public_ip}", "vlan": "external", "allowService": "default", "trafficGroup": "traffic-group-local-only" }, "dbvars": { "class": "DbVariables", "ui.advisory.enabled": true, "ui.advisory.color": "green", "ui.advisory.text": "${advisory_text}" } } }

RavinderReddyF5 commented 4 years ago

Comment by papineni87 Wednesday Jan 15, 2020 at 14:46 GMT


can you enable debug logs and give us the error message when applying the plan ( to enable debug logs : export TF_LOG=DEBUG )

RavinderReddyF5 commented 4 years ago

Comment by RavinderReddyF5 Thursday Jan 16, 2020 at 06:18 GMT


@yossi-r can you please provide us exact error you are getting.

RavinderReddyF5 commented 4 years ago

Comment by focrensh Tuesday Apr 28, 2020 at 14:57 GMT


@yossi-r I believe this is a duplicate of #243