Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add arn attribute to aws_ses_domain_identity resource #14306

Merged
merged 1 commit into from
May 9, 2017
Merged

Add arn attribute to aws_ses_domain_identity resource #14306

merged 1 commit into from
May 9, 2017

Conversation

joshuaspence
Copy link
Contributor

Adds an arn attribute to the aws_ses_domain_identity resource.

Copy link
Contributor

@stack72 stack72 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @joshuaspence

This LGTM apart from 1 small thing (removal of Optional) - I am going to merge this and make the change

Thanks

Paul

@@ -19,12 +19,16 @@ func resourceAwsSesDomainIdentity() *schema.Resource {
},

Schema: map[string]*schema.Schema{
"arn": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be optional - it's only being computed :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. I just copied this from another resource :)

@stack72 stack72 merged commit f488e38 into hashicorp:master May 9, 2017
@joshuaspence joshuaspence deleted the ses-arn branch May 9, 2017 21:25
@ghost
Copy link

ghost commented Apr 12, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants