aws-log-ingestion
aws-log-ingestion copied to clipboard
Make nr_tags optional
The documentation states that the field nr_tags is optional. But the terraform code requires you to specify the field. Documentation: https://docs.newrelic.com/docs/logs/forward-logs/aws-lambda-sending-cloudwatch-logs/
Error without setting the nr_tags field:
➜ terraform plan
╷
│ Error: Missing required argument
│
│ on main.tf line 21, in module "newrelic_log_ingestion":
│ 21: module "newrelic_log_ingestion" {
│
│ The argument "nr_tags" is required, but no definition was found.
This commit adds a default value, so that the field is actually optional as stated in the documentation.
Hi @adiesner , do we know if this is getting merged anytime soon? You're right, this should be optional
Hi @adiesner , do we know if this is getting merged anytime soon? You're right, this should be optional
Sadly I have no idea. I never heard anything back from them besides an automated email from the CLAassistant. I will get in touch with my contact at NewRelic and ask what is missing.
@jcsobrino please merge this PR.