Loading
Add group_dependency_proxy_image_ttl resource
What does this MR do?
Adds a new gitlab_group_dependency_proxy_image_ttl_policy resource to manage a group's Dependency Proxy image TTL policy via the updateDependencyProxyImageTtlGroupPolicy GraphQL mutation.
Details
enabledandttlare optional/computed, defaulting tofalse/90to match GitLab's own defaults.- The policy always exists per group, so
Create/Updateboth just update it, andDeleteresets it to defaults instead of removing it. - Supports import (CLI and
importblocks).
Changelog: Feature
Closes #6786 (closed)