-
We want to configure pull replication using Terraform, and I'm confused after reading the documentation. There seems to be overlapping config settings between the resources https://registry.terraform.io/providers/jfrog/artifactory/latest/docs/resources/remote_repository_replication The two resources have included official documentation for pull replication in the description, but |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@anstrom Thanks for the report. The documentation for the replication resources are not super clear, I admit. I'll add this to our plan to improve them. |
Beta Was this translation helpful? Give feedback.
To answer your question though,
remote_repository_replication
resource is the one to use. The other ones are old and deprecated. See change log of v7.3.0Deprecation messages were added to the resources (i.e. the message will appear if you use them in your HCL and run
terraform plan
) but we forgot to include them in the documentation. I'll add them as part of the documentation improvement.