Fix linting in README.md code

This commit is contained in:
Israel Herraiz 2022-12-22 17:07:50 +01:00
parent 8427bd3ba6
commit 801c42679e
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ module "bigtable-instance" {
tables = {
test1 = {},
test2 = {
split_keys = ["a", "b", "c"]
split_keys = ["a", "b", "c"]
}
}
iam = {
@ -47,7 +47,7 @@ module "bigtable-instance" {
tables = {
test1 = {},
test2 = {
split_keys = ["a", "b", "c"]
split_keys = ["a", "b", "c"]
column_families = ["cf1", "cf2", "cf3"]
}
test3 = {