Skip to content

Commit ea142fe

Browse files
committed
readme.md
1 parent 34a1a0b commit ea142fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# About
2-
The terraform from this folder runs in each PR and sets up lambdas associated with the PR. Once the PR is merged, it will be used by the release pipeline to deploy to INT and REF. This is also run by the prod release pipeline to deploy the lambdas to the prod blue and green sub environments.
2+
The Terraform configuration in this folder is executed in each PR and sets up lambdas associated with the PR. Once the PR is merged, it will be used by the release pipeline to deploy to INT and REF. This is also run by the production release pipeline to deploy the lambdas to the prod blue and green sub environments.
33

44
## Environments Structure
55

@@ -21,7 +21,7 @@ SUB_ENVIRONMENT=pr-123 # Sub-environment (e.g., pr-57, internal-dev)
2121
AWS_REGION=eu-west-2
2222
AWS_PROFILE=your-aws-profile
2323
```
24-
2. Run `make init` to download provisioners and dependencies
24+
2. Run `make init` to download providers and dependencies
2525
3. Run `make plan` to output plan with the changes that terraform will perform
2626
4. **WARNING**: Run `make apply` only after thoroughly reviewing the plan as this might destroy or modify existing infrastructure
2727

0 commit comments

Comments
 (0)