Skip to content

Commit

Permalink
update edsfkit to dsfkit in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roiklorin committed Dec 30, 2024
1 parent e2008ab commit 8cdbf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws/poc/dsf_deployment/dra.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {

dra_admin_cidr_list = concat([data.aws_subnet.dra_admin.cidr_block], var.enable_dra ? [format("%s/32", module.dra_admin[0].public_ip)] : [])
}
##

module "dra_admin" {
source = "imperva/dsf-dra-admin/aws"
version = "1.7.20" # latest release tag
Expand Down

0 comments on commit 8cdbf93

Please sign in to comment.