Skip to content

Commit daf133b

Browse files
authored
Merge pull request #12 from lgallard/fix/image_scanning_configuration_default_value
fix: image_scanning_configuration default value
2 parents 1278501 + 41c9567 commit daf133b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ variable "image_tag_mutability" {
2424
variable "image_scanning_configuration" {
2525
description = "Configuration block that defines image scanning configuration for the repository. By default, image scanning must be manually triggered. See the ECR User Guide for more information about image scanning."
2626
type = map(any)
27-
default = {}
27+
default = null
2828
}
2929

3030
variable "scan_on_push" {

0 commit comments

Comments
 (0)