0
0
llucycodes42
The code declares an app resource with the name "MyAWSResource", and sets the value of its keys to the values provided.
Shortcut: tf_aws_codedeploy_app
resource "aws_codedeploy_app" "${MyAWSResource}" {
}
0
0
llucycodes42
The code declares an app resource with the name "MyAWSResource", and sets the value of its keys to the values provided.
Shortcut: tf_aws_codedeploy_app
resource "aws_codedeploy_app" "${MyAWSResource}" {
}