Skip to content

Commit 77823d5

Browse files
authored
Fix dependency in bridge template (#1229)
Fix this error from bridge template.. ``` develop/bridge - Updating Stack "An error occurred (ValidationError) when calling the UpdateStack operation: Template format error: Unresolved resource dependencies [AWSS3AndroidAppBucket] in the Resources block of the template" ```
1 parent a047396 commit 77823d5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sceptre/bridge/templates/bridge.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,8 @@ Resources:
266266
ErrorDocument: error.html
267267
DeletionPolicy: Retain
268268
AndroidAppBucketPolicy:
269-
Metadata:
270-
cfn-lint:
271-
config:
272-
ignore_checks:
273-
- W1001
274269
Type: 'AWS::S3::BucketPolicy'
270+
Condition: CreateProdResources
275271
Properties:
276272
Bucket: !Ref AWSS3AndroidAppBucket
277273
PolicyDocument:

0 commit comments

Comments
 (0)