Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modules/umig creates a group per instance if num_instances>1 #325

Closed
sanyer opened this issue Jul 7, 2023 · 1 comment
Closed

modules/umig creates a group per instance if num_instances>1 #325

sanyer opened this issue Jul 7, 2023 · 1 comment
Labels
bug Something isn't working Stale

Comments

@sanyer
Copy link

sanyer commented Jul 7, 2023

TL;DR

Creating an unmanaged group with more than 1 instance creates a group per instance.

Expected behavior

Single unmanaged group contains var.num_instances instances

Observed behavior

var.num_instances unmanaged groups contains one instance each

Terraform Configuration

module "instance_template" {
  source  = "terraform-google-modules/vm/google//modules/instance_template"
  version = "8.0.1"
}

module "umig" {
  source            = "terraform-google-modules/vm/google//modules/umig"
  version           = "8.0.1"
  num_instances     = 3
  instance_template = module.gitlab_runner_instance_template.self_link
}

Terraform Version

Terraform v1.5.1
on darwin_arm64
+ provider registry.terraform.io/hashicorp/google v4.72.1

Additional information

No response

@sanyer sanyer added the bug Something isn't working label Jul 7, 2023
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the Stale label Sep 5, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant