Skip to content

Commit 82c3fed

Browse files
committed
Revert changes to generated file
1 parent 1163190 commit 82c3fed

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

docs/resources/configuration_variable.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,8 @@ resource "env0_configuration_variable" "sub_environment_example" {
7474

7575
## Import
7676

77-
### Project Variables
7877
Import is supported using the following syntax:
7978

8079
```shell
8180
terraform import env0_configuration_variable.my_config '{ "Scope": "PROJECT", "ScopeId": "project id", "name": "configuration variable name"}'
8281
```
83-
84-
with the following resource definition:
85-
```shell
86-
resource "env0_configuration_variable" "project_var" {
87-
name = "project_var_name"
88-
value = "project_var_value"
89-
project_id = "project_var_id"
90-
}
91-
```
92-
93-
### Global Variables
94-
When the `Scope` is `GLOBAL`, do not pass `ScopeID`. See API docs for more details: https://docs.env0.com/reference/configuration-find-variables-by-scope

0 commit comments

Comments
 (0)