Replies: 3 comments 9 replies
-
Hi @railoni, can you provide more information on your issue? What version of JFrog products (Artifactory, Xray, etc.) are you using? What is the rest of your configuration? Which resources are you using? What are the output from running |
Beta Was this translation helpful? Give feedback.
7 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Do we need to Use repos attribute in the project resource. specify all repos under project resource. resource "project" "myproject" {
key = "myproj"
display_name = "My Project"
description = "My Project"
admin_privileges {
manage_members = true
manage_resources = true
index_resources = true
}
max_storage_in_gibibytes = 10
block_deployments_on_limit = false
email_notification = true
repos = ["myproj-docker-v2-local"]
depends_on = [ artifactory_local_docker_v2_repository.docker-v2-local ]
} Could you please share some example for artifactory federated repository. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Terraform re-apply is inconsistent while trying to update the existing environment which is provisioned from the same code.
I am using the below providers to configure artifactory with creating projects, users, repositories etc.
Every re-apply environment getting empty for all the repos. can someone help me to fix and have consistent for every run.
Beta Was this translation helpful? Give feedback.
All reactions