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