File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22- repo : git://github.com/antonbabenko/pre-commit-terraform
33 rev : v1.45.0
44 hooks :
5+ - id : terraform_fmt
56 - id : terraform_validate
67 - id : terraform_docs
78 args : ["--args=--sort-by-required"]
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ resource "aws_route_table" "this" {
1616
1717resource "aws_route" "ipv4" {
1818 for_each = {
19- for route in var . ipv4_routes :
20- route.cidr_block = > route
19+ for route in var . ipv4_routes :
20+ route.cidr_block = > route
2121 }
2222
2323 route_table_id = aws_route_table. this . id
@@ -36,8 +36,8 @@ resource "aws_route" "ipv4" {
3636
3737resource "aws_route" "ipv6" {
3838 for_each = {
39- for route in var . ipv6_routes :
40- route.cidr = > route
39+ for route in var . ipv6_routes :
40+ route.cidr = > route
4141 }
4242
4343 route_table_id = aws_route_table. this . id
You can’t perform that action at this time.
0 commit comments