Skip to content
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

Local Debian Repo - index_compression_formats showing as null in the diff when not set #1183

Open
5 tasks done
zamanh opened this issue Jan 29, 2025 · 1 comment
Open
5 tasks done
Assignees
Labels
bug Something isn't working

Comments

@zamanh
Copy link

zamanh commented Jan 29, 2025

Describe the bug

The docs that index_compression_formats should default to bz2 if not set. However it still shows in the diff, that it is trying to be set to null when creating a Debian repo:

Image

Requirements for and issue

  • A description of the bug
  • A fully functioning terraform snippet that can be copy&pasted (no outside files or ENV vars unless that's part of the issue). If this is not supplied, this issue will likely be closed without any effort expended.
resource "artifactory_local_debian_repository" "my-debian-repo" {
  key                       = "my-debian-repo"
}
  • Your version of artifactory (you can curl it at $host/artifactory/api/system/version
    7.98.13 (self-hosted)
  • Your version of terraform
    -1.9.8
  • Your version of terraform provider
  • 12.8.3

Expected behavior

  • The diff shouldn't mention any changes to index_compression_formats if not set.
@zamanh zamanh added the bug Something isn't working label Jan 29, 2025
@alexhung
Copy link
Member

@zamanh Thanks for the report! I've added this to our plan to investigate and fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants