error in iam role name length limit 64
Re Bouaziz, j'ai ds soucis avec la configuration d'origine des shared modules qui n'autorise pas les longueurs des noms ds ressources: Error: expected length of name to be in the range (1 - 64), got chatbot-sae-saeawspfiagendocuref-eu2-z2-ppd-lambda-execution-role 4865│ 4866│ with module.backend-api.aws_iam_role.lambda_execution_role, 4867│ on backend-api/iam.tf line 123, in resource "aws_iam_role" "lambda_execution_role": 4868│ 123: name = "${var.name_prefix}-lambda-execution-role"
et aussi: Error: expected length of name to be in the range (1 - 64), got chatbot-sae-saeawspfiagendocuref-eu2-z2-ppd-ecs-task-execution-role 4873│ 4874│ with module.common.aws_iam_role.ecs_task_execution_role, 4875│ on common/ecs.tf line 37, in resource "aws_iam_role" "ecs_task_execution_role": 4876│ 37: name = "${var.name_prefix}-ecs-task-execution-role"
Error: expected length of name to be in the range (1 - 64), got chatbot-sae-saeawspfiagendocuref-eu2-z2-ppd-ecs-ingestion-task-role 4881│ 4882│ with module.ingestion.aws_iam_role.ecs_ingestion_task_role, 4883│ on ingestion/iam.tf line 3, in resource "aws_iam_role" "ecs_ingestion_task_role": 4884│ 3: name = "${var.name_prefix}-ecs-ingestion-task-role"