Skip to content

Commit 2655155

Browse files
committed
updating aquasec_container_runtime_policy resources demands scope to be verified for changes
1 parent 358cc22 commit 2655155

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aquasec/resource_container_runtime_policy.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1757,6 +1757,7 @@ func resourceContainerRuntimePolicyRead(ctx context.Context, d *schema.ResourceD
17571757
func resourceContainerRuntimePolicyUpdate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
17581758
c := m.(*client.Client)
17591759
if d.HasChanges("description",
1760+
"scope",
17601761
"application_scopes",
17611762
"scope_expression",
17621763
"scope_variables",

0 commit comments

Comments
 (0)