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

Terraform supports for "Additional Info" field for EMR? #3158

Closed
DigitalPig opened this issue Jan 27, 2018 · 8 comments · Fixed by #4590
Closed

Terraform supports for "Additional Info" field for EMR? #3158

DigitalPig opened this issue Jan 27, 2018 · 8 comments · Fixed by #4590
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/emr Issues and PRs that pertain to the emr service.
Milestone

Comments

@DigitalPig
Copy link

DigitalPig commented Jan 27, 2018

Continuing #1178

In our corporation, we need to add an additional line in the aws cli to start EMR cluster successufully.

--additional-info '{ "instanceAwsClientConfiguration": { "proxyPort": 8099, "proxyHost": "aws-proxy-prod.company.com" } }'

However, there is no way of adding this information into terraform field. I was advised to use Configuration field but that is for setup of EMR softwares

Is there a possibility to add this option in the terraform aws provider? Thank you!

@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. service/emr Issues and PRs that pertain to the emr service. labels Jan 27, 2018
@kirupagaran
Copy link

Is Terraform working on this feature ?. If yes, any tentative release dates ?

I need this --additional-info feature so that we can pass proxy information to EMR cluster.

@saravanan30erd
Copy link
Contributor

@DigitalPig Looks like its possible, since aws go sdk have that option: https://docs.aws.amazon.com/sdk-for-go/api/service/emr/#RunJobFlowInput
Will work on it.

@kirupagaran
Copy link

Thanks @saravanan30erd. Any guess on how long it will take to get this feature?

@kirupagaran
Copy link

Thanks @saravanan30erd. What should I do If I want to use your changes before it gets officially released ? Any steps to build my own terraform linux executable with your changes ?

saravanan30erd added a commit to saravanan30erd/terraform-provider-aws that referenced this issue May 22, 2018
saravanan30erd added a commit to saravanan30erd/terraform-provider-aws that referenced this issue May 22, 2018
saravanan30erd added a commit to saravanan30erd/terraform-provider-aws that referenced this issue May 22, 2018
@bflad bflad added this to the v1.20.0 milestone May 23, 2018
bflad added a commit that referenced this issue May 23, 2018
issue #3158 add new argument additional_info in aws_emr_cluster
@bflad
Copy link
Contributor

bflad commented May 23, 2018

The additional_info argument will release with v1.20.0 of the AWS provider, likely later today.

@bflad
Copy link
Contributor

bflad commented May 23, 2018

This has been released in version 1.20.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@DigitalPig
Copy link
Author

Tested and it works great. Thank you again for your hard work!

@ghost
Copy link

ghost commented Apr 5, 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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/emr Issues and PRs that pertain to the emr service.
Projects
None yet
4 participants