Skip to content

Commit 295493c

Browse files
committed
use correct paths for validation
1 parent 31d22ed commit 295493c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
validation.PreferWriteOnlyAttribute(cty.GetAttrPath("password"),cty.GetAttrPath("password_wo"))
1+
validation.PreferWriteOnlyAttribute(cty.GetAttrPath("sensitive_params").IndexAt(0).GetAttr("secret_access_key"),cty.GetAttrPath("sensitive_params_wo").IndexAt(0).GetAttr("secret_access_key_wo"))

0 commit comments

Comments
 (0)