vancluever / terraform-provider-acme

Terraform ACME provider
https://registry.terraform.io/providers/vancluever/acme/latest
Mozilla Public License 2.0
226 stars 73 forks source link

d/server_url: new data source #413

Closed vancluever closed 5 months ago

vancluever commented 5 months ago

This adds the acme_server_url data source, which gives the current CA server URL that the provider is configured for.

This is a quality-of-life resource designed to make it easier to write modules and configurations that need to depend on the provider's resources downstream.

Fixes #392.