Skip to content

Commit ece8edd

Browse files
committed
patching linting error
1 parent 26c5d79 commit ece8edd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

execution/04-producer/AlloyDB/alloydb.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414

1515
module "alloy_db" {
16-
source = "GoogleCloudPlatform/alloy-db/google"
17-
version = "~> 3.0"
18-
for_each = { for alloydb in local.instance_list : alloydb.cluster_display_name => alloydb }
16+
source = "GoogleCloudPlatform/alloy-db/google"
17+
version = "~> 3.0"
18+
for_each = { for alloydb in local.instance_list : alloydb.cluster_display_name => alloydb }
1919
project_id = each.value.project_id
2020
cluster_id = each.value.cluster_id
2121
cluster_display_name = each.value.cluster_display_name

0 commit comments

Comments
 (0)