Skip to content

Commit 1e320fc

Browse files
Updated README that terraform apply should run from the local machine
1 parent 87f48d2 commit 1e320fc

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ terraform/<environment> $ terraform providers lock --platform=linux_amd64 --plat
3030

3131
### From Local Machine
3232

33-
It is not recommended to run the terraform commands from your local machine. They should run from the GitHub workflow. However, just in case you want to do it from your local machine and you know what you do, you need to make sure that the environment loaded while you are in the terraform project folder has the correct environment variables and values.
34-
35-
When you cd to `terraform/staging` for example, the environment is loaded from:
36-
3733
- [./env.staging](.env.staging)
3834
- [./terraform/.envrc](./terraform/.envrc)
3935
- [./terraform/staging/.envrc](./terraform/staging/.envrc)
@@ -54,11 +50,6 @@ But **the following files ARE checked in**:
5450

5551
So, they should not contain secrets.
5652

57-
### GitHub Actions for Automated Execution of Changes
58-
59-
We use GitHub Actions to automatically apply changes to `production` and `staging`.
60-
The workflow needs some secrets. These are inside the corresponding GitHub secrets for the repository.
61-
6253
## How Tos
6354

6455
### How do I connect via ssh to a node:

0 commit comments

Comments
 (0)