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
Copy file name to clipboardExpand all lines: modules/integrations/cloud-logs/README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,16 @@ Additional features include:
25
25
- Support for AWS GovCloud deployments
26
26
- Support for cross-region deployments where the S3 bucket and SNS topic are in different regions
27
27
28
+
## Important Note - AWS provider
29
+
30
+
This module relies on a secondary AWS provider, with alias `sns`. We require this additional provider to support cross-region deployments where the SNS topic is defined or to be created in a different region. If you don't intend to use a different region you can define if before including the module in your setup as:
31
+
```
32
+
provider aws {
33
+
alias = "sns"
34
+
region = data.aws_region.current.name
35
+
}
36
+
```
37
+
28
38
## Important Notes for Cross-Account Access
29
39
30
40
When using this module with organizational cross-account access (where CloudTrail bucket is in a different AWS account), the module automatically deploys a StackSet to configure the role in the bucket account.
0 commit comments