Skip to content

Commit 3310e31

Browse files
Updated the description for User Managed replication (#8250) (#5845)
Signed-off-by: Modular Magician <[email protected]>
1 parent cfd9bad commit 3310e31

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.changelog/8250.txt

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

google-beta/services/secretmanager/resource_secret_manager_secret.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ after the Secret has been created.`,
6868
Type: schema.TypeList,
6969
Optional: true,
7070
ForceNew: true,
71-
Description: `The Secret will automatically be replicated without any restrictions.`,
71+
Description: `The Secret will be replicated to the regions specified by the user.`,
7272
MaxItems: 1,
7373
Elem: &schema.Resource{
7474
Schema: map[string]*schema.Schema{

website/docs/r/secret_manager_secret.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following arguments are supported:
7979

8080
* `user_managed` -
8181
(Optional)
82-
The Secret will automatically be replicated without any restrictions.
82+
The Secret will be replicated to the regions specified by the user.
8383
Structure is [documented below](#nested_user_managed).
8484

8585

0 commit comments

Comments
 (0)