Add factory support for new org policies

This commit is contained in:
Julio Castillo
2022-11-03 11:41:53 +01:00
parent eae0f960b5
commit 3e18575fad
18 changed files with 526 additions and 244 deletions

View File

@@ -169,6 +169,12 @@ variable "org_policies" {
nullable = false
}
variable "org_policies_data_path" {
description = ""
type = string
default = null
}
variable "parent" {
description = "Parent in folders/folder_id or organizations/org_id format."
type = string