Skip to content

Commit daa2235

Browse files
committed
Fix Terraform version number in code samples
1 parent 2494a71 commit daa2235

File tree

30 files changed

+30
-30
lines changed

30 files changed

+30
-30
lines changed

code/terraform/00-preface/hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For more info, please see the preface of *[Terraform: Up and Running](http://www
1010
* You must have [Terraform](https://www.terraform.io/) installed on your computer.
1111
* You must have an [Amazon Web Services (AWS) account](http://aws.amazon.com/).
1212

13-
Please note that this code was written for Terraform {{ terraform_version }}.
13+
Please note that this code was written for Terraform 0.7.x.
1414

1515
## Quick start
1616

code/terraform/01-why-terraform/server-db-elb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more info, please see Chapter 1, "Why Terraform", of
1313
* You must have [Terraform](https://www.terraform.io/) installed on your computer.
1414
* You must have an [Amazon Web Services (AWS) account](http://aws.amazon.com/).
1515

16-
Please note that this code was written for Terraform {{ terraform_version }}.
16+
Please note that this code was written for Terraform 0.7.x.
1717

1818
## Quick start
1919

code/terraform/02-intro-to-terraform-syntax/one-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For more info, please see Chapter 2, "An Introduction to Terraform Syntax", of
1111
* You must have [Terraform](https://www.terraform.io/) installed on your computer.
1212
* You must have an [Amazon Web Services (AWS) account](http://aws.amazon.com/).
1313

14-
Please note that this code was written for Terraform {{ terraform_version }}.
14+
Please note that this code was written for Terraform 0.7.x.
1515

1616
## Quick start
1717

code/terraform/02-intro-to-terraform-syntax/one-webserver-with-vars/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For more info, please see Chapter 2, "An Introduction to Terraform Syntax", of
1313
* You must have [Terraform](https://www.terraform.io/) installed on your computer.
1414
* You must have an [Amazon Web Services (AWS) account](http://aws.amazon.com/).
1515

16-
Please note that this code was written for Terraform {{ terraform_version }}.
16+
Please note that this code was written for Terraform 0.7.x.
1717

1818
## Quick start
1919

code/terraform/02-intro-to-terraform-syntax/one-webserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more info, please see Chapter 2, "An Introduction to Terraform Syntax", of
1212
* You must have [Terraform](https://www.terraform.io/) installed on your computer.
1313
* You must have an [Amazon Web Services (AWS) account](http://aws.amazon.com/).
1414

15-
Please note that this code was written for Terraform {{ terraform_version }}.
15+
Please note that this code was written for Terraform 0.7.x.
1616

1717
## Quick start
1818

code/terraform/02-intro-to-terraform-syntax/webserver-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more info, please see Chapter 2, "An Introduction to Terraform Syntax", of
1414
* You must have [Terraform](https://www.terraform.io/) installed on your computer.
1515
* You must have an [Amazon Web Services (AWS) account](http://aws.amazon.com/).
1616

17-
Please note that this code was written for Terraform {{ terraform_version }}.
17+
Please note that this code was written for Terraform 0.7.x.
1818

1919
## Quick start
2020

code/terraform/03-terraform-state/file-layout-example/global/s3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more info, please see Chapter 3, "How to Manage Terraform State", of
1414
* You may want to install [terragrunt](https://github.com/gruntwork-io/terragrunt) for locking and remote state
1515
management.
1616

17-
Please note that this code was written for Terraform {{ terraform_version }}.
17+
Please note that this code was written for Terraform 0.7.x.
1818

1919
## Quick start
2020

code/terraform/03-terraform-state/file-layout-example/stage/data-stores/mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more info, please see Chapter 3, "How to Manage Terraform State", of
1212
* You must have [terragrunt](https://github.com/gruntwork-io/terragrunt) installed on your computer.
1313
* You must have an [Amazon Web Services (AWS) account](http://aws.amazon.com/).
1414

15-
Please note that this code was written for Terraform {{ terraform_version }}.
15+
Please note that this code was written for Terraform 0.7.x.
1616

1717
## Quick start
1818

code/terraform/03-terraform-state/file-layout-example/stage/services/webserver-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For more info, please see Chapter 3, "How to Manage Terraform State", of
1717
* You must deploy the MySQL database in [data-stores/mysql](../../data-stores/mysql) BEFORE deploying the
1818
templates in this folder.
1919

20-
Please note that this code was written for Terraform {{ terraform_version }}.
20+
Please note that this code was written for Terraform 0.7.x.
2121

2222
## Quick start
2323

code/terraform/04-terraform-module/module-example/prod/data-stores/mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For more info, please see Chapter 4, "How to Create Reusable Infrastructure with
1212
* You must have [terragrunt](https://github.com/gruntwork-io/terragrunt) installed on your computer.
1313
* You must have an [Amazon Web Services (AWS) account](http://aws.amazon.com/).
1414

15-
Please note that this code was written for Terraform {{ terraform_version }}.
15+
Please note that this code was written for Terraform 0.7.x.
1616

1717
## Quick start
1818

0 commit comments

Comments
 (0)