Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove incorrect resource ARNs for cloudwatch event rule (#1854)
- Loading branch information
0784180
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Iam getting this error ..when i try to execute
│ Error: "name" isn't a valid log group name (alphanumeric characters, underscores, hyphens, slashes, hash signs and dots are allowed): "/aws/eks/uma_eks_cluster,subnet_id=subnet-04ab8be6925009e1d/cluster"
│
│ with aws_cloudwatch_log_group.this[0],
│ on main.tf line 61, in resource "aws_cloudwatch_log_group" "this":
│ 61: name = "/aws/eks/${var.cluster_name}/cluster"
│
╵
╷
│ Error: expected length of name_prefix to be in the range (1 - 38), got uma_eks_cluster,subnet_id=subnet-04ab8be6925009e1d-cluster-
│
│ with aws_iam_role.this[0],
│ on main.tf line 195, in resource "aws_iam_role" "this":
│ 195: name_prefix = var.iam_role_use_name_prefix ? "${local.iam_role_name}${var.prefix_separator}" : null
│
╵