Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
avx-rchung authored Apr 5, 2024
1 parent 2f26a76 commit 4843eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion region-build/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ data "http" "avx_iam_id" {
}

data "http" "copilot_iam_id" {
url = "https:/cdn.prod.sre.aviatrix.com/image-details/aws_copilot_image_details.json"
url = "https://cdn.prod.sre.aviatrix.com/image-details/aws_copilot_image_details.json"
request_headers = {
"Accept" = "application/json"
}
Expand Down

0 comments on commit 4843eb7

Please sign in to comment.