terraform-aws-eventbridge icon indicating copy to clipboard operation
terraform-aws-eventbridge copied to clipboard

fix: Make eventbridge connections output sensitive

Open Engerim opened this issue 1 month ago β€’ 0 comments

Atm with the aws provider this module fails as the event bridge connection output is sensitve but not declared as sensitive in the module

The output fails β•· β”‚ Error: Output refers to sensitive values β”‚ β”‚ on outputs.tf line 128: β”‚ 128: output "eventbridge_connections" { β”‚ β”‚ 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

Engerim avatar May 07 '24 07:05 Engerim