Skip to content

Commit

Permalink
fix estif
Browse files Browse the repository at this point in the history
jordi.bru committed May 26, 2024
1 parent 4111884 commit da8d1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# More on: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket#attribute-reference
output "certificate_arn" {
value = aws_acm_certificate_validation.validations.certificate_arn
value = aws_acm_certificate_validation.validations[0].certificate_arn
}

output "domain_validation_options" {

0 comments on commit da8d1ae

Please sign in to comment.