Skip to content

Commit 3b403ef

Browse files
committed
chore: update outputs
1 parent cf7d609 commit 3b403ef

File tree

3 files changed

+3
-3
lines changed
  • platform-cx-s3-to-sqs/examples

3 files changed

+3
-3
lines changed

platform-cx-s3-to-sqs/examples/clickhouse-integration/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module "clickhouse_integration" {
3232
# Output the information needed to provide to ClickHouse
3333
output "role_arn" {
3434
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
3636
}
3737

3838
output "bucket_name" {

platform-cx-s3-to-sqs/examples/cloudquery-integration/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module "cloudquery_integration" {
4747
# Output the information needed to provide to CloudQuery Platform
4848
output "role_arn" {
4949
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
5151
}
5252

5353
output "role_external_id" {

platform-cx-s3-to-sqs/examples/dual-inegration/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module "dual_integration" {
5050
# Output the configuration information
5151
output "role_arn" {
5252
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
5454
}
5555

5656
output "external_id" {

0 commit comments

Comments
 (0)