Skip to content

Commit

Permalink
rebase and merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jose-pablo-camacho committed Sep 17, 2024
1 parent 1a26d8f commit 11655a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/integrations/pub-sub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data "sysdig_secure_cloud_ingestion_assets" "assets" {}
# These locals indicate the suffix to create unique name for resources
#-----------------------------------------------------------------------------------------
locals {
suffix = var.suffix == null ? random_id.suffix[0].hex : var.suffix
suffix = var.suffix == null ? random_id.suffix[0].hex : var.suffix
role_name = "SysdigIngestionAuthRole"
}

Expand Down

0 comments on commit 11655a0

Please sign in to comment.