scalr_integration_infracost
Data Source: scalr_integration_infracost
Retrieves information about Infracost integration.
Example Usage
data "scalr_integration_infracost" "example" {
  id = "in-xxxxxxxxxx"
}
Schema
Optional
- id(String) The identifier of the Infracost integration.
- name(String) The name of the Infracost integration.
Read-Only
- environments(Set of String) List of environments this integration is linked to, or- ["*"]if shared with all environments.
Updated 8 days ago
