diff --git a/docs/index.md b/docs/index.md index fd1b8b1..570bdd0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -39,7 +39,7 @@ terraform { required_providers { axual = { source = "Axual/axual" - version = "2.2.1" + version = "2.2.2" } } } diff --git a/examples/axual/provider.tf b/examples/axual/provider.tf index a756571..d6c4ae2 100644 --- a/examples/axual/provider.tf +++ b/examples/axual/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { axual = { source = "Axual/axual" - version = "2.2.1" + version = "2.2.2" } } }