Skip to content

Commit a5b70a2

Browse files
committed
Fix destroy-workspace meta description
1 parent bdccccd commit a5b70a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-gen/actions/destroy_workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
description='''
2323
This action uses the `$ToolName destroy` command to destroy all resources in a $ProductName workspace and then delete the workspace.
2424
''',
25-
meta_description='Delete a Terraform workspace, destroying all resources',
25+
meta_description='Delete a $ProductName workspace, destroying all resources',
2626
inputs=[
2727
path,
2828
dataclasses.replace(workspace, description='The name of the $ProductName workspace to destroy and delete.', required=True, default=None),

tofu-destroy-workspace/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tofu-destroy-workspace
2-
description: Delete a Terraform workspace, destroying all resources
2+
description: Delete an OpenTofu workspace, destroying all resources
33
author: Daniel Flook
44

55
inputs:

0 commit comments

Comments
 (0)