Skip to content

Commit

Permalink
Add comments to skipped sweepers (#10028)
Browse files Browse the repository at this point in the history
  • Loading branch information
hao-nan-li committed Feb 23, 2024
1 parent 39bd019 commit 0ce23ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mmv1/products/secretmanager/SecretVersion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ delete_url: '{{name}}:destroy'
delete_verb: :POST
description: |
A secret version resource.
# Sweeper skipped as this resource has customized deletion.
skip_sweeper: true
examples:
- !ruby/object:Provider::Terraform::Examples
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/spanner/Database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ async: !ruby/object:Api::OpAsync
path: 'error'
message: 'message'
autogen_async: true
# Sweeper skipped as this resource has customized deletion.
skip_sweeper: true
id_format: '{{instance}}/{{name}}'
import_format:
Expand Down
1 change: 1 addition & 0 deletions mmv1/products/sql/Database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import_format:
'{{instance}}/{{name}}',
'{{name}}',
]
# Sweeper skipped as this resource has customized deletion.
skip_sweeper: true
examples:
- !ruby/object:Provider::Terraform::Examples
Expand Down

0 comments on commit 0ce23ad

Please sign in to comment.