We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aa814 commit b82e64aCopy full SHA for b82e64a
.pre-commit-config.yaml
@@ -1,10 +1,10 @@
1
repos:
2
-- repo: git://github.com/antonbabenko/pre-commit-terraform
+- repo: https://github.com/antonbabenko/pre-commit-terraform
3
rev: v1.62.3
4
hooks:
5
- id: terraform_fmt
6
- id: terraform_docs
7
-- repo: git://github.com/pre-commit/pre-commit-hooks
+- repo: https://github.com/pre-commit/pre-commit-hooks
8
rev: v4.1.0
9
10
- id: check-merge-conflict
main.tf
@@ -99,6 +99,7 @@ resource "aws_instance" "this" {
99
100
lifecycle {
101
ignore_changes = [
102
+ ami,
103
key_name,
104
user_data,
105
ebs_optimized
0 commit comments