We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87996b7 commit 3f86094Copy full SHA for 3f86094
examples/resources/infisical_project/import.sh
@@ -0,0 +1,2 @@
1
+# This will import the project by the project ID
2
+terraform import infisical_project.example <project_id>
examples/resources/infisical_project_environment/import.sh
+# This will import the resource by its identity ID
+terraform import infisical_project_environment.example <project_environment_id>
0 commit comments