You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to qualifying issue #23541, I've seen that no test were covering this case (ECS task definition with encryption set to disabled and authorization_config also set to disable.
I'm opening this issue to solve this.
Test acceptance
New test added: TestAccECSTaskDefinition_EFSVolume_transitEncryptionDisabled
Output:
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ecs/... -v -count 1 -parallel 20 -run='TestAccECSTaskDefinition_EFSVolume_transitEncryptionDisabled' -timeout 180m
=== RUN TestAccECSTaskDefinition_EFSVolume_transitEncryptionDisabled
=== PAUSE TestAccECSTaskDefinition_EFSVolume_transitEncryptionDisabled
=== CONT TestAccECSTaskDefinition_EFSVolume_transitEncryptionDisabled
--- PASS: TestAccECSTaskDefinition_EFSVolume_transitEncryptionDisabled (37.11s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ecs 39.007s
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
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.
Purpose
Trying to qualifying issue #23541, I've seen that no test were covering this case (ECS task definition with encryption set to disabled and authorization_config also set to disable.
I'm opening this issue to solve this.
Test acceptance
New test added:
TestAccECSTaskDefinition_EFSVolume_transitEncryptionDisabled
Output:
Relates
The text was updated successfully, but these errors were encountered: