terraform-provider-online icon indicating copy to clipboard operation
terraform-provider-online copied to clipboard

Server interface state issues

Open meyskens opened this issue 6 years ago • 1 comments

When running terraform plan after a successful create of online_server the plan wants to make the interface properties empty every time.

  ~ module.production_cluster.online_server.worker_server
      public_interface.address: "xxx.xxx.xxx.xxx" => ""
      public_interface.dns:     "rev.poneytelecom.eu." => ""
      public_interface.mac:     "xx:xx:xx:xx" => ""

meyskens avatar Oct 05 '18 16:10 meyskens