Skip to content

Commit a7bf8bf

Browse files
authored
Fix: Spelling error (#870)
1 parent 3ff3ec6 commit a7bf8bf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_docs-sources/guides/stay-up-to-date/cis/cis-1.5.0/deployment-walkthrough/step-1-check-your-live-infrastructure-is-cis-v1.4-compliant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steampipe plugin install aws
3535
## 1.2 Configure Steampipe to analyze all regions
3636

3737
The file `~/.steampipe/config/aws.spc`, that is created by Steampipe, needs to be updated to analyze all regions,
38-
by adding `regions = ["*"]`. Otherwise, multi-regions resouces, like AWS Config, IAM Access Analyzer will fail in the check:
38+
by adding `regions = ["*"]`. Otherwise, multi-regions resources, like AWS Config, IAM Access Analyzer will fail in the check:
3939

4040
```hcl
4141
connection "aws" {

docs/guides/stay-up-to-date/cis/cis-1.5.0/deployment-walkthrough/step-1-check-your-live-infrastructure-is-cis-v1.4-compliant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ steampipe plugin install aws
3535
## 1.2 Configure Steampipe to analyze all regions
3636

3737
The file `~/.steampipe/config/aws.spc`, that is created by Steampipe, needs to be updated to analyze all regions,
38-
by adding `regions = ["*"]`. Otherwise, multi-regions resouces, like AWS Config, IAM Access Analyzer will fail in the check:
38+
by adding `regions = ["*"]`. Otherwise, multi-regions resources, like AWS Config, IAM Access Analyzer will fail in the check:
3939

4040
```hcl
4141
connection "aws" {
@@ -158,6 +158,6 @@ references to the Gruntwork Infrastructure as Code Library.
158158
<!-- ##DOCS-SOURCER-START
159159
{
160160
"sourcePlugin": "local-copier",
161-
"hash": "296848a030a0676c4e7051e606f41a7e"
161+
"hash": "8d957e23951c0e864a1b71b7a122a0db"
162162
}
163163
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)