File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -92,16 +92,17 @@ module "cloud_connector" {
92
92
93
93
94
94
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
+ # }
105
106
106
107
107
108
You can’t perform that action at this time.
0 commit comments