Skip to content

Commit

Permalink
Merge pull request #37 from lacework/AWLS2-393
Browse files Browse the repository at this point in the history
feat: Update Az API versions
  • Loading branch information
japsingh authored Oct 22, 2024
2 parents 74d74d8 + 610a38d commit 4dbfb89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ All code contributions made by Lacework customers to this repo are considered
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5 |
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | ~> 2.45.0 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.77.0 |
| <a name="requirement_azapi"></a> [azapi](#requirement\_azapi) | ~> 1.15.0 |
| <a name="requirement_azuread"></a> [azuread](#requirement\_azuread) | ~> 2.53.1 |
| <a name="requirement_azurerm"></a> [azurerm](#requirement\_azurerm) | ~> 3.116.0 |
| <a name="requirement_lacework"></a> [lacework](#requirement\_lacework) | >= 1.18 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_azapi"></a> [azapi](#provider\_azapi) | n/a |
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | ~> 2.45.0 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.77.0 |
| <a name="provider_azapi"></a> [azapi](#provider\_azapi) | ~> 1.15.0 |
| <a name="provider_azuread"></a> [azuread](#provider\_azuread) | ~> 2.53.1 |
| <a name="provider_azurerm"></a> [azurerm](#provider\_azurerm) | ~> 3.116.0 |
| <a name="provider_lacework"></a> [lacework](#provider\_lacework) | >= 1.18 |
| <a name="provider_random"></a> [random](#provider\_random) | n/a |
| <a name="provider_terraform"></a> [terraform](#provider\_terraform) | n/a |
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ resource "azurerm_storage_account" "scanning" {
infrastructure_encryption_enabled = var.enable_storage_infrastructure_encryption
allow_nested_items_to_be_public = false
min_tls_version = "TLS1_2"
enable_https_traffic_only = true
https_traffic_only_enabled = true

tags = var.tags
}
Expand Down
5 changes: 3 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 2.45.0"
version = "~> 2.53.1"
}
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.77.0"
version = "~> 3.116.0"
}
// include azapi because Azure Container App Jobs isn't yet available as a provider
azapi = {
source = "Azure/azapi"
version = "~> 1.15.0"
}
lacework = {
source = "lacework/lacework"
Expand Down

0 comments on commit 4dbfb89

Please sign in to comment.