Skip to content

Commit 0259a75

Browse files
fix(wip): comment benchmark module
1 parent c9a8825 commit 0259a75

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

main.tf

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,17 @@ module "cloud_connector" {
9292

9393

9494

95-
data "aws_caller_identity" "me" {}
96-
module "cloud_bench" {
97-
providers = {
98-
aws = aws.cloudvision
99-
}
100-
source = "./modules/services/cloud-bench"
101-
102-
account_id = var.is_organizational ? var.organizational_config.cloudvision_member_account_id : data.aws_caller_identity.me.account_id
103-
tags = var.tags
104-
}
95+
# FIXME. failing, to be reviewed
96+
# data "aws_caller_identity" "me" {}
97+
# module "cloud_bench" {
98+
# providers = {
99+
# aws = aws.cloudvision
100+
# }
101+
# source = "./modules/services/cloud-bench"
102+
103+
# account_id = var.is_organizational ? var.organizational_config.cloudvision_member_account_id : data.aws_caller_identity.me.account_id
104+
# tags = var.tags
105+
# }
105106

106107

107108

0 commit comments

Comments
 (0)