Skip to content

gcp_secret_manager: support delete all the versions but latest #758

Description

@v1v
SUMMARY

Support exclude_latest when using gcp_secret_manager with version: all-but-latest

- name: Delete all versions of a secret
  google.cloud.gcp_secret_manager:
    name: secret_key
    version: all-but-latest
    state: absent
ISSUE TYPE
  • Feature Idea
COMPONENT NAME

google.cloud.gcp_secret_manager

ADDITIONAL INFORMATION

#543 added support for gcp_secret_manager.

This should help remove old versions without the need to pay for them:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions