We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v1.10.2 on darwin_arm64
Please list the affected resources, for example:
fastly_service_vcl
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 } }
The request is sent to port 443, because use_ssl is enabled
You see a cryptic error message:
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version
Affected Fastly Terraform Resource(s)
Please list the affected resources, for example:
fastly_service_vcl
Terraform Configuration Files
Expected Behavior
The request is sent to port 443, because use_ssl is enabled
Actual Behavior
You see a cryptic error message:
![image](https://private-user-images.githubusercontent.com/233815/401250169-c9a3c80f-4922-458e-8d28-49c4c64a3327.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDkyNjcsIm5iZiI6MTczODk0ODk2NywicGF0aCI6Ii8yMzM4MTUvNDAxMjUwMTY5LWM5YTNjODBmLTQ5MjItNDU4ZS04ZDI4LTQ5YzRjNjRhMzMyNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNzIyNDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00ODE2N2E5YmExOWNkNzg4OTc5YjI4MmZmMzRkMjhhMmRlMDM3MTIwZDcxZjc4OWVhM2M1MWUyYjVjZTJmOGNjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.CP52eJ6kOIEeOQpN-qUToYsGjq8n6GPjD75dF-6N6bk)
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered: