terraform/website/source/docs/providers/aws/r/devicefarm_project.html.mar...

936 B

layout page_title sidebar_current description
aws AWS: aws_devicefarm_project docs-aws-resource-devicefarm-project Provides a Devicefarm project

aws_devicefarm_project

Provides a resource to manage AWS Device Farm Projects. Please keep in mind that this feature is only supported on the "us-west-2" region. This resource will error if you try to create a project in another region.

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

Basic Example Usage

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

Argument Reference

  • name - (Required) The name of the project

Attributes Reference

The following attributes are exported:

  • arn - The Amazon Resource Name of this project