Skip to content

Commit

Permalink
Update json policy (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalmeribm authored Jul 15, 2024
1 parent 643b9fd commit 60c2552
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions modules/aws/ai_opt_out/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,21 @@ variable "services_overrides" {
description = "Overrides for AI services opt-out policies"
default = {
"services" : {
"@@operators_allowed_for_child_policies" : "@@none"
"default" : {
"@@operators_allowed_for_child_policies" : "@@none"
"opt_out_policy" : {
"@@operators_allowed_for_child_policies" : "@@none"
"@@assign" : "optOut"
"services": {
"@@operators_allowed_for_child_policies": [
"@@none"
],
"default": {
"@@operators_allowed_for_child_policies": [
"@@none"
],
"opt_out_policy": {
"@@assign": "optOut",
"@@operators_allowed_for_child_policies": [
"@@none"
]
}
}
},
} }
}
} }
}

0 comments on commit 60c2552

Please sign in to comment.