scalr_integration_infracost

Resource: scalr_integration_infracost

Manages the state of Infracost integration in Scalr.

Example Usage

resource "scalr_integration_infracost" "example" {
  name         = "infracost"
  api_key      = "ico-xxxxx"
  environments = ["*"]
}

Schema

Required

  • api_key (String, Sensitive) API key for the Infracost integration.
  • name (String) Name of the Infracost integration.

Optional

  • environments (Set of String) List of environments this integration is linked to. Use ["*"] to allow in all environments.

Read-Only

  • id (String) The ID of this resource.

Import

Import is supported using the following syntax:

terraform import scalr_integration_infracost.example in-xxxxxxxxxx