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
Description: "The environment reviewers configuration.",
50
50
Elem: &schema.Resource{
51
51
Schema: map[string]*schema.Schema{
52
52
"teams": {
53
53
Type: schema.TypeSet,
54
54
Elem: &schema.Schema{Type: schema.TypeInt},
55
55
Optional: true,
56
-
MaxItems: 6,
57
56
Description: "Up to 6 IDs for teams who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.",
58
57
},
59
58
"users": {
60
59
Type: schema.TypeSet,
61
60
Elem: &schema.Schema{Type: schema.TypeInt},
62
61
Optional: true,
63
-
MaxItems: 6,
64
62
Description: "Up to 6 IDs for users who may review jobs that reference the environment. Reviewers must have at least read access to the repository. Only one of the required reviewers needs to approve the job for it to proceed.",
0 commit comments