CiscoDevNet / terraform-provider-ciscoasa

Terraform Cisco ASA provider
https://registry.terraform.io/providers/CiscoDevNet/ciscoasa/latest
Mozilla Public License 2.0
14 stars 20 forks source link

Upgrade to TF Plugin SDK v2; Added Physical and Vlan Interfaces resources #40

Closed Subreptivus closed 3 years ago

Subreptivus commented 3 years ago

Build will be broken until go.mod will be fixed. It depends on this PR to be merged: https://github.com/svanharmelen/go-ciscoasa/pull/12. When it will be merged, versioned release should be created there, and this version should go to go.mod. After fixing go.mod file, command go mod vendor should be executed from the root of the repo to fix everything in vendor folder and go.sum file. Optionally go mod tidy might be executed afterwards. After that build should be working alright.