You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error which I'm not sure how to fix:
terraform plan
╷
│ Error: Missing required argument
│
│ The argument "region" is required, but was not set.
I tried to set a AWS provider:
provider "aws" {
region = "us-east-1"
profile = "my-aws-account-profile-dev"
}
But then I get the following error:
╷
│ Error: no matching Route53Zone found
│
│ with module.cdn.module.dns.data.aws_route53_zone.default[0],
│ on .terraform/modules/cdn.dns/main.tf line 1, in data "aws_route53_zone" "default":
│ 1: data "aws_route53_zone" "default" {
│
╵
Expected Behavior
I think I should have an AWS generated cloudfront with their domain name no?
Steps to Reproduce
Steps to reproduce the behavior:
Use your template in a main.tf
terraform plan
Screenshots
N/A
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
MacOS
terraform -version
Terraform v1.0.5
on darwin_amd64
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Hi! When I use your module:
I get the following error which I'm not sure how to fix:
I tried to set a AWS provider:
But then I get the following error:
Expected Behavior
I think I should have an AWS generated cloudfront with their domain name no?
Steps to Reproduce
Steps to reproduce the behavior:
main.tf
Screenshots
N/A
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
terraform -version
Terraform v1.0.5
on darwin_amd64
Additional Context
N/A
The text was updated successfully, but these errors were encountered: