Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
chore: remove protocol on cloudfront origin
Browse files Browse the repository at this point in the history
  • Loading branch information
jspark2000 committed Mar 6, 2024
1 parent a58a89c commit 907b74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/royals/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ data "aws_cloudfront_origin_request_policy" "exclude_host_header" {

resource "aws_cloudfront_distribution" "main" {
origin {
domain_name = "https://main.d266s39inqzl61.amplifyapp.com"
domain_name = "main.d266s39inqzl61.amplifyapp.com"
origin_id = "amplify"

custom_origin_config {
Expand Down

0 comments on commit 907b74c

Please sign in to comment.