We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Requesting a feature request to have the ability to add data lookups for each of the resources currently exposed.
data
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" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: