We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29e785 commit 579ae6bCopy full SHA for 579ae6b
2 files changed
.github/workflows/challenge5.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: "Terraform format"
39
run: terraform fmt -check
40
- name: "Terraform validate"
41
- run: terrafomrm validate
+ run: terraform validate
42
- name: "Terraform plan"
43
run: terraform plan
44
- name: "terraform apply"
challenge5/main.tf
@@ -12,7 +12,6 @@ terraform {
12
}
13
14
15
-
16
# vpc
17
resource "aws_vpc" "main" {
18
cidr_block = "10.0.0.0/16"
0 commit comments