Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Make eventbridge connections output sensitive #123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Engerim
Copy link

@Engerim Engerim commented May 7, 2024

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 Engerim changed the title Make eventbridge connections output sensitive fix: Make eventbridge connections output sensitive May 7, 2024
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.

None yet

1 participant