From 0df09ac7b9ae58b7651c92503f9fc5ff4486ee0d Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Mon, 10 Jun 2024 08:18:08 -0700 Subject: [PATCH] Update main.tf --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 008a9ef..8b8b3e0 100644 --- a/main.tf +++ b/main.tf @@ -86,7 +86,7 @@ output codecommit_credentials_username { } output codecommit_credentials_password { - value =nonsensitive(aws_iam_service_specific_credential.codecommit.service_password) + value = nonsensitive(aws_iam_service_specific_credential.codecommit.service_password) }