Skip to content

Commit a8a569b

Browse files
fixing typo, updating aws credentials description
1 parent 03e647b commit a8a569b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Infrastructure_Guide/terraform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ Terraformer acts as a "reverse Terraform" tool where it can read from created re
3131
Although the output can sometimes be a bit verbose, it's an easy way to capture everything to create reproducible builds.
3232

3333
### Profile
34-
Before installing Terraformer, a profile from AWS will need to be configured under `~/.aws/credentials` which is `TOML` like file.
34+
Before installing Terraformer, a profile from AWS will need to be configured under `~/.aws/credentials` which is an INI-like file (AWS credentials format).
3535

3636
Configure the `terraform-user` profile from [1. AWS](aws.md#iam) to look like this:
3737

38-
```toml
38+
```ini
3939
[terraform-user]
4040
aws_access_key_id = <ACCESS_KEY_ID>
4141
aws_secret_access_key = <SECRET_ACCESS_KEY>
4242
```
4343

44-
To retrieve these options, head to IAM > Users > teraform-user > Security Credentials tab
44+
To retrieve these options, head to IAM > Users > terraform-user > Security Credentials tab
4545

4646
### Install
4747
* [Install Guide](https://github.com/GoogleCloudPlatform/terraformer?tab=readme-ov-file#installation)

0 commit comments

Comments
 (0)