Skip to content

Commit b1fd3c5

Browse files
docs: add community-contributed config_vars (#491)
* docs: testing experimental structure Signed-off-by: chjmil <[email protected]> * Update experimental prefix * Update experimental_config_vars.md * Update experimental_config_vars.md * docs: reword warning Signed-off-by: chjmil <[email protected]> * Add cautionary note syntax * docs: change warning phrasing Signed-off-by: chjmil <[email protected]> * docs: restructure Signed-off-by: chjmil <[email protected]> * docs: phrasing Signed-off-by: chjmil <[email protected]> * docs: restructure warning Signed-off-by: chjmil <[email protected]> * docs: add community Signed-off-by: chjmil <[email protected]> * docs: lowercase Signed-off-by: chjmil <[email protected]> * Update community_config_vars.md to fix grammar * Update community_config_vars.md * docs: remove experimental Signed-off-by: chjmil <[email protected]> --------- Signed-off-by: chjmil <[email protected]> Co-authored-by: Bryan Behrenshausen <[email protected]>
1 parent d5985fd commit b1fd3c5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Community-Contributed Configuration Variables
2+
3+
Community-contributed configuration variables are listed in the tables below. These variables can also be specified on the terraform command line.
4+
5+
> [!CAUTION]
6+
> Community members are responsible for maintaining these features. While project maintainers will verify these features work as expected when merged, they cannot guarantee future releases will not break them. If you encounter issues while using these features, start a [GitHub Discussion](https://github.com/sassoftware/viya4-iac-azure/discussions) or open a Pull Request to fix them. As a last resort, you can create a GitHub Issue.
7+
8+
## Table of Contents
9+
10+
* [Spot Nodes](#spot_nodes)
11+
12+
<a name="spot_nodes"></a>
13+
## Spot Nodes
14+
15+
Here is some information about spot nodes.
16+
17+
Here is a warning about why they might cause issues.
18+
19+
Here is a table with the variables you would use to configure them
20+
21+
| Name | Description | Type | Default | Release Added | Notes |
22+
| :--- | ---: | ---: | ---: | ---: | ---: |
23+
| contrib_enable_spot_nodes | Enable spot nodes | bool | false | 10.3.0 | |

0 commit comments

Comments
 (0)