You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move migration docs to public Ona documentation instead of the
module README. Shorten the variable description to one sentence.
Co-authored-by: Ona <no-reply@ona.com>
Copy file name to clipboardExpand all lines: variables.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,7 @@ variable "enable_agents" {
338
338
}
339
339
340
340
variable"use_authoritative_project_metadata" {
341
-
description="Use authoritative google_compute_project_metadata (true) or per-key google_compute_project_metadata_item (false). The authoritative resource manages ALL project metadata — keys not listed in this module will be removed. Set to false if other systems or Terraform modules manage project metadata in the same project. Switching from true to false on an existing deployment requires state migration (see README)."
341
+
description="When true (default), uses authoritative google_compute_project_metadata which manages all project metadata. Set to false to use per-key metadata items that leave other project metadata untouched."
0 commit comments