Skip to content

Commit

Permalink
remove version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Apr 1, 2024
1 parent 79a9d8f commit 09acccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/index.md
Expand Up @@ -27,7 +27,6 @@ terraform {
required_providers {
assert = {
source = "bschaatsbergen/assert"
version = ">= 0.1.0"
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions examples/provider/provider.tf
Expand Up @@ -2,7 +2,6 @@ terraform {
required_providers {
assert = {
source = "bschaatsbergen/assert"
version = ">= 0.1.0"
}
}
}
}

0 comments on commit 09acccf

Please sign in to comment.