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

Fix for aws_opsworks_permission issue 9104 #10394

Merged
merged 1 commit into from
Dec 2, 2016
Merged

Fix for aws_opsworks_permission issue 9104 #10394

merged 1 commit into from
Dec 2, 2016

Conversation

janschumann
Copy link
Contributor

@janschumann janschumann commented Nov 28, 2016

This will fix #9104

  • allow_ssh failure
  • permission level

@janschumann janschumann changed the title [WIP] Working on #9104 [WIP] Working on aws_opsworks_permission issue 9104 Nov 28, 2016
@@ -105,7 +105,7 @@ func resourceAwsOpsworksPermissionRead(d *schema.ResourceData, meta interface{})
found = true
d.SetId(id)
d.Set("id", id)
d.Set("allow_ssh", permission.AllowSudo)
d.Set("allow_ssh", permission.AllowSsh)
d.Set("allow_sodo", permission.AllowSudo)
Copy link
Contributor

Choose a reason for hiding this comment

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

@janschumann I think the allow_sodo should be changed to allow_sudo to fix the typo

@janschumann janschumann changed the title [WIP] Working on aws_opsworks_permission issue 9104 Fix for aws_opsworks_permission issue 9104 Dec 1, 2016
@stack72
Copy link
Contributor

stack72 commented Dec 2, 2016

Thanks for the work here @janschumann :) This LGTM!

Paul

@stack72 stack72 merged commit 2e83eb1 into hashicorp:master Dec 2, 2016
gusmat pushed a commit to gusmat/terraform that referenced this pull request Dec 6, 2016
@ghost
Copy link

ghost commented Apr 19, 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 19, 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] aws_opsworks_permission: Setting 'level' has no effect, allow_ssh keeps reapplying
3 participants