Skip to content

Commit

Permalink
Add comment about deploying the Fastly service
Browse files Browse the repository at this point in the history
  • Loading branch information
jdno committed Dec 14, 2022
1 parent e72f23f commit db93010
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terragrunt/modules/crates-io/fastly-static.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# The Fastly service must be deployed in two steps, since some resources depend
# on attributes that are only known after an `apply`. To deploy the service,
# comment out everything in Stage 2 and then run `terragrunt apply`. After the
# run has finished, uncomment Stage 2 and run `terragrunt apply` again.

locals {
fastly_domain_name = "fastly-${var.static_domain_name}"

Expand Down

0 comments on commit db93010

Please sign in to comment.