We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fadf71 commit 4fb4038Copy full SHA for 4fb4038
subscription-filter.tf
@@ -1,6 +1,6 @@
1
locals {
2
function_name = var.function_name
3
- principal = "logs.${data.aws_region.current.name}.amazonaws.com"
+ principal = "logs.${data.aws_region.current.region}.amazonaws.com"
4
}
5
6
# Get current region.
0 commit comments