-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_opsworks_permission: Prevent `Unable to change own permi…
…ssion level` error during self updates (#11379) Reference: #4804 Output from acceptance testing before code change: ``` --- FAIL: TestAccAWSOpsworksPermission_Self (51.18s) testing.go:640: Step 1 error: errors during apply: Error: ValidationException: Unable to change own permission level. Only AllowSsh and AllowSudo allowed. ``` Output from acceptance testing after code change: ``` --- PASS: TestAccAWSOpsworksPermission_Self (64.52s) --- PASS: TestAccAWSOpsworksPermission_basic (104.39s) ```
- Loading branch information
Showing
2 changed files
with
151 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters