1 個回答
- 最新
- 最多得票
- 最多評論
0
In resource "aws_iam_role_policy", you should place .name instead of .id for the role: aws_iam_service_linked_role.AWSServiceRoleForLexV2**.name**.
However, note that you can't modify an Amazon Lex V2 service-linked role (only the description can be updated). Check this document for more info: https://docs.aws.amazon.com/lexv2/latest/dg/using-service-linked-roles.html
已回答 3 年前
相關內容
- AWS 官方已更新 8 個月前