chore(terraform/dnsimple): upgrade to 1.8.0

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-12-30 18:22:02 +01:00
parent 75afd39d3b
commit 4eb8adb60c

View file

@ -13,7 +13,7 @@ in
config = mkIf cfg.enable {
terraform.required_providers.dnsimple = {
version = "~> 1.7.0";
version = "~> 1.8.0";
source = "dnsimple/dnsimple";
};