-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_iam_access_key: Ensure Inactive status is properly confi…
…gured during resource creation (#17322) * resource/aws_iam_access_key: Ensure Inactive status is properly configured during resource creation Reference: #16818 Previously before code updates: ``` === CONT TestAccAWSAccessKey_Status resource_aws_iam_access_key_test.go:71: Step 1/3 error: Check failed: Check 2/2 error: aws_iam_access_key.a_key: Attribute 'status' expected "Inactive", got "Active" --- FAIL: TestAccAWSAccessKey_Status (5.97s) ``` Output from acceptance testing: ``` --- PASS: TestAccAWSAccessKey_basic (8.96s) --- PASS: TestAccAWSAccessKey_encrypted (9.13s) --- PASS: TestAccAWSAccessKey_Status (27.74s) ``` * Update CHANGELOG for #17322
- Loading branch information
Showing
3 changed files
with
35 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:bug | ||
resource/aws_iam_access_key: Ensure `Inactive` `status` is properly configured during resource creation | ||
``` |
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