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) }