Skip to content

Commit

Permalink
Merge pull request #34 from tonedefdev/aws-sdk-v2-and-dep-updates
Browse files Browse the repository at this point in the history
Aws sdk v2 and dep updates
  • Loading branch information
tonedefdev authored Aug 28, 2024
2 parents 33caff6 + 5db8060 commit 511eeb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ terracreds config aws --description 'my super secret' --region 'us-west-2' --sec
| `region` | The `Secrets Manager` instance's region where the secret will be stored | `yes` |
| `secretName` | A name for the secret. If omitted and using `terraform login` the hostname of the TACOS server will be used for the name instead | `no` |

The following role permissions are required in order for the `EC2 Instance Role` to leverage `terracreds` with `AWS Secrets Manager`:
The following permissions are required in order for an assumed `AWS IAM Role` to leverage `terracreds` to access and manage `AWS Secrets Manager`:
```hcl
Action = [
"secretsmanager:CreateSecret",
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func main() {
terracreds := &cmd.Config{
DefaultReplaceString: "_",
TerraCreds: cmd.NewTerraCreds(),
Version: "2.1.4",
Version: "2.1.6",

ConfigFile: cmd.ConfigFile{
EnvironmentValue: os.Getenv("TC_CONFIG_PATH"),
Expand Down

0 comments on commit 511eeb9

Please sign in to comment.