cloudposse / terraform-aws-ec2-client-vpn

https://cloudposse.com/accelerate
Apache License 2.0
45 stars 28 forks source link

Mark 'full_client_configuration' output as sensitive value #47

Closed VladStarr closed 2 years ago

VladStarr commented 2 years ago

what

why

ZeroDeth commented 2 years ago

Any plan for merging?

      "client_configuration": {
        "sensitive": true,
        "value": ""
      },

It would be great if document keys existed under parameter-store? Thanks

Gowiem commented 2 years ago

/test all

Gowiem commented 2 years ago

@ZeroDeth Not sure about on your client config JSON question, but we will likely merge this since it’s a simple, easy change.

Regarding the values being available in PStore — Feel free to open a PR to add that and ping me and we can work through it.