WhileLoop
WhileLoop
On Windows, Certbot doesn't create the scheduled task when installed with pip. On the same system, I installed Certbot from https://dl.eff.org/certbot-beta-installer-win32.exe and confirmed that the task was created. I would...
Is this possible? Didn't see anything in the readme about it.
### Description Having a DNS record resource would be nice. ### New or Affected Resource(s) * netlify_dns_record ### Potential Terraform Configuration ```terraform resource "netlify_dns_record" "mysite" { hostname = "mysite.com" priority...