Provides a Datadog IntegrationFastlyAccount resource. This can be used to create and manage Datadog integration_fastly_account.
# Create new integration_fastly_account resource
resource "datadog_integration_fastly_account" "foo" {
api_key = "ABCDEFG123"
name = "test-name"
}
api_key
(String) The API key for the Fastly account.name
(String) The name of the Fastly account.id
(String) The ID of this resource.Import is supported using the following syntax:
terraform import datadog_integration_fastly_account.new_list "a8f5f167f44f4964e6c998dee827110c"