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
Steps to reproduce:
Download v0.0.2 https://github.com/ajbosco/terraform-provider-segment/releases/download/v0.2.0/terraform-provider-segment-linux-amd64
Move it into the terraform plugin directory under plugins/linux_amd64/
plugins/linux_amd64/
Make the file executable with chmod 755 <file>
chmod 755 <file>
Rename the file to terraform-provider-segment_v0.0.2
terraform-provider-segment_v0.0.2
Include a segment_resource in the terraform source code
segment_resource
resource "segment_source" "customer_fe_dev" { source_name = "test" }
terraform plan
Result:
Error: Failed to instantiate provider "segment" to obtain schema: Incompatible API version with plugin. Plugin version: 4, Client versions: [5]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
Download v0.0.2 https://github.com/ajbosco/terraform-provider-segment/releases/download/v0.2.0/terraform-provider-segment-linux-amd64
Move it into the terraform plugin directory under
plugins/linux_amd64/
Make the file executable with
chmod 755 <file>
Rename the file to
terraform-provider-segment_v0.0.2
Include a
segment_resource
in the terraform source codeterraform plan
Result:
The text was updated successfully, but these errors were encountered: