Skip to content

Commit

Permalink
Documentation Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar-Metsa committed Apr 15, 2024
1 parent 3d425e9 commit d9ded80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ terraform {
required_providers {
axual = {
source = "Axual/axual"
version = "2.2.1"
version = "2.2.2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/axual/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
axual = {
source = "Axual/axual"
version = "2.2.1"
version = "2.2.2"
}
}
}
Expand Down

0 comments on commit d9ded80

Please sign in to comment.