Skip to content

Commit 7621529

Browse files
Fixed documentation for google_parameter_manager_parameter_version_render and google_parameter_manager_regional_parameter_version_render (#13039) (#9359)
[upstream:11dd994f70dfc4d68518d2bda6303fc8be526c8b] Signed-off-by: Modular Magician <[email protected]>
1 parent ffb53f4 commit 7621529

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changelog/13039.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note: none
2+
```

website/docs/d/parameter_manager_parameter_version_render.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following attributes are exported:
3838

3939
* `parameter_data` - The Parameter data.
4040

41-
* `render_parameter_data` - The Rendered Parameter Data specifies that if you use `__REF__()` to reference a secret and the format is JSON or YAML, the placeholder `__REF__()` will be replaced with the actual secret value. However, if the format is UNFORMATTED, it will stay the same as the original `parameter_data`.
41+
* `rendered_parameter_data` - The Rendered Parameter Data specifies that if you use `__REF__()` to reference a secret and the format is JSON or YAML, the placeholder `__REF__()` will be replaced with the actual secret value. However, if the format is UNFORMATTED, it will stay the same as the original `parameter_data`.
4242

4343
* `name` - The resource name of the ParameterVersion. Format:
4444
`projects/{{project}}/locations/global/parameters/{{parameter_id}}/versions/{{parameter_version_id}}`

website/docs/d/parameter_manager_regional_parameter_version_render.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following attributes are exported:
4444

4545
* `parameter_data` - The Parameter data.
4646

47-
* `render_parameter_data` - The Rendered Parameter Data specifies that if you use `__REF__()` to reference a secret and the format is JSON or YAML, the placeholder `__REF__()` will be replaced with the actual secret value. However, if the format is UNFORMATTED, it will stay the same as the original `parameter_data`.
47+
* `rendered_parameter_data` - The Rendered Parameter Data specifies that if you use `__REF__()` to reference a secret and the format is JSON or YAML, the placeholder `__REF__()` will be replaced with the actual secret value. However, if the format is UNFORMATTED, it will stay the same as the original `parameter_data`.
4848

4949
* `name` - The resource name of the RegionalParameterVersion. Format:
5050
`projects/{{project}}/locations/{{location}}/parameters/{{parameter_id}}/versions/{{parameter_version_id}}`

0 commit comments

Comments
 (0)