Skip to content

Commit

Permalink
Update main.tf (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
lra authored Oct 11, 2024
1 parent a2d716b commit 5115597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locals {

module "az_ad_application" {
source = "lacework/ad-application/azure"
version = "~> 1.0"
version = "~> 2.0"
create = var.use_existing_ad_application ? false : true
application_name = var.application_name
}
Expand Down

0 comments on commit 5115597

Please sign in to comment.