Skip to content

Commit

Permalink
tf fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dimisjim authored Apr 18, 2024
1 parent 7f840a0 commit cc65bdd
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 cc65bdd

Please sign in to comment.