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
This issue was originally opened by @acme as hashicorp/terraform#12462. It was migrated here as part of the provider split. The original body of the issue is below.
Terraform v0.8.8
Please list the resources as a list, for example:
# Configure the Fastly Provider provider "fastly" { api_key = "${var.fastly_api_key}" } # Create a Service resource "fastly_service_v1" "myservice" { name = "${var.domain}" domain { name = "${var.domain}" } default_ttl = 10 force_destroy = true vcl { name = "main.vcl" main = "true" content = "${file("files/main.vcl")}" } papertrail { name = "Papertrail" format = "%h %l %u %{now}V %{req.request}V %{req.url}V %>s" address = "${var.papertrail_address}" port = "${var.papertrail_port}" format_version = 2 } }
https://gist.githubusercontent.com/acme/276edaf056a0e7c874341c7e6e454893/raw/5bdb0c435dce00a4070e41ede7226393f2d9be9c/gistfile1.txt
Terraform created a Fastly Papertrail logging configuration with log format version 2.
* fastly_service_v1.myservice: papertrail.0: invalid or unknown key: format_version
Please list the steps required to reproduce the issue, for example:
terraform apply
The text was updated successfully, but these errors were encountered:
Merge pull request #3 from GannettDigital/rules
571f040
change paths
I'll close this one out in favor of #119.
Sorry, something went wrong.
Upgrade provider to 0.12.x with ACL resource (#3)
05a3646
* Introduces the acl nested block and acl entries resource. * Introduces expanded acceptance tests covering new acl entries resource. * Updates documentation covering acl and acl entries.
No branches or pull requests
This issue was originally opened by @acme as hashicorp/terraform#12462. It was migrated here as part of the provider split. The original body of the issue is below.
Terraform Version
Terraform v0.8.8
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
https://gist.githubusercontent.com/acme/276edaf056a0e7c874341c7e6e454893/raw/5bdb0c435dce00a4070e41ede7226393f2d9be9c/gistfile1.txt
Panic Output
Expected Behavior
Terraform created a Fastly Papertrail logging configuration with log format version 2.
Actual Behavior
* fastly_service_v1.myservice: papertrail.0: invalid or unknown key: format_version
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: