We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dc1df commit f14862eCopy full SHA for f14862e
internal/service/ec2/ec2_image_block_public_access.go
@@ -30,6 +30,8 @@ import (
30
// @Testing(hasExistsFunction=false)
31
// @Testing(generator=false)
32
// @Testing(identityTest=false)
33
+// @Testing(identityVersion="0;v6.0.0")
34
+// @Testing(identityVersion="1;v6.20.0")
35
func resourceImageBlockPublicAccess() *schema.Resource {
36
return &schema.Resource{
37
CreateWithoutTimeout: resourceImageBlockPublicAccessPut,
0 commit comments