Skip to content
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

Incorrect port defaults when use_ssl is enabled #913

Open
nightpool opened this issue Jan 8, 2025 · 0 comments
Open

Incorrect port defaults when use_ssl is enabled #913

nightpool opened this issue Jan 8, 2025 · 0 comments

Comments

@nightpool
Copy link

Terraform Version

Terraform v1.10.2
on darwin_arm64

Affected Fastly Terraform Resource(s)

Please list the affected resources, for example:

  • fastly_service_vcl

Terraform Configuration Files

resource "fastly_service_vcl" "fastly" {
  name    = "Service name"

  domain {
    name = local.domain
  }

  backend {
    name          = "S3"
    address       = var.s3_backend_address
    override_host = var.s3_backend_address
    shield        = "iad-va-us"
    use_ssl       = true
  }
}

Expected Behavior

The request is sent to port 443, because use_ssl is enabled

Actual Behavior

You see a cryptic error message:
image

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform apply
@nightpool nightpool changed the title Incorrect port defaults Incorrect port defaults when use_ssl is enabled Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant