Update CI processes (#296)

- Upgrade to latest terraform version (1.0.4)
- Remove tflint from linting pipeline (was not doing anything)
- Add terraform fmt check to linting pipeline
- Pass all code through terraform fmt
This commit is contained in:
Julio Castillo
2021-08-12 17:30:53 +02:00
committed by GitHub
parent 00143189eb
commit cb7c65135e
35 changed files with 128 additions and 112 deletions

View File

@@ -49,7 +49,7 @@ resource "google_bigtable_table" "default" {
name = each.key
split_keys = each.value.split_keys
dynamic column_family {
dynamic "column_family" {
for_each = each.value.column_family != null ? [""] : []
content {