Skip to content

Commit

Permalink
docs: Add info about Yor support (#659)
Browse files Browse the repository at this point in the history
* docs: Add info about Yor support
  • Loading branch information
liamg authored Aug 13, 2024
1 parent 70f6eed commit 8b1bb6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/features/config_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ The following table shows the parameters each `project` can have in the config f
<td><code>terraform_cloud_org</code></td>
<td>Optional. String. For Terraform Cloud/Enterprise users. Used to set the Terraform Cloud organization. Only set this if you do not already have a Terraform Cloud block that defines your Terraform cloud organization name.</td>
</tr>
<tr>
<td><code>yor_config_path</code></td>
<td>Optional. String. For Yor users, set this to the path of your Yor config file in order to take into account Yor tag values when applying tagging policies. Alternatively, if you use the `YOR_SIMPLE_TAGS` environment variable, the Infracost CLI will automatically include those tags. Note that conditional logic in the Yor config file will not be considered, and all discovered tag groups/values will be applied. You can combine both of these methods, though if a tag appears in both places, the value from the `YOR_SIMPLE_TAGS` variable will be used.</td>
</tr>
</table>

## Template syntax
Expand Down

0 comments on commit 8b1bb6d

Please sign in to comment.