Skip to content

Commit

Permalink
test workflows hkhcoder#11
Browse files Browse the repository at this point in the history
  • Loading branch information
okhouja committed Apr 5, 2024
1 parent 2b39dd1 commit c2396e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# terraform_version: 1.6.3
- name: Terraform init
id: init
run: terraform init - backend-config="bucket=$BUCKET_TF_STATE"
run: terraform init -backend-config="bucket=$BUCKET_TF_STATE"

- name: Terraform format
id: fmt
Expand Down
2 changes: 1 addition & 1 deletion terraform/vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ module "vpc" {
}
}

####
#####

0 comments on commit c2396e4

Please sign in to comment.