update sensitive code samples s6249 (#845)
This commit is contained in:
parent
34aad572a9
commit
aa8b82989c
@ -14,7 +14,8 @@ Resources:
|
||||
S3Bucket:
|
||||
Type: 'AWS::S3::Bucket' # Sensitive
|
||||
----
|
||||
A policy that forces the use of HTTPs only for some users:
|
||||
|
||||
A policy is defined but forces only HTTPs communication for some users:
|
||||
|
||||
----
|
||||
AWSTemplateFormatVersion: 2010-09-09
|
||||
|
@ -14,7 +14,7 @@ resource "aws_s3_bucket" "mynoncompliantbucket" { # Sensitive
|
||||
}
|
||||
----
|
||||
|
||||
A policy that forces, only for some users, HTTPs is used:
|
||||
A policy is defined but forces only HTTPs communication for some users:
|
||||
|
||||
----
|
||||
resource "aws_s3_bucket" "mynoncompliantbucket" { # Sensitive
|
||||
|
Loading…
x
Reference in New Issue
Block a user