Skip to content

Replace http-me.glitch.me with http-me.fastly.dev #1026

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

Merged
merged 2 commits into from
Jul 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
### BUG FIXES:

- fix(snippets): delete dynamic snippet contents when the resource is deleted if `manage_snippets` is `true`. ([#1021](https://github.com/fastly/terraform-provider-fastly/pull/1021))
- fix(examples): Replace http-me.glitch.me with http-me.fastly.dev ([#1026](https://github.com/fastly/terraform-provider-fastly/pull/1026))

### DEPENDENCIES:
- build(deps): `github.com/fastly/go-fastly/v10` from 10.4.0 to 10.5.0 ([#1019](https://github.com/fastly/terraform-provider-fastly/pull/1019))
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/service_acl_entries.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand Down
6 changes: 3 additions & 3 deletions docs/resources/service_dictionary_items.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand Down Expand Up @@ -85,7 +85,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand Down Expand Up @@ -127,7 +127,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand Down
8 changes: 4 additions & 4 deletions docs/resources/service_dynamic_snippet_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -39,7 +39,7 @@ resource "fastly_service_vcl" "myservice" {
priority = 110
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}
Expand Down Expand Up @@ -68,7 +68,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -85,7 +85,7 @@ resource "fastly_service_vcl" "myservice" {
priority = 110
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/service_vcl.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ resource "fastly_service_vcl" "demo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
override_host = "http-me.glitch.me"
override_host = "http-me.fastly.dev"
}

header {
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/service_acl_entries_basic_usage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -18,7 +18,7 @@ resource "fastly_service_vcl" "myservice" {
priority = 110
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "fastly_service_vcl" "myservice" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -24,7 +24,7 @@ resource "fastly_service_vcl" "myservice" {
priority = 110
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}
Expand Down
4 changes: 2 additions & 2 deletions examples/resources/service_vcl_usage_with_s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ resource "fastly_service_vcl" "demo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
override_host = "http-me.glitch.me"
override_host = "http-me.fastly.dev"
}

header {
Expand Down
8 changes: 4 additions & 4 deletions fastly/block_fastly_service_cachesetting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ resource "fastly_service_vcl" "foo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -177,7 +177,7 @@ resource "fastly_service_vcl" "foo" {
action = "pass"
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}`, name, domain)
Expand All @@ -194,7 +194,7 @@ resource "fastly_service_vcl" "foo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand Down Expand Up @@ -234,7 +234,7 @@ resource "fastly_service_vcl" "foo" {
ttl = 300
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}`, name, domain)
Expand Down
8 changes: 4 additions & 4 deletions fastly/block_fastly_service_dynamicsnippet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ resource "fastly_service_vcl" "foo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -196,7 +196,7 @@ resource "fastly_service_vcl" "foo" {
priority = "110"
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}`, name, domain)
Expand All @@ -213,7 +213,7 @@ resource "fastly_service_vcl" "foo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -230,7 +230,7 @@ resource "fastly_service_vcl" "foo" {
priority = "50"
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}`, name, domain)
Expand Down
16 changes: 8 additions & 8 deletions fastly/block_fastly_service_requestsetting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestResourceFastlyFlattenRequestSettings(t *testing.T) {
remote: []*gofastly.RequestSetting{
{
Action: gofastly.ToPointer(gofastly.RequestSettingActionPass),
DefaultHost: gofastly.ToPointer("http-me.glitch.me"),
DefaultHost: gofastly.ToPointer("http-me.fastly.dev"),
MaxStaleAge: gofastly.ToPointer(90),
Name: gofastly.ToPointer("alt_backend"),
RequestCondition: gofastly.ToPointer("serve_alt_backend"),
Expand All @@ -32,7 +32,7 @@ func TestResourceFastlyFlattenRequestSettings(t *testing.T) {
{
"action": gofastly.RequestSettingActionPass,
// "bypass_busy_wait": false,
"default_host": "http-me.glitch.me",
"default_host": "http-me.fastly.dev",
// "force_miss": false,
// "force_ssl": false,
"max_stale_age": 90,
Expand All @@ -59,7 +59,7 @@ func TestAccFastlyServiceVCLRequestSetting_basic(t *testing.T) {
domainName1 := fmt.Sprintf("fastly-test.tf-%s.com", acctest.RandString(10))

rq1 := gofastly.RequestSetting{
DefaultHost: gofastly.ToPointer("http-me.glitch.me"),
DefaultHost: gofastly.ToPointer("http-me.fastly.dev"),
MaxStaleAge: gofastly.ToPointer(90),
Name: gofastly.ToPointer("alt_backend"),
RequestCondition: gofastly.ToPointer("serve_alt_backend"),
Expand All @@ -80,7 +80,7 @@ func TestAccFastlyServiceVCLRequestSetting_basic(t *testing.T) {

rq2 := gofastly.RequestSetting{
Action: gofastly.ToPointer(gofastly.RequestSettingActionLookup),
DefaultHost: gofastly.ToPointer("http-me.glitch.me"),
DefaultHost: gofastly.ToPointer("http-me.fastly.dev"),
MaxStaleAge: gofastly.ToPointer(900),
Name: gofastly.ToPointer("alt_backend"),
RequestCondition: gofastly.ToPointer("serve_alt_backend"),
Expand All @@ -100,7 +100,7 @@ func TestAccFastlyServiceVCLRequestSetting_basic(t *testing.T) {
}
rq3 := gofastly.RequestSetting{
Action: gofastly.ToPointer(gofastly.RequestSettingActionUnset),
DefaultHost: gofastly.ToPointer("http-me.glitch.me"),
DefaultHost: gofastly.ToPointer("http-me.fastly.dev"),
MaxStaleAge: gofastly.ToPointer(900),
Name: gofastly.ToPointer("alt_backend"),
RequestCondition: gofastly.ToPointer("serve_alt_backend"),
Expand Down Expand Up @@ -228,7 +228,7 @@ resource "fastly_service_vcl" "foo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -248,13 +248,13 @@ resource "fastly_service_vcl" "foo" {

request_setting {
action = "%s"
default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"
name = "alt_backend"
request_condition = "serve_alt_backend"
max_stale_age = %s
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}`, name, domain, action, maxStaleAge)
Expand Down
12 changes: 6 additions & 6 deletions fastly/block_fastly_service_snippet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ resource "fastly_service_vcl" "foo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -220,7 +220,7 @@ resource "fastly_service_vcl" "foo" {
content = "if ( req.url ) {\n set req.http.my-snippet-test-header = \"true\";\n}"
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}`, name, domain)
Expand All @@ -237,7 +237,7 @@ resource "fastly_service_vcl" "foo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -256,7 +256,7 @@ resource "fastly_service_vcl" "foo" {
content = "restart;\n"
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}`, name, domain)
Expand All @@ -277,7 +277,7 @@ resource "fastly_service_vcl" "foo" {
}

backend {
address = "http-me.glitch.me"
address = "http-me.fastly.dev"
name = "Glitch Test Site"
port = 80
}
Expand All @@ -303,7 +303,7 @@ resource "fastly_service_vcl" "foo" {
content = "restart;\n"
}

default_host = "http-me.glitch.me"
default_host = "http-me.fastly.dev"

force_destroy = true
}`, name, domain)
Expand Down