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.5.1 on darwin_arm64
Please list the affected resources, for example:
logging_gcs
logging_gcs { name = "log" project_id = "xxxx-xxx-xxx" bucket_name = "xxx-xxx-xxx" path = "/fastly-log/%Y/%m/%d/" gzip_level = 3 period = 3600 # how often to write the logs default 3600 message_type = "blank" format = file("../../common/collector_log_format.txt") account_name = "fastly-gcs-xxxxxx" }
What should have happened? project_id field update in fastly UI
What actually happened? project_id not updated in fastly UI as well applying again shows an unexpected change in the resource
Please provide a link to a GitHub Gist containing the complete debug output (see Terraform docs). Ensure any sensitive data is <REDACTED>.
<REDACTED>
Please list the steps required to reproduce the issue, for example:
terraform apply
I believe this function is missing project_id
terraform-provider-fastly/fastly/block_fastly_service_logging_gcs.go
Line 225 in 7a963c2
Is there anything atypical about your account or set up that we should know?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version
Terraform v1.5.1
on darwin_arm64
Affected Fastly Terraform Resource(s)
Please list the affected resources, for example:
logging_gcs
Terraform Configuration Files
Expected Behavior
What should have happened?
project_id field update in fastly UI
Actual Behavior
What actually happened?
project_id not updated in fastly UI
as well applying again shows an unexpected change in the resource
Debug Output (optional)
Please provide a link to a GitHub Gist containing the complete debug output (see Terraform docs). Ensure any sensitive data is
<REDACTED>
.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids (optional)
I believe this function is missing project_id
terraform-provider-fastly/fastly/block_fastly_service_logging_gcs.go
Line 225 in 7a963c2
Is there anything atypical about your account or set up that we should know?
The text was updated successfully, but these errors were encountered: