Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-iam
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-iam
Commits
95d3cb40
Commit
95d3cb40
authored
Sep 22, 2020
by
Anton Babenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Fixed ses_smtp_password_v4 output name
parent
22cbe0b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.pre-commit-config.yaml
.pre-commit-config.yaml
+2
-2
README.md
examples/iam-user/README.md
+1
-1
outputs.tf
examples/iam-user/outputs.tf
+2
-2
No files found.
.pre-commit-config.yaml
View file @
95d3cb40
repos
:
-
repo
:
git://github.com/antonbabenko/pre-commit-terraform
rev
:
v1.3
1
.0
rev
:
v1.3
9
.0
hooks
:
-
id
:
terraform_fmt
-
id
:
terraform_docs
-
repo
:
git://github.com/pre-commit/pre-commit-hooks
rev
:
v3.
1
.0
rev
:
v3.
2
.0
hooks
:
-
id
:
check-merge-conflict
examples/iam-user/README.md
View file @
95d3cb40
...
...
@@ -41,7 +41,7 @@ No input.
| this
\_
iam
\_
access
\_
key
\_
id | The access key ID |
| this
\_
iam
\_
access
\_
key
\_
key
\_
fingerprint | The fingerprint of the PGP key used to encrypt the secret |
| this
\_
iam
\_
access
\_
key
\_
secret | The access key secret |
| this
\_
iam
\_
access
\_
key
\_
ses
\_
smtp
\_
password | The secret access key converted into an SES SMTP password |
| this
\_
iam
\_
access
\_
key
\_
ses
\_
smtp
\_
password
\_
v4
| The secret access key converted into an SES SMTP password |
| this
\_
iam
\_
access
\_
key
\_
status | Active or Inactive. Keys are initially active, but can be made inactive by other means. |
| this
\_
iam
\_
user
\_
arn | The ARN assigned by AWS for this user |
| this
\_
iam
\_
user
\_
login
\_
profile
\_
encrypted
\_
password | The encrypted password, base64 encoded |
...
...
examples/iam-user/outputs.tf
View file @
95d3cb40
...
...
@@ -43,9 +43,9 @@ output "this_iam_access_key_secret" {
value
=
module
.
iam_user
.
this_iam_access_key_secret
}
output
"this_iam_access_key_ses_smtp_password"
{
output
"this_iam_access_key_ses_smtp_password
_v4
"
{
description
=
"The secret access key converted into an SES SMTP password"
value
=
module
.
iam_user
.
this_iam_access_key_ses_smtp_password
value
=
module
.
iam_user
.
this_iam_access_key_ses_smtp_password
_v4
}
output
"this_iam_access_key_status"
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment