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
@@ -105,7 +105,7 @@ You need the following permissions to run this module.
105
105
| <aname="input_code_engine_project_id"></a> [code\_engine\_project\_id](#input\_code\_engine\_project\_id)| The Project ID of the code engine project used by the custom credentials configuration. |`string`| n/a | yes |
106
106
| <aname="input_code_engine_region"></a> [code\_engine\_region](#input\_code\_engine\_region)| The region of the code engine project. |`string`| n/a | yes |
107
107
| <aname="input_custom_credential_engine_name"></a> [custom\_credential\_engine\_name](#input\_custom\_credential\_engine\_name)| The name of the custom credentials engine to be created. |`string`| n/a | yes |
108
-
| <aname="input_endpoint_type"></a> [endpoint\_type](#input\_endpoint\_type)| The endpoint type to communicate with the provided secrets manager instance. Possible values are `public` or `private`. |`string`|`"public"`| no |
108
+
| <aname="input_endpoint_type"></a> [endpoint\_type](#input\_endpoint\_type)| The endpoint type to communicate with the provided secrets manager instance. Possible values are `public` or `private`. |`string`|`"private"`| no |
109
109
| <aname="input_iam_credential_secret_auto_rotation_interval"></a> [iam\_credential\_secret\_auto\_rotation\_interval](#input\_iam\_credential\_secret\_auto\_rotation\_interval)| The rotation interval for the rotation policy. |`string`|`60`| no |
110
110
| <aname="input_iam_credential_secret_auto_rotation_unit"></a> [iam\_credential\_secret\_auto\_rotation\_unit](#input\_iam\_credential\_secret\_auto\_rotation\_unit)| The unit of time for rotation policy. Acceptable values are `day` or `month`. |`string`|`"day"`| no |
111
111
| <aname="input_iam_credential_secret_group_id"></a> [iam\_credential\_secret\_group\_id](#input\_iam\_credential\_secret\_group\_id)| Secret Group ID of secret where IAM Secret will be added to, leave default (null) to add in the default secret group. |`string`|`null`| no |
0 commit comments