New Managed Kafka module (#3054)

This commit is contained in:
Julio Castillo
2025-04-24 08:52:03 +02:00
committed by GitHub
parent 9e6d1030d0
commit fdf9191460
12 changed files with 796 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Google LLC
# Copyright 2025 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -92,12 +92,14 @@ variable "subnets" {
region = "europe-west8"
cidr = "10.0.16.0/24"
self_link = "https://www.googleapis.com/compute/v1/projects/my-project/regions/europe-west8/subnetworks/primary"
id = "projects/my-project/regions/europe-west8/subnetworks/primary"
}
secondary = {
name = "secondary"
region = "europe-west89"
cidr = "10.0.16.0/24"
self_link = "https://www.googleapis.com/compute/v1/projects/my-project/regions/europe-west9/subnetworks/secondary"
id = "projects/my-project/regions/europe-west9/subnetworks/secondary"
}
}
}