Errata
The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
Version | Location | Description | Submitted By | Date submitted | Date corrected |
---|---|---|---|---|---|
??? below sentence "You can also use for expressions to output a map rather than a list using the following syntax:" |
On Chapter 5: Note from the Author or Editor: |
cartigayane k | Sep 10, 2019 | Oct 04, 2019 | |
? Loops with for_each Expressions |
In the section "Loops with for_each Expressions" of Chapter 5, a code snippet for the module "webserver_cluster" in which the new "custom_tags" section is added includes the statement: Note from the Author or Editor: |
Jaime Fontanoza | Sep 12, 2019 | Oct 04, 2019 | |
? Chapter 6, "Small Modules" |
The list of resources to move from webserver-cluster/main.tf to asg-rolling-deploy/main.tf includes the following: Note from the Author or Editor: |
Jaime Fontanoza | Sep 14, 2019 | Oct 04, 2019 | |
? Chapter 7, Section "Unit Testing Basics" |
The initial alb_example_test.go and other tests generate a "not enough arguments" error, as the function signatures for all of http_helper.HttpGet* functions were changed in terratest v0.19.0 to include a pointer to a TLSConfig struct as the third parameter. Note from the Author or Editor: |
Jaime Fontanoza | Sep 19, 2019 | Oct 04, 2019 | |
? Chapter 7, Section "Dependency Injection" |
The initial run of TestHelloWorldAppExample fails because the expected response body is: Note from the Author or Editor: |
Jaime Fontanoza | Sep 20, 2019 | Oct 04, 2019 | |
? Chapter 7, Section "Running Tests in Parallel" |
The maximum number of tests run in parallel is limited by default to the value of CPUs available (the value of GOMAXPROCS), so running the example as-is: Note from the Author or Editor: |
Jaime Fontanoza | Sep 20, 2019 | Oct 04, 2019 | |
? Chapter 7, Section "Integration Tests" |
In the code snippet at the end of the section for testing TestHelloAppWorldStage: Note from the Author or Editor: |
Jaime Fontanoza | Sep 21, 2019 | Oct 04, 2019 | |
end of chapter 2 Code snipped |
resource "aws_lb_listener_rule" "asg" { listener_arn = aws_lb_listener.http.arn priority = 100 Note from the Author or Editor: |
Jesse Ahluwalia | May 19, 2020 | Jul 10, 2020 | |
4-4 Below Figure 4-4. |
And there you have it: code reuse in multiple environments that involves minimal copying and pastiing. |
cartigayane k | Oct 31, 2019 | Nov 15, 2019 | |
Page 20 Footnote 7 |
The official documentation for Chef Provisioning is no longer available in https://docs.chef.io/provisioning.html as it was officially end-of-life according to Note from the Author or Editor: |
Hayato Matsuura | Dec 08, 2019 | Jul 10, 2020 | |
Page 27 text that accompanies Figure 1-7 |
Figure 1-7. The typical architecture for Chef, Puppet, and SaltStack involves many moving parts. For example, the default setup for Chef is to run the Chef client on your computer, which talks to a Chef master server, which deploys changes by communicates with Chef clients running on all your other servers. Note from the Author or Editor: |
Anonymous | Jan 05, 2021 | Jan 22, 2021 | |
Page 27 Middle paragraph |
All of these extra moving parts introduce a large number of new failure modes into your infrastructure. Each time you get a bug report at 3 a.m., you’ll need to figure out whether it’s a bug in your application code, or your IaC code, or the configuration management client, or the master server(s), or the way the client communicates the master server(s), or the way other servers communicates the master server(s), or... Note from the Author or Editor: |
Anonymous | Jan 05, 2021 | Jan 22, 2021 | |
Printed, PDF, ePub | Page 28 figure 1-8 notes |
masterless, agent-only architecture Note from the Author or Editor: |
Bryan Bai | Dec 14, 2019 | Jul 10, 2020 |
Page 56 3rd paragraph |
The sentence says "This allows you enforce..." should say "This allows you to enforce..." Note from the Author or Editor: |
Anonymous | Mar 15, 2021 | ||
Printed | Page 57 1st paragraph |
On the first line of the paragraph, after the example with the more complicated structural types, the text states: "The precending example..." instead of "The preceeding example..." Note from the Author or Editor: |
Anonymous | Jul 19, 2020 | Jan 22, 2021 |
Page 57 The lower-middle paragraph |
The first sentence says "The precending example..." should be "The preceding example..." Note from the Author or Editor: |
Anonymous | Mar 15, 2021 | ||
Page 61 Second sentence of second paragraph below "Deploying a Cluster of Web Servers" |
"Fortunately, you can let AWS take care of it for by you" Note from the Author or Editor: |
Greg Goddard | Feb 01, 2021 | ||
Printed | Page 62 1st line |
Despite the presence of the example, there is no mention that the launch configuration does not support tags. The only replacements mentioned are ami with image_id and vpc_security_group with security_groups. Note from the Author or Editor: |
Anonymous | Jul 19, 2020 | Jan 22, 2021 |
Page 64 Bottom paragraph |
First sentence contains "you typically want to give of your end users" Note from the Author or Editor: |
Greg Goddard | Feb 01, 2021 | ||
Page 94 First sentence after "Isolation via File Layout" |
The first sentence for the "Isolation via File Layout" says Note from the Author or Editor: |
Luis Gonzalez | Sep 26, 2021 | ||
Page 99 Bottom of the page (code block) |
The terraform definition to create the MySQL instance works fine but if you later on try to delete the RDS MySQL server you will get an error because the final snapshot name has not been set. Note from the Author or Editor: |
Luis Gonzalez | Sep 29, 2021 | ||
Page 114 2nd paragraph |
There is a sentence that says "...copying and pastiing." It should say "...copying and pasting." Note from the Author or Editor: |
Anonymous | Mar 15, 2021 | ||
Printed, PDF, ePub | Page 135 4th paragraph |
If you run the plan command on the preceding code, you will see that Terraform Note from the Author or Editor: |
Bryan Bai | Jan 02, 2020 | Jul 10, 2020 |
Printed | Page 149 First example of code output |
The actual code produces: Note from the Author or Editor: |
Anonymous | Dec 22, 2020 | Jan 22, 2021 |
Printed, PDF, ePub | Page 179 first line of comment |
# You should change this to the username of an IAM user that already Note from the Author or Editor: |
Bryan Bai | Jan 06, 2020 | Jul 10, 2020 |
Printed, PDF, ePub | Page 244 1st paragraph |
The updated Handlers class now handles the /web-service URL by calling a new Note from the Author or Editor: |
Bryan | Dec 14, 2019 | Jul 10, 2020 |
Page 263 createDbOpts code snippet |
bucketRegionForTesting := "YOUR_S3_BUCKET_FOR_TESTING" |
Yevgeniy (Jim) Brikman |
Sep 28, 2019 | Oct 04, 2019 | |
Printed, PDF, ePub | Page 268 2nd paragraph |
This function uses test_structure.LoadTerraformOptions to load the dbOps data. Note from the Author or Editor: |
Bryan Bai | Dec 14, 2019 | Jul 10, 2020 |
Printed, PDF, ePub | Page 270 1st paragraph |
so that the only things that execute are terraform apply and the validations Note from the Author or Editor: |
Bryan Bai | Dec 14, 2019 | Jul 10, 2020 |
Printed, PDF, ePub | Page 280 2nd paragraph |
The advantage of these tools is that the DLSs Note from the Author or Editor: |
Bryan Bai | Dec 14, 2019 | Jul 10, 2020 |
Page 280 Middle of page |
Under the heading "Property testing" it says "...infrastructure,:", but it should not have a comma. Note from the Author or Editor: |
Anonymous | Mar 15, 2021 | ||
Page 289 Item 3 in the list |
"3. The, the inevitable happens" should be "3. Then, the inevitable happens" |
Yevgeniy (Jim) Brikman |
Sep 28, 2019 | Oct 04, 2019 | |
Page 312 1/3 from the top |
The sentence says "Make sure that your CI server does not delete these files (e.g., as part of cleaing up the workspace after a build)!" Note from the Author or Editor: |
Anonymous | Dec 29, 2021 | ||
Mobi | Page 1331 Deploy a Single Web Server - Figure 2.7 |
The dependency graph has twice "aws_security_group.instance", where it should instead have "aws_instance.example" and "aws_security_group.instance". This is what I get when I copy/paste the DOT output from the book into Graphviz online. Note from the Author or Editor: |
David Dieulivol | May 03, 2020 | Jul 10, 2020 |
Mobi | Page 2261 bottom of page |
Chapter 3 - Figure 3.8 has the name of the file set to "var.tf" for the terraform file holding the variables definitions, but it is said in the conventions a page before to name it "variables.tf". Note from the Author or Editor: |
David Dieulivol | May 10, 2020 | Jul 10, 2020 |
ePub | Page 4231 4231 |
"one to tow weeks" Note from the Author or Editor: |
Collin Tobin | Sep 25, 2019 | Oct 04, 2019 |