We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defec9c commit cbf76baCopy full SHA for cbf76ba
2 files changed
docs-gen/actions/version.py
@@ -72,7 +72,7 @@ def description(tool: Tool) -> str:
72
version = Action(
73
'version',
74
description=description,
75
- meta_description='Prints Terraform and providers versions',
+ meta_description='Prints $ProductName and providers versions',
76
inputs=[
77
path,
78
dataclasses.replace(workspace, description='The workspace to determine the $ProductName version for.'),
tofu-version/action.yaml
@@ -1,5 +1,5 @@
1
name: tofu-version
2
-description: Prints Terraform and providers versions
+description: Prints OpenTofu and providers versions
3
author: Daniel Flook
4
5
inputs:
0 commit comments