Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-pappas-cf authored Mar 26, 2024
1 parent 598d8fd commit 3e14d58
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions modules/patching/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ resource "google_os_config_patch_deployment" "yum_patch" {
minimal = var.minimal
excludes = var.excludes
}

# post_step {
# linux_exec_step_config {
# gcs_object {
# bucket = "my-patch-scripts"
# generation_number = "1523477886880"
# object = "linux/post_patch_script"
# }
# }
# }
}

recurring_schedule {
Expand Down Expand Up @@ -59,4 +49,4 @@ resource "google_os_config_patch_deployment" "yum_patch" {
ignore_changes = [recurring_schedule]
}

}
}

0 comments on commit 3e14d58

Please sign in to comment.