Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dns_challenge require nameserver of sakuten.jp to be configured to use route53's one #11

Open
coord-e opened this issue Apr 17, 2019 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@coord-e
Copy link
Contributor

coord-e commented Apr 17, 2019

infrastructure/cert.tf

Lines 19 to 27 in 2f6ba63

dns_challenge {
provider = "route53"
config {
AWS_ACCESS_KEY_ID = "${var.aws_access_key}"
AWS_SECRET_ACCESS_KEY = "${var.aws_secret_key}"
AWS_DEFAULT_REGION = "${var.aws_region}"
}
}

デプロイ(失敗)
→hosted zoneは建っているのでnsをお名前から設定
→再デプロイ(成功)

の手順を踏まなければいけなくなっている

@coord-e coord-e added the bug Something isn't working label Apr 17, 2019
@coord-e
Copy link
Contributor Author

coord-e commented Apr 17, 2019

できなかった なんじゃこれ

@coord-e coord-e added the help wanted Extra attention is needed label Apr 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant