terraform-provider-statuspage icon indicating copy to clipboard operation
terraform-provider-statuspage copied to clipboard

Data lookups

Open jmurillo9 opened this issue 2 years ago • 0 comments

Hello,

Requesting a feature request to have the ability to add data lookups for each of the resources currently exposed.

It would be awesome to have the capability to do something like:

data "statuspage_component" "this" {}

that could pull in every component from your account.

You could then take that data to help build your codebase if you are trying to backport a lot of existing work into Terraform.


I'm not sure if how easy it would be to just do something like to import everything all in a single call.

data "statuspage_account" "this" {
      // maybe add account number here or a specific page? 
      page = "MyAwesomePage"
}

jmurillo9 avatar Feb 01 '23 16:02 jmurillo9