invalidinputexception "name prefix" not valid terraform while creating an FMS policy

0

While creating an FMS WAFv2 policy using Terraform I receive the following error:

Firehose name prefix is not valid: arn:aws:firehose:us-east-1:xxxx:deliverystream/test-stream-name

However firehose seems a valid arn, so what gives?

AWS
Lucas
asked a year ago264 views
1 Answer
1
Accepted Answer

In order to fix this you need to ensure that the name of your firehose delivery stream resource in terraform starts with "aws-waf-logs".

AWS
Lucas
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions