Skip to content

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 added 22 commits March 2, 2023 08:52
@pacotole pacotole changed the title Allow creation of multine env vars Allow creation of multiline env vars Mar 17, 2025
@swalkinshaw
Copy link
Member

Replaced by #1617

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