Skip to content

Commit fb8d044

Browse files
AirhisAirhis
Airhis
authored and
Airhis
committed
modified main.tf and local.tf files
1 parent 3bde457 commit fb8d044

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// See the License for the specific language governing permissions and
1111
// limitations under the License.
1212

13-
data "aws_caller_identity" "current" {}
13+
#data "aws_caller_identity" "current" {}
1414

1515
resource "aws_codepipeline" "this" {
1616
name = var.name

0 commit comments

Comments
 (0)