Rename compute-mig-bc.tf to compute-vm-group-bc.tf

This commit is contained in:
Wiktor Niesiobędzki
2024-01-06 08:12:49 +00:00
committed by Wiktor Niesiobędzki
parent ccc06fc767
commit a6e377fad2
3 changed files with 62 additions and 62 deletions

View File

@@ -13,7 +13,7 @@
# limitations under the License.
module "compute-mig-b" {
module "compute-vm-group-b" {
source = "./fabric/modules/compute-vm"
project_id = var.project_id
zone = "${var.region}-b"
@@ -30,7 +30,7 @@ module "compute-mig-b" {
group = { named_ports = {} }
}
module "compute-mig-c" {
module "compute-vm-group-c" {
source = "./fabric/modules/compute-vm"
project_id = var.project_id
zone = "${var.region}-c"