Skip to content

Commit

Permalink
terraform fmt: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 13, 2025
1 parent 5b8c698 commit 8f976e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 1.5.6"
required_providers {
artifactory = {
source = "jfrog/artifactory"
source = "jfrog/artifactory"
version = "10.7.6"
}
}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 1.5.6"
required_providers {
artifactory = {
source = "jfrog/artifactory"
source = "jfrog/artifactory"
version = "12.8.0"
}
}
Expand Down

0 comments on commit 8f976e8

Please sign in to comment.