Giter VIP home page Giter VIP logo

terraform-provider-lightstep's Issues

bad version in README

when trying to initialize the module with terraform init, I got error:
│ Error: Failed to install provider

│ Error while installing lightstep/lightstep v1.61.1: checksum list has unexpected SHA-256 hash 75e765cc04c11a77a46af8d9df1672814c7676e9d69ff04d96de2b3fa5701ca0 (expected
│ 70279d592510f4800049d6e5223100822ca21826eb7e744460ed6129e47bed11)

In order to workaround the issue I had to change the version in my main.tf:

  • from version = "1.61.1" (generating error above) to version = "~> 1.61.0", working and installing version 1.61.2

Missing release artifacts for 1.61.1

It appears the release artifacts are missing for the latest patch release: https://github.com/lightstep/terraform-provider-lightstep/releases

terraform {
  required_providers {
    lightstep = {
      source = "lightstep/lightstep"
      version = "1.61.1"
    }
  }
}

provider "lightstep" {
  # Configuration options
}
terraform init
Initializing the backend...

Initializing provider plugins...
- Finding lightstep/lightstep versions matching "1.61.1"...
╷
│ Error: Failed to install provider
│
│ Error while installing lightstep/lightstep v1.61.1: could not query provider registry for registry.terraform.io/lightstep/lightstep: failed to retrieve
│ authentication checksums for provider: 404 Not Found
╵

Provider failed after apply

I just followed this instruction.

lightstep_stream.my_stream: Creating...
╷
│ Error: Request cancelled
│ 
│   with lightstep_stream.my_stream,
│   on main.tf line 16, in resource "lightstep_stream" "my_stream":
│   16: resource "lightstep_stream" "my_stream" {
│ 
│ The plugin.(*GRPCProvider).ApplyResourceChange request was cancelled.
╵

Stack trace from the terraform-provider-lightstep_v1.84.4 plugin:

panic: interface conversion: interface {} is nil, not string

goroutine 78 [running]:
github.com/lightstep/terraform-provider-lightstep/client.CustomDataConvert(...)
        github.com/lightstep/terraform-provider-lightstep/client/streams.go:54
github.com/lightstep/terraform-provider-lightstep/client.(*Client).CreateStream(0x14000468d00?, {0x1012a3108, 0x1400053dad0}, {0x140004601e0, 0xa}, {0x1400058a0a0, 0x1b}, {0x140000dc210, 0xa4}, {0x140004a1ff0, ...})
        github.com/lightstep/terraform-provider-lightstep/client/streams.go:81 +0x580
github.com/lightstep/terraform-provider-lightstep/lightstep.resourceStreamCreate.func1()
        github.com/lightstep/terraform-provider-lightstep/lightstep/resource_stream.go:62 +0x174
github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource.RetryContext.func1()
        github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/resource/wait.go:27 +0x48
github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource.(*StateChangeConf).WaitForStateContext.func1()
        github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/resource/state.go:110 +0x144
created by github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource.(*StateChangeConf).WaitForStateContext
        github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/resource/state.go:83 +0x1a4

Error: The terraform-provider-lightstep_v1.84.4 plugin crashed!

Instructions to set project missing

Instructions to set the project are missing from the readme.
So, if you use a file you exported before and try to import it back, it won't work

Invalid resource type "lightstep_dashboard"

I exported a dashboard from one project in order to import it back in another one, but when importing my dashboard, I got error:
│ Error: Invalid resource type

│ on dashboard-mainframe-red-metrics.tf line 2, in resource "lightstep_dashboard" "mainframe_red":
│ 2: resource "lightstep_dashboard" "mainframe_red" {

│ The provider lightstep/lightstep does not support resource type "lightstep_dashboard".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.