terraform-aws-ssm-tls-ssh-key-pair icon indicating copy to clipboard operation
terraform-aws-ssm-tls-ssh-key-pair copied to clipboard

Terraform module that provisions an SSH TLS Key pair and writes it to SSM Parameter Store

Results 4 terraform-aws-ssm-tls-ssh-key-pair issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20201224014010-6772e930b67b to 0.23.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20201224014010-6772e930b67b&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

auto-update

## what * Remove the overwrite option on the SSM parameters ## why * The `overwrite` option has been deprecated ## references * https://github.com/hashicorp/terraform-provider-aws/issues/25636

do not merge

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201221181555-eec23a3978ad to 0.17.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20201221181555-eec23a3978ad&new-version=0.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

auto-update

## Describe the Feature Currently the output of the tls_private_key resources inside the module is not marked sensitive. Which results in private-keys being published in the Statefile. I suggest marking...