Ferran Rodenas

Results 39 comments of Ferran Rodenas

@drnic You can always enable/disable or add/remove your CF providers and API endpoints modifying the [config file](https://github.com/frodenas/cf-console/blob/master/config/configatron/defaults.rb#L8).

This happens most likely because the bucket does not exist. Have you checked if the bucker is there and that the `{{bucket_name}}` interpolation is working?

Newer versions of the vRA API require setting the region `id` and `name` when creating a vSphere cloud account (older versions only required the `id`). The region `name` specified can...

@an2ane Unfortunately, I don't have any updates yet.

Most of the vRA services have started transitioning to the [OpenAPI Specification 3](https://swagger.io/specification/v3/) since vRA 8.11, but the current tooling ([go-swagger](https://github.com/go-swagger/go-swagger)) used in this project to generate the SDK from...

Updating the network interfaces for a machine is a feature that is currently not supported. We should at least document this gap in the resource documentation and/or emit a warning...

@pgsmith123 There are a few integration examples at the [examples](https://github.com/vmware/terraform-provider-vra/blob/main/examples/integration/main.tf) directory, including an Active Directory integration. Have you tried that example? is there anything else that you are looking for?

Yes, the `endpointId` is a mandatory property, as it should be the `ID` of the runtime environment endpoint. Unfortunately, there is no way to retrieve this `ID` from a data...

Thanks @f4nb0y