mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-15 17:00:40 -05:00
609 B
609 B
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| aws | AWS: aws_codedeploy_app | docs-aws-resource-codedeploy-app | Provides a CodeDeploy application. |
aws_codedeploy_app
Provides a CodeDeploy application to be used as a basis for deployments
Example Usage
resource "aws_codedeploy_app" "foo" {
name = "foo"
}
Argument Reference
The following arguments are supported:
name- (Required) The name of the application.
Attribute Reference
The following arguments are exported:
id- Amazon's assigned ID for the application.name- The application's name.