File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ delete_url: '{{name}}:destroy'
20
20
delete_verb : :POST
21
21
description : |
22
22
A secret version resource.
23
+ # Sweeper skipped as this resource has customized deletion.
23
24
skip_sweeper : true
24
25
examples :
25
26
- !ruby/object:Provider::Terraform::Examples
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ async: !ruby/object:Api::OpAsync
41
41
path : ' error'
42
42
message : ' message'
43
43
autogen_async : true
44
+ # Sweeper skipped as this resource has customized deletion.
44
45
skip_sweeper : true
45
46
id_format : ' {{instance}}/{{name}}'
46
47
import_format :
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import_format:
30
30
' {{instance}}/{{name}}' ,
31
31
' {{name}}' ,
32
32
]
33
+ # Sweeper skipped as this resource has customized deletion.
33
34
skip_sweeper : true
34
35
examples :
35
36
- !ruby/object:Provider::Terraform::Examples
You can’t perform that action at this time.
0 commit comments