Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsorbo committed Aug 27, 2024
1 parent e8bdf00 commit a7be8c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions modules/gh-runner-mig-container-vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,13 @@ module "mig_template" {
Runner MIG
*****************************************/
module "mig" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 11.0"
project_id = var.project_id
hostname = local.instance_name
region = var.region
instance_template = module.mig_template.self_link
target_size = var.target_size
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 11.0"
project_id = var.project_id
hostname = local.instance_name
region = var.region
instance_template = module.mig_template.self_link
target_size = var.target_size

/* autoscaler */
autoscaling_enabled = true
Expand Down
12 changes: 6 additions & 6 deletions modules/gh-runner-mig-vm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ module "mig_template" {
Runner MIG
*****************************************/
module "mig" {
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 11.0"
project_id = var.project_id
hostname = local.instance_name
region = var.region
instance_template = module.mig_template.self_link
source = "terraform-google-modules/vm/google//modules/mig"
version = "~> 11.0"
project_id = var.project_id
hostname = local.instance_name
region = var.region
instance_template = module.mig_template.self_link

/* autoscaler */
autoscaling_enabled = true
Expand Down

0 comments on commit a7be8c3

Please sign in to comment.