Skip to content

Commit

Permalink
switch on role id randomization by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ideasculptor committed Nov 15, 2019
1 parent b6a2038 commit dafc9e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ variable "zone" {
variable "random_role_id" {
description = "Enables role random id generation."
type = bool
default = false
default = true
}

0 comments on commit dafc9e4

Please sign in to comment.