Resource: aws_devicefarm_project

Provides a resource to manage AWS Device Farm Projects.

For more information about Device Farm Projects, see the AWS Documentation on Device Farm Projects.

Example Usage

resource "aws_devicefarm_project" "awesome_devices" {
  name = "my-device-farm"
}

Argument Reference

Attribute Reference

This resource exports the following attributes in addition to the arguments above:

Import

In Terraform v1.5.0 and later, use an import block to import DeviceFarm Projects using their ARN. For example:

import {
  to = aws_devicefarm_project.example
  id = "arn:aws:devicefarm:us-west-2:123456789012:project:4fa784c7-ccb4-4dbf-ba4f-02198320daa1"
}

Using terraform import, import DeviceFarm Projects using their ARN. For example:

% terraform import aws_devicefarm_project.example arn:aws:devicefarm:us-west-2:123456789012:project:4fa784c7-ccb4-4dbf-ba4f-02198320daa1