Skip to content

Commit

Permalink
bug: Changes to descriptions of OsPolicyAssignment (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: hsmatulisgoogle <[email protected]>
  • Loading branch information
avilevy18 and hsmatulisgoogle authored Jul 26, 2024
1 parent 41e1083 commit 0446071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ops-agent-policy/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ resource "google_os_config_os_policy_assignment" "ops_agent_policy" {
id = local.os_policies.id
mode = local.os_policies.mode
allow_no_resource_group_match = local.os_policies.allowNoResourceGroupMatch
description = "AUTO-GENERATED VALUE BY TERRAFORM, DO NOT EDIT! Enforces Ops Agent installation state."
description = "AUTO-GENERATED VALUE, DO NOT EDIT! | {\"packageState\":\"${var.agents_rule.package_state}\",\"version\":\"${var.agents_rule.version}\"}"

dynamic "resource_groups" {
for_each = local.os_policies.resourceGroups
Expand Down Expand Up @@ -340,7 +340,7 @@ resource "google_os_config_os_policy_assignment" "ops_agent_policy" {
}
min_wait_duration = "3s"
}
description = "AUTO-GENERATED VALUE BY TERRAFORM, DO NOT EDIT! | {\"packageState\":\"${var.agents_rule.package_state}\",\"version\":\"${var.agents_rule.version}\"}'"
description = "Cloud Ops Policy Assignment via Terraform"
project = var.project
skip_await_rollout = true
}

0 comments on commit 0446071

Please sign in to comment.