Skip to content

Commit

Permalink
Remove hardcoded version from example
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjohansson committed Oct 1, 2024
1 parent 35eee25 commit 5e5432b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Manage EE Platform resources with terraform
terraform {
required_providers {
ee-platform = {
source = "springernature/ee-platform"
version = "0.0.2"
source = "springernature/ee-platform"
}
}
}
Expand Down
43 changes: 43 additions & 0 deletions examples/data-sources/ee-platform_teams/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
terraform {
required_providers {
ee-platform = {
source = "springernature/ee-platform"
version = "0.0.2"
source = "springernature/ee-platform"
}
}
}
Expand Down

0 comments on commit 5e5432b

Please sign in to comment.