Skip to content

Commit

Permalink
Automatic commit before release [release=1.7.16] | [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
lindanasredin authored and github-actions[bot] committed Jul 8, 2024
1 parent f7106cd commit bd34e16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ module "dsf_dra_analytics" {

For more information about the DSF DRA Analytics and its features, refer to the official documentation [here](https://docs.imperva.com/bundle/z-kb-articles-km/page/4e487f3c.html).

For additional information about DSF deployment using terraform, refer to the main repo README [here](https://github.com/imperva/dsfkit/tree/1.7.15).
For additional information about DSF deployment using terraform, refer to the main repo README [here](https://github.com/imperva/dsfkit/tree/1.7.16).
2 changes: 1 addition & 1 deletion iam_role.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "aws_iam_instance_profile" "dsf_node_instance_iam_profile" {

resource "aws_iam_role" "dsf_node_role" {
count = var.instance_profile_name == null ? 1 : 0
name = "${substr(var.name, 0, 64-length("-role"))}-role"
name = "${substr(var.name, 0, 64 - length("-role"))}-role"
managed_policy_arns = null
assume_role_policy = local.role_assume_role_policy
inline_policy {
Expand Down

0 comments on commit bd34e16

Please sign in to comment.