We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var.acme_server_url
var.acme_server_urlの変更の際に手動でacme_registrationを落とさないといけない registrationがserverにないとエラーを吐くだけで自動でacme_registrationを再作成してくれない
infrastructure/cert.tf
Line 9 in c3fe0f0
こいつをvar.acme_server_urlに依存させればいいと思うんですが、どうすれば
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Step 1: 環境
Step 2: 問題
var.acme_server_url
の変更の際に手動でacme_registrationを落とさないといけないregistrationがserverにないとエラーを吐くだけで自動でacme_registrationを再作成してくれない
再現のための手順:
var.acme_server_url
を変更 (terraform.tfvarsなどから)どうなってしまうか:
どうなるべきだったのか:
関連するコード:
infrastructure/cert.tf
Line 9 in c3fe0f0
こいつを
var.acme_server_url
に依存させればいいと思うんですが、どうすればThe text was updated successfully, but these errors were encountered: