Skip to content

Allow creation of multiline env vars #1563

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

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

pacotole
Copy link
Contributor

Allow creation of env vars with multiple lines using double quotes in .env file

(e.g.)

vault_wordpress_sites:
  examplecom:
    env:
      db_password: ASDFASDFS3534
      ...
      my_private_key: |-
        -----BEGIN RSA PRIVATE KEY-----
        ABCJKgIBAAKCAgEAx7gJFs9GfJ8aaNDyjB9yYmyIcdFgTjRk7K3fYss7AtoAGg7Fh
        ...
        -----END RSA PRIVATE KEY-----

@pacotole pacotole changed the title Allow creation of multine env vars Allow creation of multiline env vars Mar 17, 2025
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.

2 participants