From 686c983f66cf69bc8da26ca2f1c3f4fabb462f0d Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Tue, 9 May 2017 09:48:44 +0200 Subject: [PATCH] provider/aws: add devicefarm project resource --- r/devicefarm_project.html.markdown | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 r/devicefarm_project.html.markdown diff --git a/r/devicefarm_project.html.markdown b/r/devicefarm_project.html.markdown new file mode 100644 index 00000000000..287c4481d42 --- /dev/null +++ b/r/devicefarm_project.html.markdown @@ -0,0 +1,36 @@ +--- +layout: "aws" +page_title: "AWS: aws_devicefarm_project" +sidebar_current: "docs-aws-resource-devicefarm-project" +description: |- + 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][aws-get-project]. + +## Basic Example Usage + + +```hcl +resource "aws_devicefarm_project" "awesome_devices" +``` + +## Argument Reference + +There are currently no other arguments besides the name supported. + +## Attributes Reference + +The following attributes are exported: + +* `name` - The name of the project +* `arn` - The Amazon Resource Name of this project (computed) + +[aws-get-project]: http://docs.aws.amazon.com/devicefarm/latest/APIReference/API_GetProject.html