Skip to content

Commit

Permalink
fix(docs): Change provider version to 2.0.0 where needed
Browse files Browse the repository at this point in the history
The example for the provider itself specifies the version. That needs to
be upgraded to our latest major revision, or some components won't work.
Publish this release so that the Terraform registry docs are correct
with that version in the examples.

Ref: LOG-20006
  • Loading branch information
darinspivey committed Jun 5, 2024
1 parent 87434eb commit 1757300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ terraform {
required_providers {
mezmo = {
source = "mezmo/mezmo"
version = "~> 1.0"
version = "~> 2.0.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
mezmo = {
source = "mezmo/mezmo"
version = "~> 1.0"
version = "~> 2.0.0"
}
}
}
Expand Down

0 comments on commit 1757300

Please sign in to comment.