google / exposure-notifications-server

Exposure Notification Reference Server | Covid-19 Exposure Notifications
https://www.google.com/covid19/exposurenotifications/
Apache License 2.0
2.39k stars 306 forks source link

terraform using deprecated arg #1604

Closed mikehelmick closed 1 year ago

mikehelmick commented 2 years ago

we're using a deprecated element in our TF

╷
│ Warning: Argument is deprecated
│ 
│   with module.en.local_file.env,
│   on .terraform/modules/en/terraform/main.tf line 191, in resource "local_file" "env":

redacted

│ 
│ Use the `local_sensitive_file` resource instead.
│ 
│ (and one more similar warning elsewhere)
╵
mikehelmick commented 2 years ago

applies to verification server

sethvargo commented 1 year ago

https://github.com/google/exposure-notifications-server/pull/1605

https://github.com/google/exposure-notifications-verification-server/pull/2363