Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-pappas-cf committed Mar 20, 2024
1 parent 53d7df6 commit 598d8fd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions modules/patching/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Google Cloud VM OS Patching

## Description

This module is used to create a OS Patching Schedule for VMs based on a label for yum specific OS updates.

## Usage

The below example creates a OS Patching Schedule targeting RHEL8 VMs.

```hcl
module "rhel8_os_patching" {
source = "github.com/Coalfire-CF/terraform-google-vm?ref=vm-patch-feature//modules/patching"
project_id = "your-project-id"
patch_deployment_id = "rhel8-patching-schedule"
os_family = "rhel8"
zones = ["us-central1-a", "us-central1-b", "us-central1-c"]
day_of_week = "WEDNESDAY"
}
```

<!-- BEGIN_TF_DOCS -->
## Requirements

Expand Down

0 comments on commit 598d8fd

Please sign in to comment.