-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
myjfrog_private_connection
resource required
#3
Comments
@dhrapson Thanks for the suggestion. You're correct that currently there's no REST API to set the private connection for AWS. I'll create an internal feature request ticket with the MyJFrog team. I encourage you to also mention this to your JFrog contact. |
Hi, I'm experiencing the same issue. After investigating the issue, it looks that the problem is with the provider left in the not initialized state.
In my terraform project, I'm using only |
@dlorych Thanks for the report! That's definitely a bug. I've added this to our schedule to be fixed. |
Provider issues are fixed in jfrog/terraform-provider-platform#97 |
…et-version-fails Fix provider configure when get version fails
platform_myjfrog_private_connection
resource requiredmyjfrog_private_connection
resource required
@dhrapson Sorry it has been a while. The MyJFrog team would like to learn more about your request so please contact your JFrog customer support person and make the same feature request. |
Is your feature request related to a problem? Please describe.
We have multiple AWS accounts from which we want to pull images from Artifactory using Private Endpoints.
It is frustrating that I have to manually add the VPC endpoint for each one manually via the MyJFrog UI as a Private Connection.
In some cases the account contents will be periodically disposed to encourage good practice for using IaC.
Not being able to recreate these Private Connections via Terraform means we cannot fully tear down the VPC endpoints, and hence not the VPC either, which risks the leaving around of remnants from previous periods.
Describe the solution you'd like
A new resource called
platform_myjfrog_ip_private_connection
with a single attributevpc_endpoint
Describe alternatives you've considered
A workaround of a HTTP-based terraform provider or
local-exec
that executescurl
could work if I knew what API to invoke, however I wasn't able to find that in the JFrog REST API docs.Additional context
None
The text was updated successfully, but these errors were encountered: