Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 22s
13 lines
251 B
HCL
13 lines
251 B
HCL
output "secret_key" {
|
|
value = aws_iam_access_key.AccK.secret
|
|
sensitive = true
|
|
}
|
|
|
|
output "access_key" {
|
|
value = aws_iam_access_key.AccK.id
|
|
}
|
|
|
|
output "password" {
|
|
value = aws_iam_user_login_profile.administrator.password
|
|
sensitive = true
|
|
} |