Juniper / junos-terraform

Apache License 2.0
70 stars 24 forks source link

JTAF is now version 0.1.2 #19

Closed davedotdev closed 2 years ago

davedotdev commented 2 years ago

Provider code is now entirely copied to the working directory that is referenced in the config file. That means all of the .go code is in one place without copying indivial files.

There is now a new commit resource called destroycommit which has inverse logic; it commits on a Terraform delete instead of create. This means that when a Terraform module makes use of it, the commit is automatically applied when the resources are destroyed.

This is our best practice approach.

davedotdev commented 2 years ago

Dealt with the conversion of qfx_1 to vsrx_1 in all locations (pushed to the latest commit on this branch.

Regarding the YANG files - the idea here is that everything is included to run a successful demo. The file overhead is minimal and users can concentrate on JTAF itself.