Skip to content

Conversation

@gpongelli
Copy link

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