Skip to content

Commit

Permalink
chore: pinned version using pessimistic constraint
Browse files Browse the repository at this point in the history
- Changed to pessimistic constraint versioning for module dependencies. (https://www.terraform.io/docs/configuration/version-constraints.html)
  • Loading branch information
Alan Nix committed Nov 11, 2020
1 parent 38e6a74 commit ae889d0
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 @@ -10,7 +10,7 @@ resource "random_id" "uniq" {

module "az_al_ad_application" {
source = "lacework/ad-application/azure"
version = "0.1.0"
version = "~> 0.1"
create = var.use_existing_ad_application ? false : true
application_name = var.application_name
application_identifier_uris = var.application_identifier_uris
Expand Down

0 comments on commit ae889d0

Please sign in to comment.