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

resource/aws_instance: update user data on change #7863

Closed

Conversation

Dudesons
Copy link

@Dudesons Dudesons commented Mar 8, 2019

Fixes #23

@ghost ghost added size/M Managed by automation to categorize the size of a PR. service/ec2 Issues and PRs that pertain to the ec2 service. labels Mar 8, 2019
@Dudesons
Copy link
Author

Hi,

Can I have some indications if I have to update or create a new test (with vpc or I can reuse one from an other test) to test this pr.
There is something I have to do more ?

@bflad

@bflad
Copy link
Contributor

bflad commented Mar 14, 2019

@Dudesons an additional acceptance test should be added and existing acceptance testing should be performed if possible. Please let us know if we can clarify anything in the CONTRIBUTING documentation

@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. waiting-response Maintainers are waiting on response from community or contributor. labels Mar 14, 2019
@et304383
Copy link

et304383 commented Apr 4, 2019

This PR is nearly 4 years in the making. What has to happen to move this along? Terraform needs to catch up to CloudFormation here.

@ghost ghost removed the waiting-response Maintainers are waiting on response from community or contributor. label Apr 4, 2019
@Dudesons
Copy link
Author

Dudesons commented Apr 4, 2019

@bflad Thank you for information I'll take a moment in the end of the week or next week to run and add the test

@et304383

@rogerhu
Copy link
Contributor

rogerhu commented Nov 4, 2020

Rebased and opened a separate PR with an acceptance test -- can someone review?

#16011

@nsvijay04b1
Copy link

Hi
When can we expect this? thanks!

@zhelding
Copy link
Contributor

Pull request #21306 has significantly refactored the AWS Provider codebase. As a result, most PRs opened prior to the refactor now have merge conflicts that must be resolved before proceeding.

Specifically, PR #21306 relocated the code for all AWS resources and data sources from a single aws directory to a large number of separate directories in internal/service, each corresponding to a particular AWS service. This separation of code has also allowed for us to simplify the names of underlying functions -- while still avoiding namespace collisions.

We recognize that many pull requests have been open for some time without yet being addressed by our maintainers. Therefore, we want to make it clear that resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author.

For a more complete description of this refactor, including examples of how old filepaths and function names correspond to their new counterparts: please refer to issue #20000.

For a quick guide on how to amend your pull request to resolve the merge conflicts resulting from this refactor and bring it in line with our new code patterns: please refer to our Service Package Refactor Pull Request Guide.

@anGie44
Copy link
Contributor

anGie44 commented Feb 18, 2022

Hi @Dudesons , thank you for submitting this PR and apologies we didn't get to it sooner. The associated issue #23 is now in our queue, however, and in an effort to get these changes merged in a timely manner I'm going to review #18043 which is based off the code changes here with the addition of some needed tests.

@anGie44 anGie44 closed this Feb 18, 2022
@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 May 17, 2022
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/ec2 Issues and PRs that pertain to the ec2 service. size/M Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Stop, don't destroy instance on user-data update
7 participants