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

In addition to all arguments above, the following attributes are exported:

  • arn - The Amazon Resource Name of this project

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/devicefarm_project.html