Add a platform_custom_base_url
resource.
#175
Labels
feature request
New feature or request
no API support
Lack REST API to support in Terraform provider
Is your feature request related to a problem? Please describe.
Yes, I've just created a
artifactory_remote_cargo_repository
repository on our Edge node, only for it to fail during theapply
step (plan
was fine) with the following error:Our Edge nodes are completely configured using Terraform providers, so it would be ideal to be able to declare this as a resource too.
Describe the solution you'd like
Make use of the Update Custom URL Base API.
Describe alternatives you've considered
I wanted to use the
http
provider, however it won't permit thePUT
method.In the immediate term I guess I will either do it manually 🤮 or wrap a
cURL
step to do it.Additional context
https://registry.terraform.io/providers/jfrog/artifactory/latest/docs/resources/remote_cargo_repository#note
The text was updated successfully, but these errors were encountered: