Skip to content

Commit

Permalink
Update lacework provider dependency to ~>2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zekisherif committed Nov 6, 2024
1 parent 4b9492f commit a38d00b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ It adds a Service Principal as a subscription "Reader" and "Key Vault Reader", t
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.0 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 1.18 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 2.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 4.0 |
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | ~> 1.18 |
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | ~> 2.0 |
| <a name="provider_time"></a> [time](#provider\_time) | n/a |

## Modules
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
azurerm = "~> 4.0"
lacework = {
source = "lacework/lacework"
version = "~> 1.18"
version = "~> 2.0"
}
}
}

0 comments on commit a38d00b

Please sign in to comment.