Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix unused slack_webhook_url causing error #9

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

Conversation

npwolf
Copy link

@npwolf npwolf commented Dec 20, 2023

I used slack_notification_enabled = false and was not supplying a slack_webhook_url. This resulted in the following error:

│ Error: encrypting with KMS Key (arn:aws:kms:us-xxxx-x:xxxx:key/xxxx-xxxx-xxxx-xxxx-xxxxxxx): InvalidParameter: 1 validation error(s) found.
│ - minimum field size of 1, EncryptInput.Plaintext.
│
│
│   with module.xxxx.module.xxxx.module.rds-pg.aws_kms_ciphertext.slack_url[0],
│   on .terraform/modules/xxxx.database.rds-pg/main.tf line 242, in resource "aws_kms_ciphertext" "slack_url":
│  242: resource "aws_kms_ciphertext" "slack_url" {
│

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant