diff --git a/docs/index.md b/docs/index.md index 61ba773..cad4e4f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ terraform { required_providers { doit = { source = "doitintl/doit" - version = "0.21.0" + version = "0.23.0" } } } diff --git a/examples/main.tf b/examples/main.tf index f1b8325..8649330 100644 --- a/examples/main.tf +++ b/examples/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { doit = { source = "doitintl/doit" - version = "0.21.0" + version = "0.23.0" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 91bcbf7..18fd0a8 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { doit = { source = "doitintl/doit" - version = "0.21.0" + version = "0.23.0" } } }