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: docs/community/contribute/component-testing.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ The difference with a regular atmos configuration are:
87
87
1. All components deployed on one stack `default-test` in one `us-east-2` region.
88
88
2. Use single aws account for all test resources. If component assumes the cross region or cross account interaction, the configuration still deploys it to the same actual aws account.
89
89
3. Mock `account-map` component to skip role assuming and always use current AWS credentials provided with environment variables
90
-
4. Configure teraform state files storage to local directory at a path provided by test framework with environment variable `COMPONENT_HELPER_STATE_DIR`
90
+
4. Configure terraform state files storage to local directory at a path provided by test framework with environment variable `COMPONENT_HELPER_STATE_DIR`
91
91
</Steps>
92
92
93
93
This configuration is common for all components and could be copied from [template repo](https://github.com/cloudposse-terraform-components/template/tree/main/test).
@@ -218,7 +218,7 @@ A test suite run consists of the following phases all of which can be controlled
218
218
| Test | Deploy the component |`--only-deploy-dependencies`|
219
219
| Teardown | Destroy all dependencies |`--skip-teardown`|
220
220
221
-
This is possible to enable/disable steps on each phase more precisly
221
+
This is possible to enable/disable steps on each phase more precisely
Copy file name to clipboardExpand all lines: docs/community/contribute/contributor-tips.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Here is a standard usage pattern that contributors can adopt to specific changes
34
34
1.`mkdir ~/mp_workspace && cd ~/mp_workspace`
35
35
1. Initialize microplane:
36
36
1.`mp init --all-repos "cloudposse"`
37
-
1. Initializing creates an `mp/` folder in your current directoy, finds all of the Cloud Posse public projects, and then creates an `mp/init.json` file describing them.
37
+
1. Initializing creates an `mp/` folder in your current directory, finds all of the Cloud Posse public projects, and then creates an `mp/init.json` file describing them.
38
38
1. NOTE: microplane supposedly has the ability to search against an organization and narrow the returned repos that end up in `init.json`, but that functionality seems buggy and not working. We do our repo filtering manually in the next step.
39
39
1. Manually edit `mp/init.json` to only include the repos which you want to make changes against.
40
40
1. Your editor's multi-select and edit capabilities are your friend here! (or maybe some [`jq`](https://stedolan.github.io/jq/) if that's your thing)
Copy file name to clipboardExpand all lines: docs/community/contribute/faq.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ We're not accepting new features for pre-terraform-0.12 modules.
120
120
121
121
## Why is my Terraform Pull Request not yet reviewed or merged?
122
122
123
-
If your Pull Request is to upgrade a Terraform module from HCLv1 to HCLv2, then chances are we haven't approved it because it does not have `terratest` integration tests. As a general policy, we're only upgrading modules to HCLv2 that have `terratest` integration tests. Attemting to maintain stability
123
+
If your Pull Request is to upgrade a Terraform module from HCLv1 to HCLv2, then chances are we haven't approved it because it does not have `terratest` integration tests. As a general policy, we're only upgrading modules to HCLv2 that have `terratest` integration tests. Attempting to maintain stability
124
124
with hundreds of modules is only possible with integration testing.
Copy file name to clipboardExpand all lines: docs/jumpstart/kickoff.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ Cloud Posse has noticed several patterns that lead to successful projects.
179
179
<Step>
180
180
### <StepNumber/> Cameras On
181
181
182
-
We recommend that all participants have their cameras on. This helps to build trust and rapport. It also helps to keep everyone engaged and focused. This also lets us gage how everyone is understanding the material. If you are having trouble understanding something, please ask questions.
182
+
We recommend that all participants have their cameras on. This helps to build trust and rapport. It also helps to keep everyone engaged and focused. This also lets us gauge how everyone is understanding the material. If you are having trouble understanding something, please ask questions.
Copy file name to clipboardExpand all lines: docs/layers/alerting/opsgenie/opsgenie.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ An important note here is the **Service** mapping from **Datadog** to **OpsGenie
112
112
113
113
## Incidents
114
114
115
-
An Incident is an escalated alert with a business impact. All SLOs by definition have business impacts and therefore when violated should be considered an incident. We define anything of severity P1 or P2 as an incident and therefor having business impact. An alert is automatically escalated to an incident by its severity as defined in the monitor.
115
+
An Incident is an escalated alert with a business impact. All SLOs by definition have business impacts and therefore when violated should be considered an incident. We define anything of severity P1 or P2 as an incident and therefore having business impact. An alert is automatically escalated to an incident by its severity as defined in the monitor.
0 commit comments