File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ module "aks-role" {
7878 role_assignments = {
7979 role_assignment_1 = {
8080 role_definition = " aks_cluster_admin_role"
81- users = [" current_user" ]
81+ any_principals = [" current_user" ]
8282 }
8383 }
8484 }
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ module "aoai-role" {
5858 role_assignments = {
5959 role_assignment_1 = {
6060 role_definition = " cognitive_services_openai_user_role"
61- users = [" current_user" ]
61+ any_principals = [" current_user" ]
6262 }
6363 }
6464 }
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ module "avm-res-authorization-roleassignment-sb" {
3636 role_assignments = {
3737 role_assignment_1 = {
3838 role_definition = " service_bus_data_owner_role"
39- users = [" current_user" ]
39+ any_principals = [" current_user" ]
4040 }
4141 }
4242 }
You can’t perform that action at this time.
0 commit comments