shalupov / idea-cloudformation

AWS CloudFormation plugin for IntelliJ-based IDEs (IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, DataGrip, CLion)
https://teamcity.jetbrains.com/viewType.html?buildTypeId=IdeaAwsCloudFormation_Master_Build&guest=1
Apache License 2.0
136 stars 27 forks source link

Bucket Creating Issue with PublicAccessBlockConfiguration Nesting #141

Closed clintonmagro closed 5 years ago

clintonmagro commented 5 years ago

There is a problem with Type AWS::S3::Bucket When setting up PublicAccessBlockConfiguration the plugin expects it to be nested under AccessControl but should actually be under Properties

Expected by plugin (this is wrong): Properties > AccessControl > PublicAccessBlockConfiguration

How it should be: Properties > PublicAccessBlockConfiguration

Documented here too: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket.html

shalupov commented 5 years ago

Please check - 0.6.9 is released