Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

provider.oci: asn1: structure error

Dave Felcey-OracleFeb 1 2018 — edited Feb 12 2018

When I try to create a plan (terraform plan) for the basic VCN example, outlined on the OCI provider home page, I keep getting the following error:

.

.

.

2018/02/01 19:04:43 [TRACE] Graph after step *terraform.PruneProviderTransformer:

oci_core_virtual_network.vcn1 - *terraform.NodePlannableResource

  provider.oci - *terraform.NodeApplyableProvider

provider.oci - *terraf2018/02/01 19:04:43 [ERROR] root: eval: *terraform.EvalConfigProvider, err: asn1: structure error: tags don't match (2 vs {class:0 tag:16 length:13 isCompound:true}) {optional:false explicit:false application:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false} int @2

2018/02/01 19:04:43 [ERROR] root: eval: *terraform.EvalSequence, err: asn1: structure error: tags don't match (2 vs {class:0 tag:16 length:13 isCompound:true}) {optional:false explicit:false application:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false} int @2

2018/02/01 19:04:43 [ERROR] root: eval: *terraform.EvalOpFilter, err: asn1: structure error: tags don't match (2 vs {class:0 tag:16 length:13 isCompound:true}) {optional:false explicit:false application:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false} int @2

2018/02/01 19:04:43 [ERROR] root: eval: *terraform.EvalSequence, err: asn1: structure error: tags don't match (2 vs {class:0 tag:16 length:13 isCompound:true}) {optional:false explicit:false application:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false} int @2

2018/02/01 19:04:43 [TRACE] [walkPlan] Exiting eval tree: provider.oci

2018/02/01 19:04:43 [TRACE] dag/walk: upstream errored, not walking "oci_core_virtual_network.vcn1"

2018/02/01 19:04:43 [TRACE] dag/walk: upstream errored, not walking "provider.oci (close)"

2018/02/01 19:04:43 [TRACE] dag/walk: upstream errored, not walking "meta.count-boundary (count boundary fixup)"

2018/02/01 19:04:43 [TRACE] dag/walk: upstream errored, not walking "root"

Error: Error running plan: 1 error(s) occurred:

* provider.oci: asn1: structure error: tags don't match (2 vs {class:0 tag:16 length:13 isCompound:true}) {optional:false explicit:false application:false defaultValue:<nil> tag:<nil> stringType:0 timeType:0 set:false omitEmpty:false} int @2

Any suggestions would be very welcome

Thanks

Dave

Comments
Post Details
Added on Feb 1 2018
1 comment
499 views