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. -
compute_platform- (Optional) The compute platform can either beServerorLambda. Default isServer.
Attribute Reference
The following arguments are exported:
© 2018 HashiCorpLicensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/aws/r/codedeploy_app.html