File tree 3 files changed +3
-3
lines changed
platform-cx-s3-to-sqs/examples
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module "clickhouse_integration" {
32
32
# Output the information needed to provide to ClickHouse
33
33
output "role_arn" {
34
34
description = " The ARN of the IAM role to provide to ClickHouse"
35
- value = module. clickhouse_integration . iam_role_arn
35
+ value = module. clickhouse_integration . customer_role_arn
36
36
}
37
37
38
38
output "bucket_name" {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ module "cloudquery_integration" {
47
47
# Output the information needed to provide to CloudQuery Platform
48
48
output "role_arn" {
49
49
description = " The ARN of the IAM role to provide to CloudQuery Platform"
50
- value = module. cloudquery_integration . iam_role_arn
50
+ value = module. cloudquery_integration . customer_role_arn
51
51
}
52
52
53
53
output "role_external_id" {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ module "dual_integration" {
50
50
# Output the configuration information
51
51
output "role_arn" {
52
52
description = " The ARN of the IAM role that CloudQuery and ClickHouse can assume"
53
- value = module. dual_integration . iam_role_arn
53
+ value = module. dual_integration . customer_role_arn
54
54
}
55
55
56
56
output "external_id" {
You can’t perform that action at this time.
0 commit comments