Code Monkey home page Code Monkey logo

Comments (3)

gyfis avatar gyfis commented on August 11, 2024 1

@leetrout Hi Lee, thanks for raising the issue! I tested a simple terraform recipe and I'm not seeing the issue you described. Can you provide a reproducible example of a monitor resource that would show the update for the auth_username and auth_password, please? I'll close the issue, but happy to reopen once we can reproduce. Thanks again!

FWIW here's the monitor resource I tested the auth attributes on:

resource "betteruptime_monitor" "this" {
  url          = "https://example.com"
  monitor_type = "status"
  auth_password = "abcd"
  auth_username = "efgh"
}

from terraform-provider-better-uptime.

theaccordance avatar theaccordance commented on August 11, 2024

Not sure if you're still having the issue or not, from my experience I'm not having that issue, but I am using a variable to pass in the value instead of hard coding it into my commit.

FWIW, I'm using 1Password as the source of truth for my creds, I can combine their CLI with terraforms to pipe the value to TF

from terraform-provider-better-uptime.

leetrout avatar leetrout commented on August 11, 2024

Not sure if you're still having the issue or not, from my experience I'm not having that issue, but I am using a variable to pass in the value instead of hard coding it into my commit.

We removed all monitors from terraform and are only using it for heartbeats. But it is something they should be able to fix by adding a DiffSuppressFunc to check for empty values.

I didn't want to spend time writing up the PR if they wouldn't accept it so I opened the issue to see if there was any traction.

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.