Skip to content

Commit

Permalink
Update module version in readme (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzysk8 authored Mar 19, 2024
1 parent 8618a11 commit b610d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To get started, you'll need a `superblocks_agent_key`. To generate an agent key,
```terraform
module "terraform_google_superblocks" {
source = "superblocksteam/superblocks/google"
version = ">=0.1.0"
version = "~>1.0"
project_id = "[GOOGLE_CLOUD_PROJECT_ID]"
region = "[GOOGLE_CLOUD_REGION]"
Expand Down

0 comments on commit b610d1d

Please sign in to comment.