Augusto Evangelista Moreira
Results
2
comments of
Augusto Evangelista Moreira
> You can delegate admin control in the following way. > > ```terraform > resource "aws_organizations_delegated_administrator" "this" { > account_id = "your-account-id" > service_principal = "cloudtrail.amazonaws.com" > } > ```...
@posquit0 After some research, I found the solution. When enabling delegated administrator access using Organizations API, AWS doesn't create a service-linked role to cloudtrail. To make this work, you will...