Skip to content

Commit

Permalink
chore(LINK-3266): Upgrade azurerm to V4
Browse files Browse the repository at this point in the history
Signed-off-by: Lei Jin <[email protected]>
  • Loading branch information
leijin-lw committed Oct 8, 2024
1 parent 777b9ca commit 369e922
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ It adds a Service Principal as a subscription "Reader" and "Key Vault Reader", t
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 4.0 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | ~> 1.18 |

## Providers

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1-dev
3.0.0-dev
2 changes: 1 addition & 1 deletion examples/custom-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provider "lacework" {}
module "az_config" {
source = "lacework/config/azure"
version = "~> 2.0"
version = "~> 3.0"
application_name = "lacework_custom_ad_application_name"
subscription_ids = ["subscription-id-1", "subscription-id-2", "subscription-id-3"]
Expand Down
2 changes: 1 addition & 1 deletion examples/default-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provider "lacework" {}
module "az_config" {
source = "lacework/config/azure"
version = "~> 2.0"
version = "~> 3.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion examples/management-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provider "lacework" {}
module "az_config" {
source = "lacework/config/azure"
version = "~> 2.0"
version = "~> 3.0"
use_management_group = true
management_group_id = "e4ef0585-9741-419d-a121-5886972c85d0"
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.14"

required_providers {
azurerm = "~> 3.0"
azurerm = "~> 4.0"
lacework = {
source = "lacework/lacework"
version = "~> 1.18"
Expand Down

0 comments on commit 369e922

Please sign in to comment.