<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>target on</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/plugins/target/</link><description>Recent content in target on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><lastBuildDate>Mon, 02 Feb 2026 12:00:00 +0200</lastBuildDate><atom:link href="https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/plugins/target/index.xml" rel="self" type="application/rss+xml"/><item><title>Bazelmod</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/bazelmod/</link><pubDate>Mon, 02 Feb 2026 12:00:00 +0200</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/bazelmod/</guid><description>source condition target ✔
✔
✔
Description source
The Bazelmod &amp;#34;source&amp;#34; retrieves an information from a bazelmod file.
condition
The Bazelmod &amp;#34;condition&amp;#34; tests that an information exist in a bazelmod file.
target
The Bazelmod &amp;#34;target&amp;#34; ensures that a bazelmod file content a specific value at
Parameters Name Type Description Required file string File specifies the path to the MODULE.bazel file
compatible:
source condition target example:
MODULE.bazel path/to/MODULE.bazel module string Module specifies the Bazel module name to target</description></item><item><title>Tool Versions</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/toolversions/</link><pubDate>Fri, 05 Jul 2024 19:19:01 +0200</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/toolversions/</guid><description>source condition target ✔
✔
✔
Description source
The ToolVersions &amp;#34;source&amp;#34; retrieves an information from a .tool-versions file.
condition
The ToolVersions &amp;#34;condition&amp;#34; tests that an information exist in a .tool-versions file.
target
The ToolVersions &amp;#34;target&amp;#34; ensures that a .tool-versions file content a specific value at specific location.
Parameters Name Type Description Required createmissingkey boolean [t] CreateMissingKey allows non-existing keys. If the key does not exist, the key is created if AllowsMissingKey is true, otherwise an error is raised (the default).</description></item><item><title>HTTP</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/http/</link><pubDate>Mon, 26 Feb 2024 09:00:00 +0200</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/http/</guid><description>source condition target ✔
✔
✔
Description source
The HTML &amp;#34;source&amp;#34; retrieves an information from a HTTP request.
condition
The HTML &amp;#34;condition&amp;#34; tests that an information exist in a HTTP response.
target
The HTML &amp;#34;target&amp;#34; updates a HTTP response.
Parameters Name Type Description Required request object [S][C] Customizes the HTTP request to emit. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;body string [S][C] Specifies a custom HTTP request body. Required with POST, PUT, PATCH. &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;headers object [S][C] Specifies custom HTTP request headers.</description></item><item><title>Terraform Lock</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/terraform/lock/</link><pubDate>Fri, 04 Aug 2023 09:00:00 +0100</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/terraform/lock/</guid><description>source condition target ✗
✔
✔
Description condition
The terraform/lock &amp;#34;condition&amp;#34; tests that lock file version and hashes match the value for a given provider.
target
The terraform/lock &amp;#34;target&amp;#34; ensures that an the lock file version and hashes are update to date for given provider.
Parameter Name Type Description Required file string &amp;ldquo;file&amp;rdquo; defines the terraform lock file path to interact with.
compatible: * condition * target remark: * &amp;quot;file&amp;quot; and &amp;quot;files&amp;quot; are mutually exclusive * protocols &amp;quot;https://&amp;quot;, &amp;quot;http://&amp;quot;, and &amp;quot;file://&amp;quot; are supported in path for condition files array &amp;ldquo;files&amp;rdquo; defines the list of terraform lock files path to interact with.</description></item><item><title>Terraform Provider</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/terraform/provider/</link><pubDate>Fri, 04 Aug 2023 09:00:00 +0100</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/terraform/provider/</guid><description>source condition target ✗
✔
✔
Description condition
The terraform/provider &amp;#34;condition&amp;#34; tests that a version in the required_provider block matches the value for a given provider.
target
The terraform/provider &amp;#34;target&amp;#34; ensures that a version is the required_provider block is update to date for given provider.
Parameter Name Type Description Required file string &amp;ldquo;file&amp;rdquo; defines the file path to interact with.
compatible: * condition * target remark: * &amp;quot;file&amp;quot; and &amp;quot;files&amp;quot; are mutually exclusive * protocols &amp;quot;https://&amp;quot;, &amp;quot;http://&amp;quot;, and &amp;quot;file://&amp;quot; are supported in path for condition files array &amp;ldquo;files&amp;rdquo; defines the list of files path to interact with.</description></item><item><title>HCL</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/hcl/</link><pubDate>Fri, 28 Jul 2023 15:00:00 +0100</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/hcl/</guid><description>source condition target ✔
✔
✔
Description source
The HCL &amp;#34;source&amp;#34; retrieves an attribute from a HCL file at configured path.
condition
The HCL &amp;#34;condition&amp;#34; tests that attribute at configured path matches the value in a HCL file.
target
The HCL &amp;#34;target&amp;#34; ensures that an attribute at configured path in a HCL file is set to a specific value.
Parameter Name Type Description Required file string &amp;ldquo;file&amp;rdquo; defines the hcl file path to interact with.</description></item><item><title>Terraform File</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/terraform/file/</link><pubDate>Fri, 28 Jul 2023 15:00:00 +0100</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/terraform/file/</guid><description>source condition target ✔
✔
✔
Description terraform/file is an alias for hcl.
source
The Terraform file &amp;#34;source&amp;#34; retrieves an attribute from a Terraform file at configured path.
condition
The Terraform file &amp;#34;condition&amp;#34; tests that attribute at configured path matches the value in a Terraform file.
target
The Terraform file &amp;#34;target&amp;#34; ensures that an attribute at configured path in a Terraform file is set to a specific value.
Parameter Name Type Description Required file string &amp;ldquo;file&amp;rdquo; defines the hcl file path to interact with.</description></item><item><title>Git Branch</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/gitbranch/</link><pubDate>Fri, 03 Feb 2023 15:36:01 +0200</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/gitbranch/</guid><description>source condition target ✔
✔
✔
source
The Git Branch &amp;#34;source&amp;#34; retrieves the latest git branch matching a pattern.
condition
The Git branch &amp;#34;condition&amp;#34; tests if git branch matching a pattern exist.
target
The Git branch &amp;#34;target&amp;#34; ensures a git branch matching a pattern exist otherwise it creates it.
Parameter The git branch resource is a resource designed to be used with the scmID
Name Type Description Required branch string branch specifies the branch name</description></item><item><title>Gitea Release</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/gitearelease/</link><pubDate>Thu, 28 Jul 2022 11:42:01 +0200</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/gitearelease/</guid><description>source condition target ✔
✔
✔
Description The Gitea &amp;#34;release&amp;#34; plugin allows to manipulate Gitea releases.
source
When used as a &amp;#34;source&amp;#34;, the Gitea release plugin allows to get a Gitea Release tag according the version filter rule provided.
condition
When used as a &amp;#34;condition&amp;#34;. the Gitea release plugin allows to test that specific Gitea Release tag exist.
target
When used a &amp;#34;target&amp;#34;, the Gitea release plugin Using the gitea/release as a &amp;#34;target&amp;#34; ensures that a Gitea release exists.</description></item><item><title>Gitlab Release</title><link>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/gitlabrelease/</link><pubDate>Thu, 28 Jul 2022 11:42:01 +0200</pubDate><guid>https://deploy-preview-2800--amazing-golick-2d0138.netlify.app/docs/plugins/resource/gitlabrelease/</guid><description>source condition target ✔
✔
✔
Description The Gitlab &amp;#34;release&amp;#34; plugin allows to manipulate Gitlab releases.
source
When used as a &amp;#34;source&amp;#34;, the Gitlab release plugin allows to get a Gitlab Release tag according the version filter rule provided.
condition
When used as a &amp;#34;condition&amp;#34;. the Gitlab release plugin allows to test that specific Gitlab Release tag exist.
target
When used a &amp;#34;target&amp;#34;, the Gitlab release plugin Using the gitlab/release as a &amp;#34;target&amp;#34; ensures that a Gitlab release exists.</description></item></channel></rss>