Skip to content

Commit

Permalink
chore: Fix Spellchecks (#160)
Browse files Browse the repository at this point in the history
* chore: Fix Spellchecks

- Modified wordlist
- Fixed spelling and quotes on README
- regenerated btptf.tf

* fix spellings

---------

Co-authored-by: Christian Lechner <lechnerc77@users.noreply.github.com>
Co-authored-by: Stephen Cherian <stephen.cherian@sap.com>
  • Loading branch information
3 people authored Nov 5, 2024
1 parent 2d2340c commit b62b878
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
APIs
autocompletion
APIs
breakpoint
BTP
btp
Expand All @@ -18,7 +19,8 @@ faq
Github
github
Golang
hardcoding
GOLANG
GOPATH
html
https
HCL
Expand All @@ -35,6 +37,7 @@ pre
PowerShell
powershell
README
readme
resourceFileName
restrictedplan
runtime
Expand All @@ -51,6 +54,7 @@ templating
Terraform
Terraform's
terraform
Terraform's
tf
toolchain
UIs
Expand All @@ -59,4 +63,4 @@ VS
YAML
yaml
yml
zsh
zsh
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ If you want to build the binary from scratch, follow these steps:

4. The system will store the binary as `btptf` (`btptf.exe` in case of Windows) in the default binary path of your Go installation `$GOPATH/bin`.

> [!TIP]
> You find the value of the GOPATH via `go env GOPATH`

**You find the value of the GOPATH via `go env GOPATH`**

#### Troubleshooting

Expand All @@ -69,7 +69,7 @@ When using Terraform Exporter for SAP BTP, following security best practices is

3. **Network Security and Encryption**: When using remote state storage, ensure that data is encrypted both in transit and at rest.

4. **Terraform Code and Secrets Management**: Avoid hardcoding secrets directly in Terraform configurations. Instead, use a secure vault services to manage secrets and inject them into configurations at runtime. This reduces the risk of exposing sensitive information in code repositories​
4. **Terraform Code and Secrets Management**: Avoid hard coding secrets directly in Terraform configurations. Instead, use a secure vault services to manage secrets and inject them into configurations at runtime. This reduces the risk of exposing sensitive information in code repositories​

5. **Review and Update Terraform Configurations Regularly**: Ensure that exported configurations align with current security and compliance requirements. Regularly review and update configurations, removing any deprecated or unused resources that could expose vulnerabilities.

Expand Down Expand Up @@ -161,8 +161,8 @@ How to set the parameters depends on your setup and is OS-specific:
export $(xargs <.env)
```
> [!IMPORTANT]
> There is no predefined functionality in PowerShell to achieve the same. A custom script is needed.
**There is no predefined functionality in PowerShell to achieve the same. A custom script is needed.**
## Exporting SAP BTP Resources
Expand Down

0 comments on commit b62b878

Please sign in to comment.