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
Describe the bug
Working with organizations using multiple accounts, I created a bucket in the main control account. This is for logging al cloudwatch logs. However every file logged has it's own cmk that is not accessible from the main account
To Reproduce
Steps to reproduce the behavior:
deploy resource "aws_kms_key" "cloudtrail"
the files will show in the selected bucket on the cotrol account
inside the control account the files are not accessible because the cmk is not accessible in the client account
Expected behavior
I wan't to read the files in the shared account
Describe the bug
Working with organizations using multiple accounts, I created a bucket in the main control account. This is for logging al cloudwatch logs. However every file logged has it's own cmk that is not accessible from the main account
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I wan't to read the files in the shared account
Code Snippet
Additional context
Changing
into
var.shared_account.account_id
does work but tf corrects it every deployThe text was updated successfully, but these errors were encountered: