CloudFormation Tests: Remove outdated property

This commit is contained in:
Bert Blommers 2023-10-23 18:17:34 +00:00 committed by GitHub
parent da227dbfcd
commit fe8a561707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ yaml_template = """
S3Bucket:
Type: AWS::S3::Bucket
Properties:
AccessControl: PublicRead
BucketName: cf-test-bucket-1
"""