| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Configure settings.
$ cp .envrc.example .envrc $ vi .envrc $ direnv allow
Init
$ export ENV=stg
$ source ./scripts/switch-role.sh
$ terraform init
$ terraform get
$ terraform workspace select ${ENV}
Plan and Apply
$ ./terraform-env.sh stg plan $ ./terraform-env.sh stg apply
| Back | FazBrowse Home | New Git URL |