You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As secret outputs in classic vpn are not marked sensitive=true plan and apply are broken
Expected behavior
Secret outputs marked sensitive and plan/apply works.
Observed behavior
Plan/apply doesn't work because sensitive outputs not marked sensitive.
│
│ on outputs.tf line 52:
│ 52: output "ipsec_secret-static" {
│
│ To reduce the risk of accidentally exporting sensitive data that was
│ intended to be only internal, Terraform requires that any root module
│ output containing sensitive data be explicitly marked as sensitive, to
│ confirm your intent.
│
│ If you do intend to export this data, annotate the output value as
│ sensitive by adding the following argument:
│ sensitive = true
╵
ERRO[0025] Terraform invocation failed in ```
### Terraform Configuration
```hcl
na
Terraform Version
1.5.7
Additional information
No response
The text was updated successfully, but these errors were encountered:
TL;DR
As secret outputs in classic vpn are not marked
sensitive=true
plan and apply are brokenExpected behavior
Secret outputs marked sensitive and plan/apply works.
Observed behavior
Plan/apply doesn't work because sensitive outputs not marked sensitive.
Terraform Version
Additional information
No response
The text was updated successfully, but these errors were encountered: