Show plan
```terraform
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# aws_route53_record.simplify_privacy_statements_A will be created
+ resource "aws_route53_record" "simplify_privacy_statements_A" {
+ allow_overwrite = (known after apply)
+ fqdn = (known after apply)
+ id = (known after apply)
+ name = "simplify-privacy-statements.alpha.canada.ca"
+ type = "A"
+ zone_id = "Z00174733BS8YALDB9F5X"
+ alias {
+ evaluate_target_health = false
+ name = "d2n4vfhctrrmqr.cloudfront.net"
+ zone_id = "Z2FDTNDATAQYW2"
}
}
Plan: 1 to add, 0 to change, 0 to destroy.
Warning: Argument is deprecated
with module.log_bucket.aws_s3_bucket.this,
on .terraform/modules/log_bucket/S3_log_bucket/main.tf line 8, in resource "aws_s3_bucket" "this":
8: resource "aws_s3_bucket" "this" {
Use the aws_s3_bucket_server_side_encryption_configuration resource instead
(and 3 more similar warnings elsewhere)
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Releasing state lock. This may take a few moments...
```
Show Conftest results
```sh
18 tests, 18 passed, 0 warnings, 0 failures, 0 exceptions
```
Summary | Résumé
Added A record pointing the domain to the Cloudfront distribution