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" { } } } +} 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