Skip to content

secret: update secret disabling previous version#661

Open
gpongelli wants to merge 1 commit into
ansible-collections:masterfrom
gpongelli:disable-prev-secret
Open

secret: update secret disabling previous version#661
gpongelli wants to merge 1 commit into
ansible-collections:masterfrom
gpongelli:disable-prev-secret

Conversation

@gpongelli

Copy link
Copy Markdown
SUMMARY

Disable the previous secret's version when updating with a new version.

Fixes #660

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

gcp_secret_manager

ADDITIONAL INFORMATION
- name: Add a new version of a secret disabling previous one
  google.cloud.gcp_secret_manager:
    name: secret_key
    value: updated super secret disabling previous
    state: present
    disable_previous_version: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable previous version when updating secret

1 participant