Skip to content

Commit

Permalink
ch12: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gav2xlin committed Jan 11, 2025
1 parent 255ff07 commit d296ea2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
args: [--branch, main]
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.3
rev: v19.1.6
hooks:
- id: clang-format
args: [--style=Google, -i]
Expand Down
2 changes: 1 addition & 1 deletion Chapter12/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ terraform apply -var packer_ami=ami-0265dc4673f9d6a35 -var region=eu-central-1
resources created by Terraform. Also: log in to the AWS Web console and remove
all the AMIs and snapshots:
https://eu-central-1.console.aws.amazon.com/ec2/v2/home?region=eu-central-1#Images:sort=name
. Otherwise you will be billed by AWS based on your resource usage.
Otherwise you will be billed by AWS based on your resource usage.

```
terraform destroy -var packer_ami=ami-0265dc4673f9d6a35 -var region=eu-central-1
Expand Down
52 changes: 0 additions & 52 deletions Chapter12/gitlab-ci.yml

This file was deleted.

0 comments on commit d296ea2

Please sign in to comment.