Skip to content

Commit a48cc66

Browse files
AirhisAirhis
Airhis
authored and
Airhis
committed
made modifications for linting errors
1 parent 1a27130 commit a48cc66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ locals {
1414
default_tags = {
1515
provisioner = "Terraform"
1616
}
17-
account_id = data.aws_caller_identity.current.account_id
17+
#account_id = data.aws_caller_identity.current.account_id
1818
#bucket_prefix = length(var.log_target_prefix) == 0 ? "AWSLogs/${local.account_id}/s3audit" : var.log_target_prefix
1919

2020
tags = merge(local.default_tags, var.tags)

variables.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ variable "stages" {
3030
type = any
3131
}
3232

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+
# }
3838

3939
variable "pipeline_type" {
4040
description = "The CodePipeline pipeline_type. Valid options are V1, V2"

0 commit comments

Comments
 (0)