Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bump lacework provider min version to '~> 1.15' (#111)
The PR #97 used a new resource `lacework_external_id ` which is only available from version `1.15.0` and above but we forgot to bump the min version, this causes issues like #107 where users might be using an older version of the Lacework provider that does not have this new resource. The fix is to update the version constraint to `~> 1.15` Note: If you don't know about the pessimistic constraint, please read this doc: https://developer.hashicorp.com/terraform/language/expressions/version-constraints#version-constraint-syntax Closes #107 Signed-off-by: Salim Afiune Maya <[email protected]>
- Loading branch information