From 8f976e8ac3272361dd463080e41b413259929ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:04:32 +0000 Subject: [PATCH] terraform fmt: automated action --- examples/complete/main.tf | 8 ++++---- main.tf | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index bf27e16..fbce035 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -2,7 +2,7 @@ terraform { required_version = ">= 1.5.6" required_providers { artifactory = { - source = "jfrog/artifactory" + source = "jfrog/artifactory" version = "10.7.6" } } @@ -13,11 +13,11 @@ provider "artifactory" { } module "artifactory_resources" { - source = "../.." # Path to the root of the module + source = "../.." # Path to the root of the module - manage_backup = false + manage_backup = false manage_general_security = true - manage_mail_server = true + manage_mail_server = true // Variables for artifactory_general_security // Fill these in as needed diff --git a/main.tf b/main.tf index 15576b1..a6bbb3d 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ terraform { required_version = ">= 1.5.6" required_providers { artifactory = { - source = "jfrog/artifactory" + source = "jfrog/artifactory" version = "12.8.0" } }