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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ For convenience:
26
26
*`hatch run lambda:prepare` will run steps 2-5 in a single command.
27
27
*`hatch run lambda:deploy-no-dnssec` or `hatch run lambda:deploy-dnssec` will clean the environment and then run steps 2-6 with DNSSEC validation enabled or disabled respectively.
28
28
29
+
Note: the above commands do not run `tofu init`. During first time environment setup this will need to be run in the `open-tofu` dir for these commands to work.
30
+
29
31
## Testing
30
32
The following is an example of a test API call that uses bash command substitution to fill in the proper values for the API URL and the API key.
31
33
@@ -93,7 +95,7 @@ If you would like to take the API down, run `tofu destroy` in the open-tofu dire
93
95
94
96
After `tofu destroy`, `./clean.sh` in the root directory also clears generated/zip files.
95
97
96
-
98
+
`hatch run lambda:destroy-tf` can be run as an alternative to `tofu destroy`
0 commit comments