Skip to content

Commit a6ca59e

Browse files
Merge pull request #5 from TerminalsandCoffee/update/terraform-associate-exam-004
Update repository for Terraform Associate Exam 004 and Terraform 1.12
2 parents 6aa7e37 + 80d6b6e commit a6ca59e

9 files changed

Lines changed: 1959 additions & 59 deletions

File tree

00-Getting-Started/02-automating-aws-deployments-with-terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup Terraform
5858
uses: hashicorp/setup-terraform@v3
5959
with:
60-
terraform_version: 1.5.0
60+
terraform_version: 1.12.0
6161

6262
- name: Terraform Init
6363
run: terraform init

02-Terraform-Basics-and-CLI/01-terraform-cli-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Error: Reference to undeclared input variable
170170
**Example:**
171171
```bash
172172
terraform version
173-
Terraform v1.6.0
173+
Terraform v1.12.0
174174
on windows_amd64
175175
+ provider registry.terraform.io/hashicorp/aws v5.25.0
176176
```

0 commit comments

Comments
 (0)