0
0
llucycodes42
The code defines a deployment group for an Amazon Web Services account. The deployment group represents a collection of Amazon Elastic Compute Cloud (EC2) instances that are managed as a single entity. You can use the deployment group in your Amazon CodeDeploy deployments to create and manage deployments from a central location.
Shortcut: tf_aws_codedeploy_deployment_group
resource "aws_codedeploy_deployment_group" "${MyAWSResource}" {
}