Skip to content

Commit

Permalink
tf fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dimisjim authored Apr 18, 2024
1 parent e533d6b commit 7f840a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module "container" {
source = "terraform-google-modules/container-vm/google"
version = "3.1.1"

cos_image_name = element(split("/", var.machine_image), length(split("/", var.machine_image))-1)
cos_image_name = element(split("/", var.machine_image), length(split("/", var.machine_image)) -1)

container = {
image = var.image
Expand Down

0 comments on commit 7f840a0

Please sign in to comment.