f5devcentral / terraform-bigip-app-consul-sync-nia

This terraform module leverages consul-terraform-sync to create and update application services on BIG-IP based on registered services within Consul
MIT License
4 stars 7 forks source link

With new 0.1.0 consul-terraform-sync cli has been deprecated #13

Open scshitole opened 3 years ago

scshitole commented 3 years ago

With the new 0.1.0 release of consul-terraform-sync https://github.com/hashicorp/consul-terraform-sync/releases/tag/v0.1.0-techpreview2

Deprecate provider block name in this release for terraform_provider block name, and provider will be removed in the following release [GH-140]

scshitole commented 3 years ago

with tech preview2 consul_terraform_sys binary the cli changed from provider "bigip" to

provider_terraform "bigip" {
  address  = "10.1.2.5:8443"
  username = "admin"
  password = "pass"
}