Open anubbhavm opened 3 years ago
The user is looking too add a new argument called operator
to manage different operators like OR
to the google_access_context_manager_access_level_condition
resource.
Note that this should technically be possible through the API by using combiningFunction
, but I believe it should be a change to google_access_context_manager_access_level
. Adding it to the condition presents 2 problems: it becomes unclear which resource controls the behavior, and the combiningFunction
field exists one level up from the fields that the condition resource interacts with.
Community Note
Description
Introduce a new parameter "operator" to "google_access_context_manager_access_level_condition" to provide an option to add the new condition to the existing condition with an "OR" operator. Currently, the new condition gets added with an "AND" operator. See below for example.
New or Affected Resource(s)
Potential Terraform Configuration
b/359383500