File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ locals {
14
14
default_tags = {
15
15
provisioner = " Terraform"
16
16
}
17
- account_id = data. aws_caller_identity . current . account_id
17
+ # account_id = data.aws_caller_identity.current.account_id
18
18
# bucket_prefix = length(var.log_target_prefix) == 0 ? "AWSLogs/${local.account_id}/s3audit" : var.log_target_prefix
19
19
20
20
tags = merge (local. default_tags , var. tags )
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ variable "stages" {
30
30
type = any
31
31
}
32
32
33
- variable "codepipeline_iam" {
34
- description = " Additional IAM actions to add to CodePipeline IAM role."
35
- type = map (list (string ))
36
- default = null
37
- }
33
+ # variable "codepipeline_iam" {
34
+ # description = "Additional IAM actions to add to CodePipeline IAM role."
35
+ # type = map(list(string))
36
+ # default = null
37
+ # }
38
38
39
39
variable "pipeline_type" {
40
40
description = " The CodePipeline pipeline_type. Valid options are V1, V2"
You can’t perform that action at this time.
0 commit comments