Skip to content

Commit 8c44090

Browse files
committed
removed cdn plans as its not used
1 parent 5ab6826 commit 8c44090

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

iac/stack/iac_stack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
6464
api_gateway_resource=self.apigw_construct.api_gateway_resource,
6565
buckets=None, # o que deve ser salvo são os CDNs, visto que os buckets bloqueiam acesso pela URL publica
6666
extra_params={
67-
"cdn/plans": self.s3_construct.cloudfront_distribution_plans.distribution_domain_name,
6867
"cdn/subjects": self.s3_construct.cloudfront_distribution_subjects.distribution_domain_name
6968
},
7069
stage=stage

0 commit comments

Comments
 (0)