mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #871 from Hestia-Homes/deploy-fastapi-with-terraform
Deploy fastapi with terraform: syntax error
This commit is contained in:
commit
ea80c19a49
1 changed files with 1 additions and 3 deletions
|
|
@ -22,9 +22,7 @@ resource "aws_cloudfront_distribution" "this" {
|
|||
for_each = origin.value.origin_type == "s3" ? [1] : []
|
||||
|
||||
content {
|
||||
origin_access_identity =
|
||||
aws_cloudfront_origin_access_identity.oai[origin.key]
|
||||
.cloudfront_access_identity_path
|
||||
origin_access_identity = aws_cloudfront_origin_access_identity.oai[origin.key].cloudfront_access_identity_path
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue