We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c5d79 commit ece8eddCopy full SHA for ece8edd
execution/04-producer/AlloyDB/alloydb.tf
@@ -13,9 +13,9 @@
13
# limitations under the License.
14
15
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 }
+ source = "GoogleCloudPlatform/alloy-db/google"
+ version = "~> 3.0"
+ for_each = { for alloydb in local.instance_list : alloydb.cluster_display_name => alloydb }
19
project_id = each.value.project_id
20
cluster_id = each.value.cluster_id
21
cluster_display_name = each.value.cluster_display_name
0 commit comments