Closed snowch closed 7 years ago
Hello @snowch ,
Yes exactly, actually no-route
is a cf cli option. It didn't exists inside the API.
You can also have a look to https://github.com/orange-cloudfoundry/terraform-cloudfoundry-modules to push your app in a cli manifest style (but option no-route
didn't exists too here)
Thanks @ArthurHlt!
The
resource "cloudfoundry_app"
routes parameter is defined as follows:Is the
routes
default value of NULL equivalent to setting the optionno-route: true
?