Juniper / junos-terraform

Apache License 2.0
70 stars 24 forks source link

This set of commits covers JTAF 0.1.1 #18

Closed davedotdev closed 2 years ago

davedotdev commented 2 years ago

To use those enums, in the Terraform HCL file, the key value must be " " with a single whitespace. Junos will accept whitespace and it's harmonious to Terraform's HCL.

  1. We know when we should panic. Like not being able to open a connection is a catastrophic failure and thus, the program should immediately exit.
  2. A normal error such as Junos refusing to commit because of a missing dependency during a set of deletions is considered a convergence characteristic and not an error, so do not panic.