0
0
llucycodes42
The code defines a resource named "aws_route53_record" that will point to an Amazon Route 53 resource.
Shortcut: tf_aws_route53_record
resource "aws_route53_record" "${MyAWSResource}" {
}
0
0
llucycodes42
The code defines a resource named "aws_route53_record" that will point to an Amazon Route 53 resource.
Shortcut: tf_aws_route53_record
resource "aws_route53_record" "${MyAWSResource}" {
}