Skip to content

Create main.tf - #10

Open
laragoldstein13 wants to merge 1 commit into
mainfrom
laragoldstein13-patch-4
Open

Create main.tf#10
laragoldstein13 wants to merge 1 commit into
mainfrom
laragoldstein13-patch-4

Conversation

@laragoldstein13

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check notice

Code scanning / checkov

Ensure that Storage accounts disallow public access

Ensure that Storage accounts disallow public access
Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check failure

Code scanning / checkov

Ensure Storage logging is enabled for Queue service for read, write and delete requests

Ensure Storage logging is enabled for Queue service for read, write and delete requests
Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check failure

Code scanning / checkov

Ensure Storage Account is using the latest version of TLS encryption

Ensure Storage Account is using the latest version of TLS encryption
Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check failure

Code scanning / checkov

Ensure that 'enable_https_traffic_only' is enabled

Ensure that 'enable_https_traffic_only' is enabled
Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check failure

Code scanning / checkov

Ensure that Storage blobs restrict public access

Ensure that Storage blobs restrict public access
Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check failure

Code scanning / checkov

Ensure storage account is configured without blob anonymous access

Ensure storage account is configured without blob anonymous access
Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check failure

Code scanning / checkov

Ensure storage account is configured with private endpoint

Ensure storage account is configured with private endpoint
Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check failure

Code scanning / checkov

Ensure storage account is configured with SAS expiration policy

Ensure storage account is configured with SAS expiration policy
Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check failure

Code scanning / checkov

Ensure soft-delete is enabled on Azure storage account

Ensure soft-delete is enabled on Azure storage account
Comment thread main.tf
Comment on lines +5 to +15
resource "azurerm_storage_account" "terraformaccount1" {
name = "devopssecurity1"
resource_group_name = data.azurerm_resource_group.terraformstorage.name
location = "Central US"
account_tier = "Standard"
account_replication_type = "GRS"

enable_https_traffic_only = false
public_network_access_enabled = true

}

Check failure

Code scanning / checkov

Ensure storage for critical data are encrypted with Customer Managed Key

Ensure storage for critical data are encrypted with Customer Managed Key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants