terraform-provider-statuspage
terraform-provider-statuspage copied to clipboard
Data lookups
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"
}