0
0
llucycodes42
The following code specifies an Amazon Cloud Management Certificate that will be used for reporting to Amazon CloudWatch. The domain for this certificate is "tf.${example}.com." The status for this certificate is "ISSUED.
Shortcut: tf_aws_acm_certificate
data "aws_acm_certificate" "${example}" {
domain = "tf.${example}.com"
statuses = ["ISSUED]"]
}