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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ module "my_service" {
41
41
| <aname="input_data"></a> [data](#input_data)| Data payload of the secret version. Must be no larger than 64KiB. |`string`| n/a | yes |
42
42
| <aname="input_name"></a> [name](#input_name)| (Required) Name of the secret. |`string`| n/a | yes |
43
43
| <aname="input_description"></a> [description](#input_description)| Description of the secret. |`string`|`null`| no |
44
+
| <aname="input_path"></a> [path](#input_path)| Path of the secret. |`string`|`null`| no |
44
45
| <aname="input_project_id"></a> [project_id](#input_project_id)| ID of the project containing the secret. Ressource will be created in the project set at the provider level if null. |`string`|`null`| no |
45
46
| <aname="input_region"></a> [region](#input_region)| Region in which the resource exists. Ressource will be created in the region set at the provider level if null. |`any`|`null`| no |
46
47
| <aname="input_tags"></a> [tags](#input_tags)| Tags associated with the secret. |`list(string)`|`[]`| no |
0 commit comments