Skip to content

Commit f31e0e8

Browse files
Fix 404'ed PacketMirroring link (#5512) (#10693)
Signed-off-by: Modular Magician <[email protected]>
1 parent 61c5207 commit f31e0e8

File tree

3 files changed

+25
-23
lines changed

3 files changed

+25
-23
lines changed

.changelog/5512.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/r/compute_packet_mirroring.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and monitor application performance.
2929

3030
To get more information about PacketMirroring, see:
3131

32-
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/packetMirroring)
32+
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/packetMirrorings)
3333
* How-to Guides
3434
* [Using Packet Mirroring](https://cloud.google.com/vpc/docs/using-packet-mirroring#creating)
3535

website/docs/r/os_config_os_policy_assignment.html.markdown

+22-22
Original file line numberDiff line numberDiff line change
@@ -721,28 +721,6 @@ The `source` block supports:
721721
(Optional)
722722
A generic remote file.
723723

724-
The `validate` block supports:
725-
726-
* `interpreter` -
727-
(Required)
728-
Required. The script interpreter to use. Possible values: INTERPRETER_UNSPECIFIED, NONE, SHELL, POWERSHELL
729-
730-
* `args` -
731-
(Optional)
732-
Optional arguments to pass to the source during execution.
733-
734-
* `file` -
735-
(Optional)
736-
Required. A deb package.
737-
738-
* `output_file_path` -
739-
(Optional)
740-
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.
741-
742-
* `script` -
743-
(Optional)
744-
An inline script. The size of the script is limited to 1024 characters.
745-
746724
- - -
747725

748726
* `description` -
@@ -1016,6 +994,28 @@ The `remote` block supports:
1016994
(Optional)
1017995
SHA256 checksum of the remote file.
1018996

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+
10191019
## Attributes Reference
10201020

10211021
In addition to the arguments listed above, the following computed attributes are exported:

0 commit comments

Comments
 (0)