Skip to content

Commit 0ac1a14

Browse files
committed
try update to index.mdx with Sarah's update
1 parent 3f23244 commit 0ac1a14

File tree

1 file changed

+3
-5
lines changed
  • website/docs/cloud-docs/workspaces/variables

1 file changed

+3
-5
lines changed

website/docs/cloud-docs/workspaces/variables/index.mdx

+3-5
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,10 @@ When you trigger a run through the command line, Terraform Cloud applies the fol
157157
## Precedence with Priority Variable Sets
158158

159159
You can select to prioritize all values of the variables in a variable set.
160-
When a variable set is prioritized the values take precedence over any variables with the same key set at a more specific scope.
160+
When a variable set is priority, the values take precedence over any variables with the same key set at a more specific scope.
161161

162-
For example, variables in a prioritized global variable set would take precedence over any variables with the same key in a prioritized project or workspace scoped variable set. Variables in a prioritized variable set will take precedence over any variables with the same key set through the CLI on a run.
162+
For example, variables in a priority global variable set would take precedence over any variables with the same key in a priority project or workspace scoped variable set. Variables in a priority variable set will take precedence over any variables with the same key set through the CLI on a run.
163163

164164
If two priority variable sets with the same scope include the same variable key, Terraform Cloud will determine precedence by the alphabetical order of the variable sets' names.
165165

166-
The only variable that a prioritized variable set variable cannot overwrite is one with a value set directly in the terraform
167-
configuration code itself. If you want to ensure what a variable value is including the terraform configuration code itself,
168-
we recommend using a Policy Check or Run Task.
166+
While a priority variable set can enforce that terraform variables use designated values, it does not guarantee that the variable is used in configuration. It is still possible for a user to directly modify the Terraform configuration and remove usage of a variable and replace it with a hard coded value. If you are looking for stricter enforcement than this, we recommend using policy checks or run tasks.

0 commit comments

Comments
 (0)