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.
2 parents 19828c7 + 06bf640 commit 4dea7a9Copy full SHA for 4dea7a9
infrastructure/deploy.py
@@ -9,7 +9,6 @@
9
10
from init_terraform import init_terraform
11
from replace_provider import replace_provider
12
-from unlock_state import unlock_state
13
14
PRIVATE_KEY_FILE_PATH = "scpca-portal-key.pem"
15
PUBLIC_KEY_FILE_PATH = "scpca-portal-key.pub"
@@ -242,11 +241,6 @@ def restart_api_if_still_running(args, api_ip_address):
242
241
if init_code != 0:
243
exit(init_code)
244
245
- unlock_code = unlock_state("5eb1ff49-db2d-949a-a4f4-91692b16c525")
246
-
247
- if unlock_code != 0:
248
- exit(unlock_code)
249
250
replace_provider_code = replace_provider("hashicorp", "aws")
251
252
if replace_provider_code != 0:
0 commit comments