terraform-provider-nexus
terraform-provider-nexus copied to clipboard
Add attribute content_disposition to Raw repository resources
Is your feature request related to a problem? Please describe. Support of attribute content_disposition in all resources and data sources "nexus_repository_raw_*".
Describe the solution you'd like example:
resource "nexus_repository_raw_hosted" "internal" {
name = "raw-internal"
online = true
content_disposition = "INLINE"
storage {
blob_store_name = "default"
strict_content_type_validation = false
write_policy = "ALLOW"
}
}
it is blocked by sonatype issue https://issues.sonatype.org/browse/NEXUS-30750
This issue has been automatically marked as stale
because it has had no activity in the last 90 days. It will be closed in 7 days if no further activity occurs. Leaving a comment starting with /fresh
will mark this issue as not stale.
Hi, I am also interested in the parameter content_disposition. Even with my Sonatype account I could not fine the issue NEXUS-30750. Is it still a blocker to add the parameter.
Thank you for the development of the provider Andreas