Skip to content

Commit

Permalink
Update provider versions in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Jan 2, 2025
1 parent aead7a6 commit 5b4ce4d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ terraform {
required_providers {
artifactory = {
source = "registry.terraform.io/jfrog/artifactory"
version = "9.9.0"
version = "12.7.1"
}
platform = {
source = "registry.terraform.io/jfrog/platform"
version = "1.0.0"
version = "2.2.0"
}
}
}
Expand Down Expand Up @@ -104,7 +104,7 @@ See the [contribution guide](CONTRIBUTIONS.md).

## License

Copyright (c) 2024 JFrog.
Copyright (c) 2025 JFrog.

Apache 2.0 licensed, see [LICENSE][LICENSE] file.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ terraform {
required_providers {
artifactory = {
source = "jfrog/artifactory"
version = "10.5.1"
version = "12.7.1"
}
platform = {
source = "jfrog/platform"
version = "1.6.0"
version = "2.2.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ terraform {
required_providers {
artifactory = {
source = "jfrog/artifactory"
version = "10.5.1"
version = "12.7.1"
}
platform = {
source = "jfrog/platform"
version = "1.6.0"
version = "2.2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
platform = {
source = "jfrog/platform"
version = "2.0.0"
version = "2.2.0"
}
}
}
Expand Down

0 comments on commit 5b4ce4d

Please sign in to comment.