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
pubsub: changed `google_pubsub_schema` so that modifiying fields will recreate the resource rather than causing Terraform to report it would attempt an invalid update
3
+
```
4
+
```release-note:bug
5
+
pubsub: fix update failure when attempting to change non-updatable resource `google_pubsub_schema`
Copy file name to clipboardExpand all lines: website/docs/r/os_config_os_policy_assignment.html.markdown
+22-22
Original file line number
Diff line number
Diff line change
@@ -703,28 +703,6 @@ The `disruption_budget` block supports:
703
703
(Optional)
704
704
Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
705
705
706
-
The `validate` block supports:
707
-
708
-
*`interpreter` -
709
-
(Required)
710
-
Required. The script interpreter to use. Possible values: INTERPRETER_UNSPECIFIED, NONE, SHELL, POWERSHELL
711
-
712
-
*`args` -
713
-
(Optional)
714
-
Optional arguments to pass to the source during execution.
715
-
716
-
*`file` -
717
-
(Optional)
718
-
Required. A deb package.
719
-
720
-
*`output_file_path` -
721
-
(Optional)
722
-
Only recorded for enforce Exec. Path to an output file (that is created by this Exec) whose content will be recorded in OSPolicyResourceCompliance after a successful run. Absence or failure to read this file will result in this ExecResource being non-compliant. Output file size is limited to 100K bytes.
723
-
724
-
*`script` -
725
-
(Optional)
726
-
An inline script. The size of the script is limited to 1024 characters.
727
-
728
706
- - -
729
707
730
708
*`description` -
@@ -1016,6 +994,28 @@ The `remote` block supports:
1016
994
(Optional)
1017
995
SHA256 checksum of the remote file.
1018
996
997
+
The `enforce` block supports:
998
+
999
+
*`interpreter` -
1000
+
(Required)
1001
+
Required. The script interpreter to use. Possible values: INTERPRETER_UNSPECIFIED, NONE, SHELL, POWERSHELL
1002
+
1003
+
*`args` -
1004
+
(Optional)
1005
+
Optional arguments to pass to the source during execution.
1006
+
1007
+
*`file` -
1008
+
(Optional)
1009
+
Required. A deb package.
1010
+
1011
+
*`output_file_path` -
1012
+
(Optional)
1013
+
Only recorded for enforce Exec. Path to an output file (that is created by this Exec) whose content will be recorded in OSPolicyResourceCompliance after a successful run. Absence or failure to read this file will result in this ExecResource being non-compliant. Output file size is limited to 100K bytes.
1014
+
1015
+
*`script` -
1016
+
(Optional)
1017
+
An inline script. The size of the script is limited to 1024 characters.
1018
+
1019
1019
## Attributes Reference
1020
1020
1021
1021
In addition to the arguments listed above, the following computed attributes are exported:
0 commit comments