Skip to content

Commit f14862e

Browse files
committed
Apply code review comment #45023 (comment).
1 parent e7dc1df commit f14862e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/service/ec2/ec2_image_block_public_access.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ import (
3030
// @Testing(hasExistsFunction=false)
3131
// @Testing(generator=false)
3232
// @Testing(identityTest=false)
33+
// @Testing(identityVersion="0;v6.0.0")
34+
// @Testing(identityVersion="1;v6.20.0")
3335
func resourceImageBlockPublicAccess() *schema.Resource {
3436
return &schema.Resource{
3537
CreateWithoutTimeout: resourceImageBlockPublicAccessPut,

0 commit comments

Comments
 (0)