Code Monkey home page Code Monkey logo

Comments (4)

adikus avatar adikus commented on August 11, 2024 1

I pushed a fix for this, it should be released under 0.3.18 in a bit

from terraform-provider-better-uptime.

adikus avatar adikus commented on August 11, 2024

Thanks for the ping @redzioch, we have indeed added a new field to the status_history API attribute,

We'll need to add it here

var statusPageStatusHistorySchema = map[string]*schema.Schema{
"day": {
Description: "Status date",
Type: schema.TypeString,
Optional: true,
},
"status": {
Description: "Status",
Type: schema.TypeString,
Optional: true,
},
"downtime_duration": {
Description: "Status duration",
Type: schema.TypeInt,
Optional: true,
},
}

from terraform-provider-better-uptime.

redzioch avatar redzioch commented on August 11, 2024

Yeah... I "like" (hate?) Golang being strict about variable types :)

from terraform-provider-better-uptime.

AleksandarGjorgievski avatar AleksandarGjorgievski commented on August 11, 2024

This is also a blocker for us, since we have additional resources in the same state file, and we can't make any changes at all. Since the issue has been identified, is there an ETA for a new release?

from terraform-provider-better-uptime.

Related Issues (20)

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.