Fix pre-commit hook (#3882)
This commit is contained in:
@@ -13,7 +13,7 @@ We need to define a variable to manage tag bindings in our Terraform modules. Th
|
||||
|
||||
## Decision:
|
||||
|
||||
We will use the `map(string)` type for the `tag_bindings` variable across all modules where it's needed.
|
||||
We will use the `map(string)` type for the `tag_bindings` variable across all modules where it's needed.
|
||||
|
||||
## Consequences
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Add-on stages
|
||||
|
||||
**authors:** [Ludo](https://github.com/ludoo), [Julio](https://github.com/juliocc)
|
||||
**authors:** [Ludo](https://github.com/ludoo), [Julio](https://github.com/juliocc)
|
||||
**date:** Jan 5, 2025
|
||||
|
||||
## Status
|
||||
@@ -54,7 +54,7 @@ fast
|
||||
├── 0-bootstrap
|
||||
├── 1-resman
|
||||
├── 1-vpcsc
|
||||
├── 2-networking
|
||||
├── 2-networking
|
||||
├── 2-networking-legacy-a-simple
|
||||
├── 2-networking-legacy-b-nva
|
||||
├── 2-networking-legacy-c-separate-envs
|
||||
|
||||
@@ -99,4 +99,3 @@ With notable exceptions (currently only the `cidrs.yaml` file consumed by firewa
|
||||
- Files in a directory should be parsed together and flattened into a single dictionary
|
||||
|
||||
This allows developers to implement multiple resources in a single file or to use one file per resource, as they see fit.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user