fastly_config: Soft-deprecate FastlyConfig service used only for DEV. (#19837)
This commit is contained in:
parent
ffb560c2a7
commit
0b63876044
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
|||
# In general this service should be considered deprecated, as it duplicates
|
||||
# infrastructure management that is better left to the Fastly Terraform
|
||||
# provider. It solely exists to support the not-yet-Terraformed DEV.to
|
||||
# deployment, and should be removed whenever that instance has been migrated
|
||||
# to Terraform control (and, presumably, the relevant bits of Terraform open-
|
||||
# sourced and documented to replace this).
|
||||
#
|
||||
# As such, if VCL snippets are added to the snippets directory, a Forem employee
|
||||
# should replicate them in the appropriate infrastructure repository and roll
|
||||
# them out to other non-DEV Forems.
|
||||
|
||||
module FastlyConfig
|
||||
class Snippets < Base
|
||||
FASTLY_FILES = Rails.root.join("config/fastly/snippets/*.vcl").freeze
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue