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 support for image_configuration block in serverless module #2

Merged
merged 2 commits into from
May 1, 2023

Conversation

Michalosu
Copy link
Contributor

Description

Add support for image_configuration block in aws_emrserverless_application resource - it was added in aws provider 4.62.0

Motivation and Context

Added possibility to use custom image in EMR serverless applications

Breaking Changes

It requires aws provider in at least 4.62 version

@Michalosu Michalosu changed the title Add support for image_configuration block in serverless module feat: Add support for image_configuration block in serverless module Apr 18, 2023
…ation resource - it was added in aws provider 4.62.0
@Michalosu
Copy link
Contributor Author

@bryantbiggs, could you please review it once again?

@bryantbiggs
Copy link
Member

@antonbabenko it looks like I don't have permission to run the checks/approve/etc. on this project FYI

for_each = length(var.image_configuration) > 0 ? [var.image_configuration] : []

content {
image_uri = image_configuration.value.image_uri
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
image_uri = image_configuration.value.image_uri
image_uri = image_configuration.value.image_uri

@antonbabenko
Copy link
Member

@bryantbiggs Indeed, some permissions were missing. It was fixed now. All other repositories were already fine.

@bryantbiggs bryantbiggs merged commit 4d29ee5 into terraform-aws-modules:master May 1, 2023
13 checks passed
antonbabenko pushed a commit that referenced this pull request May 18, 2023
## [1.1.0](v1.0.0...v1.1.0) (2023-05-18)

### Features

* Add support for image_configuration block in serverless module ([#2](#2)) ([4d29ee5](4d29ee5))

### Bug Fixes

* Correct auto-release configuration file ([#6](#6)) ([74847b1](74847b1))
* Update EMR studio service role policy to RequestTags on Create* ([#5](#5)) ([274efc3](274efc3))
@antonbabenko
Copy link
Member

This PR is included in version 1.1.0 🎉

@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 Jun 18, 2023
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.

None yet

3 participants