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
Copy file name to clipboardExpand all lines: boolvalidator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: dynamicvalidator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: float32validator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: float64validator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: int32validator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: int64validator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: listvalidator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: mapvalidator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: numbervalidator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: objectvalidator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: resourcevalidator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@ import (
14
14
15
15
// PreferWriteOnlyAttribute returns a warning if the Terraform client supports
16
16
// write-only attributes, and the old attribute value is not null.
17
+
//
18
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
19
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
Copy file name to clipboardExpand all lines: stringvalidator/prefer_write_only_attribute.go
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import (
21
21
// This implements the validation logic declaratively within the schema.
22
22
// Refer to [resourcevalidator.PreferWriteOnlyAttribute]
23
23
// for declaring this type of validation outside the schema definition.
24
+
//
25
+
// NOTE: This validator will produce persistent warnings for practitioners on every Terraform run as long as the specified non-write-only attribute
26
+
// has a value in the configuration. The validator will also produce warnings for users of shared modules who cannot immediately take action on the warning.
0 commit comments