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
When applying the cloudwatch-logs-aggregator module, the following warning appears. I would like to resolve this:
Warning: Argument is deprecated
with module.cw_logs_aggregator_lambda.aws_iam_role.this,
on .terraform/modules/cw_logs_aggregator_lambda/cloudwatch-logs-aggregator/lambda/main.tf line 27, in resource "aws_iam_role" "this":
27: managed_policy_arns = ["arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole"]
The managed_policy_arns argument is deprecated. Use the
aws_iam_role_policy_attachments_exclusive resource instead.
(and one more similar warning elsewhere)
When applying the cloudwatch-logs-aggregator module, the following warning appears. I would like to resolve this:
The text was updated successfully, but these errors were encountered: