mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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] : []
|
for_each = origin.value.origin_type == "s3" ? [1] : []
|
||||||
|
|
||||||
content {
|
content {
|
||||||
origin_access_identity =
|
origin_access_identity = aws_cloudfront_origin_access_identity.oai[origin.key].cloudfront_access_identity_path
|
||||||
aws_cloudfront_origin_access_identity.oai[origin.key]
|
|
||||||
.cloudfront_access_identity_path
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue