Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jfrog/artifactory from 10.7.6 to 12.8.0 #11

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_version = ">= 1.5.6"
required_providers {
artifactory = {
source = "jfrog/artifactory"
version = "10.7.6"
source = "jfrog/artifactory"
version = "12.8.0"
}
}
}
Expand Down
Loading