From 18d557ae5e050ded7173eab3495dbe7a1de037b1 Mon Sep 17 00:00:00 2001 From: cschar Date: Fri, 8 Dec 2023 18:03:25 -0500 Subject: [PATCH 1/2] remove paragraph text from code --- chapter7/listing7.14/main_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/chapter7/listing7.14/main_test.go b/chapter7/listing7.14/main_test.go index 4fbf06b..c0f9d8c 100644 --- a/chapter7/listing7.14/main_test.go +++ b/chapter7/listing7.14/main_test.go @@ -21,4 +21,3 @@ func TestGETIndex(t *testing.T) { } }) } -Now From 2958d9b15cd18ef738cfc6497ba70ede56ce4e24 Mon Sep 17 00:00:00 2001 From: cschar Date: Fri, 8 Dec 2023 18:03:35 -0500 Subject: [PATCH 2/2] add ending bracket for resource --- chapter12/listing12.12/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/chapter12/listing12.12/main.tf b/chapter12/listing12.12/main.tf index f1e609d..66cedd7 100644 --- a/chapter12/listing12.12/main.tf +++ b/chapter12/listing12.12/main.tf @@ -80,3 +80,4 @@ resource "aws_codepipeline" "codepipeline" { } } } +}