terrastate icon indicating copy to clipboard operation
terrastate copied to clipboard

Please add examples

Open NexusNull opened this issue 8 months ago • 1 comments

Great project you got here, could you add some examples on how to use it? Something like this:

backend "http" {
    address = "https://state.com/remote/${name}"
    password = "${password}"
    username = "${username}"
  }

It wasn't quite clear to me that you need remote in the path, had to go through the code to figure that one out. Thanks for your work.

NexusNull avatar Oct 29 '23 16:10 NexusNull