File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed
infisical_project_environment Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -76,3 +76,12 @@ resource "infisical_project" "kms-project" {
76
76
77
77
- ` id ` (String) The ID of the project
78
78
- ` last_updated ` (String)
79
+
80
+ ## Import
81
+
82
+ Import is supported using the following syntax:
83
+
84
+ ``` shell
85
+ # This will import the project by the project ID
86
+ terraform import infisical_project.example < project_id>
87
+ ```
Original file line number Diff line number Diff line change @@ -62,3 +62,12 @@ resource "infisical_project_environment" "pre-prod" {
62
62
### Read-Only
63
63
64
64
- ` id ` (String) The ID of the environment
65
+
66
+ ## Import
67
+
68
+ Import is supported using the following syntax:
69
+
70
+ ``` shell
71
+ # This will import the project environment by the project environment ID
72
+ terraform import infisical_project_environment.example < project_environment_id>
73
+ ```
Original file line number Diff line number Diff line change
1
+ # This will import the project by the project ID
2
+ terraform import infisical_project.example < project_id>
Original file line number Diff line number Diff line change
1
+ # This will import the project environment by the project environment ID
2
+ terraform import infisical_project_environment.example < project_environment_id>
You can’t perform that action at this time.
0 commit comments