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

provider/aws: Changing the db_instance resource to mark the engine_version as Optional #3744

Merged
merged 3 commits into from
Nov 10, 2015

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Nov 3, 2015

Fixes #3465

The docs actually specify that this is not a required field. Added a test to prove this and I still get an instance up and running

@@ -54,7 +54,7 @@ func resourceAwsDbInstance() *schema.Resource {

"engine_version": &schema.Schema{
Type: schema.TypeString,
Required: true,
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.

Needs to be Computed too

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done and building :)

@catsby
Copy link
Contributor

catsby commented Nov 9, 2015

Minor feedback, let me know what you think

@catsby catsby added the waiting-response An issue/pull request is waiting for a response from the community label Nov 9, 2015
@catsby
Copy link
Contributor

catsby commented Nov 10, 2015

I think this branch got messed up, there are a bunch of unrelated things in here now

@stack72
Copy link
Contributor Author

stack72 commented Nov 10, 2015

@catsby crap - that's a messed up rebase :( I had to rebase from master

… is now part of the checkInstanceAttributes func
@stack72
Copy link
Contributor Author

stack72 commented Nov 10, 2015

ok @catsby I have fixed the PR branch now - it's ready for checking :)

@catsby catsby removed the waiting-response An issue/pull request is waiting for a response from the community label Nov 10, 2015
@catsby
Copy link
Contributor

catsby commented Nov 10, 2015

LGTM thanks @stack72

catsby added a commit that referenced this pull request Nov 10, 2015
provider/aws: Changing the db_instance resource to mark the engine_version as Optional
@catsby catsby merged commit 51fd5fa into hashicorp:master Nov 10, 2015
@stack72 stack72 deleted the f-aws-db-instance branch November 10, 2015 21:48
@ghost
Copy link

ghost commented Apr 30, 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 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws_db_instance engine_version should be optional, not required
2 participants