org-formation / aws-resource-providers

A community driven repository where you can find AWS Resource Type Providers for different purposes (including org-formation ones).
MIT License
85 stars 21 forks source link

Error when using Community::S3::PublicAccessBlock #105

Closed owenmorgan closed 1 year ago

owenmorgan commented 1 year ago

When making use of Community::S3::PublicAccessBlock i get the error from CloudFormation :

ERROR: Resource S3AccountPublicAccessBlock failed because Properties validation failed for resource S3AccountPublicAccessBlock with message:
#: required key [TestCode] not found
#: required key [Title] not found.

this is after registering from here s3://community-resource-provider-catalog/community-s3-publicaccessblock-0.1.0.zip

owenmorgan commented 1 year ago

updating to community-s3-publicaccessblock-0.2.0.zip has resolved this