Skip to content

Commit baca4f7

Browse files
style: fix terraform formatting
Co-authored-by: Ona <no-reply@ona.com>
1 parent 853c100 commit baca4f7

2 files changed

Lines changed: 8 additions & 10 deletions

File tree

examples/runner-with-networking/main.tf

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,14 @@ module "runner" {
168168
proxy_vm_config = local.selected_profile.proxy_vm_config
169169
redis_config = local.selected_profile.redis_config
170170

171-
routable_subnet_name = local.runner_subnet_name
172-
create_cmek = var.create_cmek
173-
kms_key_name = var.kms_key_name
174-
175-
custom_images = var.custom_images
176-
enable_agents = var.enable_agents
177-
honeycomb_api_key = var.honeycomb_api_key
178-
labels = var.labels
171+
routable_subnet_name = local.runner_subnet_name
172+
create_cmek = var.create_cmek
173+
kms_key_name = var.kms_key_name
174+
175+
custom_images = var.custom_images
176+
enable_agents = var.enable_agents
177+
honeycomb_api_key = var.honeycomb_api_key
178+
labels = var.labels
179179

180180
depends_on = [module.networking, module.dns, module.self_signed_cert, module.certbot]
181181
}

variables.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,5 +343,3 @@ variable "honeycomb_api_key" {
343343
default = ""
344344
sensitive = true
345345
}
346-
347-

0 commit comments

Comments
 (0)