-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fastly][fastly_service_v1] support vcl snippets #7
Comments
Any updates on this feature? |
@rlunardelli I can prioritize this work next. |
Is this close? Just wondering if I should bother rewriting snippets into custom VCL. Thanks! |
We need snippets because there is a hard-limit of 3mb on custom vcl but snippets have a soft limit of 1mb. The website says to contact support to get it increased and from my conversation with support they will increase it for everyone sooner or later while the custom vcl limit is firm. |
@jasonkuhrt Do you use Dynamic Snippets at all or would support for regular (ie. versioned) Snippets suit for your workflow? |
@thommahoney I think my current use-case will be served by regular snippets just fine as I would put them in custom vcl if I could except there is a 3mb limit. I'm working with Fastly support right now to increase the snippet limit for my fastly services. |
Definitely a big fan of getting this implemented in the provider. It will make our Terraform configs for a lot of services a lot easier to read when we can use snippets instead of having to define custom VCL. |
+1 yes..it would be really nice to have! |
+1 pleasssee! |
+1 |
Is there something blocking #93 from being merged? |
This issue was originally opened by @mtougeron as hashicorp/terraform#14600. It was migrated here as part of the provider split. The original body of the issue is below.
It would be great if the
fastly_service_v1
resource supported the VCL Snippets. The way thefastly_service_v1
resource works now we have to update the entireVCL
, including the boilerplate, in order to modify just part of the logic (e.g., a Header). This prevents us from being able to use theVCL Snippets
and simplifying our code-base & workflow.The text was updated successfully, but these errors were encountered: