This is a terraform module for creating Amazon Web Services Simple Email Service resources.
This project is maintained Ben, anyone is welcome to contribute.
This adds an email address identity into SES. You can call it independently or pass in a list as in this example:
module "email" {
source = "../../terraform-aws-ses/email-identity"
email_identitys = ["your.email@gmail.com", "your.email+hello@gmail.com", "your.email+0334@gmail.com"]
}
Name | Version |
---|---|
terraform | >= 0.13.1 |
aws | >= 3.4.0 |
Name | Version |
---|---|
aws | >= 3.4.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
email_identitys | The email addresses to verify in SES. | list |
n/a | yes |
Name | Description |
---|---|
email_identity_arn | The ARN of the email identity created. |
test_2 | Testing terraform outputs possible issue with #23073 |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.