Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from Flaconi/OPS-3896
Browse files Browse the repository at this point in the history
OPS-3896 change attribute ses_smtp_password
  • Loading branch information
runderwoodcr14 authored Sep 16, 2020
2 parents a33d173 + 4aa455a commit 560c7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider "aws" {
version = "~> 2.49.0"
version = "~> 3.5.0"
region = "eu-central-1"
}

Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ output "this_access_key" {
}

output "this_ses_smtp_password" {
value = element(concat(aws_iam_access_key.this.*.ses_smtp_password, [""]), 0)
value = element(concat(aws_iam_access_key.this.*.ses_smtp_password_v4, [""]), 0)
description = "The secret access key converted into an SES SMTP password"
sensitive = true
}

0 comments on commit 560c7e3

Please sign in to comment.