Skip to content

Commit

Permalink
mark evaluation_mode as computed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayimeow authored Oct 30, 2023
1 parent 80e6916 commit 36327bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ func ResourceContainerCluster() *schema.Resource {
"evaluation_mode": {
Type: schema.TypeString,
Optional: true,
Computed: true,
ValidateFunc: validation.StringInSlice([]string{"DISABLED", "PROJECT_SINGLETON_POLICY_ENFORCE"}, false),
Description: "Mode of operation for Binary Authorization policy evaluation.",
ConflictsWith: []string{"binary_authorization.0.enabled"},
Expand Down

0 comments on commit 36327bb

Please sign in to comment.