Skip to content

Commit e93bca6

Browse files
chore: Updating docs to newer version (#23)
* Updating version to newer one Changing the readme version, the version was 0.1 that is not that last or compatible with tue newer terraform * Update README.md Co-authored-by: Morgante Pell <[email protected]>
1 parent cdf82ab commit e93bca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Basic usage of this module is as follows:
2121
```hcl
2222
module "kms" {
2323
source = "terraform-google-modules/kms/google"
24-
version = "~> 0.1"
24+
version = "~> 1.1"
2525
2626
project_id = "<PROJECT ID>"
2727
location = "europe"

0 commit comments

Comments
 (0)