Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data lookups #49

Open
jmurillo9 opened this issue Feb 1, 2023 · 0 comments
Open

Data lookups #49

jmurillo9 opened this issue Feb 1, 2023 · 0 comments

Comments

@jmurillo9
Copy link

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"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant