You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split terraform scripts according to lifecycle of the components (#550)
* split terraform scripts according to lifecycle of the components, validated in dev, without terragrunt
* split terraform scripts according to lifecycle of the components, validated in dev, without terragrunt
---------
Co-authored-by: Thomas Loubrieu <loubrieu@jpl.nasa.gov>
@@ -94,7 +88,7 @@ Edit it to change the access to public.
94
88
95
89
### Initialize the registry
96
90
97
-
The registry needs a schema to be intialized and for integration test purpose we also want to load some reference data in it. To do so, you can use the registry-loader utility as described in
91
+
The registry needs a schema to be initialized and for integration test purpose we also want to load some reference data in it. To do so, you can use the registry-loader utility as described in
98
92
99
93
Most of the needed configuration is pulled from the terraform output but additional environment is required:
0 commit comments