You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the terraform module for newrelic log ingestion and it deploys fine to the first region, but when trying to deploy to a second region, I get the following error:
Error: failed creating IAM Role (newrelic-log-ingestion): EntityAlreadyExists: Role with name newrelic-log-ingestion already exists
I have tried changing the service_name to include the region, but then I get this error:
Error: unable to load "temp/newrelic-log-ingestion.zip": open temp/newrelic-log-ingestion.zip: no such file or directory
Even changing the service_name, lambda_image_name, and lambda_archive properties to match, it still complains that it cannot find the .zip file.
What needs to be done to allow multi-region deployment through terraform?
The text was updated successfully, but these errors were encountered:
I am using the terraform module for newrelic log ingestion and it deploys fine to the first region, but when trying to deploy to a second region, I get the following error:
I have tried changing the
service_name
to include the region, but then I get this error:Even changing the
service_name
,lambda_image_name
, andlambda_archive
properties to match, it still complains that it cannot find the .zip file.What needs to be done to allow multi-region deployment through terraform?
The text was updated successfully, but these errors were encountered: