Skip to content

Commit 3b5d6ca

Browse files
committed
docs: update provider example to use v0.5.0
Updates the provider example version constraint from 0.1.0 to ~> 0.5.0 to reflect the current stable version with plan modifier fixes.
1 parent f3f1d99 commit 3b5d6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
authzed = {
44
source = "authzed/authzed"
5-
version = "0.1.0"
5+
version = "~> 0.5.0"
66
}
77
}
88
}

0 commit comments

Comments
 (0)