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

feat: Add pass-through of ownership_verification_certificate_arn to domain_name #72

Merged
merged 3 commits into from
Jun 13, 2022

Conversation

kmannuz
Copy link
Contributor

@kmannuz kmannuz commented Jun 7, 2022

Description

Adds the ability to also pass ownership_verification_certificate_arn to domain_name resource as new variable called domain_name_ownership_verification_certificate_arn. I followed existing patterns for defaults and naming conventions.

Motivation and Context

Users may need to configure ownership_verification_certificate_arn as part of aws_apigatewayv2_domain_name. See provider docs for use cases

Breaking Changes

N/A - defaults to null, which is currently implied

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

Copy link
Member

@antonbabenko antonbabenko left a comment

Choose a reason for hiding this comment

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

LGTM, please update the minimum version of AWS provider in versions.tf to be >= 4.0 since this feature was added in 4.0.0.

@kmannuz
Copy link
Contributor Author

kmannuz commented Jun 10, 2022

LGTM, please update the minimum version of AWS provider in versions.tf to be >= 4.0 since this feature was added in 4.0.0.

Done!

@antonbabenko antonbabenko merged commit 5709873 into terraform-aws-modules:master Jun 13, 2022
antonbabenko pushed a commit that referenced this pull request Jun 13, 2022
## [1.9.0](v1.8.0...v1.9.0) (2022-06-13)

### Features

* Add pass-through of ownership_verification_certificate_arn to domain_name ([#72](#72)) ([5709873](5709873))
@antonbabenko
Copy link
Member

This PR is included in version 1.9.0 🎉

@antonbabenko
Copy link
Member

I have made a mistake (#73) by not bumping a major version when merging this PR.

v1.9.0 should not have been created. Please use v2.0.0 which was created in #74.

Sorry for the confusion!

@github-actions
Copy link

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2022
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