mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-16 10:12:32 -05:00
Update terraform/README.md
Co-authored-by: Carlo Costino <ccostino@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
cdf87c02d1
commit
fdfb7e56e8
@@ -10,7 +10,7 @@ The Admin app repo [has its own terraform directory](https://github.com/GSA/noti
|
||||
|
||||
:green_book: New developers start here!
|
||||
|
||||
Assuming [initial setup](#initial-setup) is complete — which it should be if Notify.gov is online — Terraform state is stored in a shared remote backend. If you are going to be writing Terraform for any of our deployment environments you'll need to hook up to this backend. (You don't need to do this if you are just writing code for the `development` module, becase it stores state locally on your laptop.)
|
||||
Assuming [initial setup](#initial-setup) is complete — which it should be if Notify.gov is online — Terraform state is stored in a shared remote backend. If you are going to be writing Terraform for any of our deployment environments you'll need to hook up to this backend. (You don't need to do this if you are just writing code for the `development` module, because it stores state locally on your laptop.)
|
||||
|
||||
1. Enter the bootstrap module with `cd bootstrap`
|
||||
1. Run `./import.sh` to import the bucket containing remote terraform state into your local state
|
||||
|
||||
Reference in New Issue
Block a user