Skip to content

Commit 579ae6b

Browse files
committed
updated
1 parent e29e785 commit 579ae6b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/challenge5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: "Terraform format"
3939
run: terraform fmt -check
4040
- name: "Terraform validate"
41-
run: terrafomrm validate
41+
run: terraform validate
4242
- name: "Terraform plan"
4343
run: terraform plan
4444
- name: "terraform apply"

challenge5/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ terraform {
1212
}
1313
}
1414

15-
1615
# vpc
1716
resource "aws_vpc" "main" {
1817
cidr_block = "10.0.0.0/16"

0 commit comments

Comments
 (0)