Skip to content

Commit

Permalink
Update module dependency on Random to allow use in Terraform 0.12.3 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyon authored and metacpp committed Jul 8, 2019
1 parent 1046ed6 commit fb014dd
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 @@ -3,7 +3,7 @@ provider "azurerm" {
}

provider "random" {
version = "~> 1.0"
version = "~> 2.1"
}

module "os" {
Expand Down

1 comment on commit fb014dd

@szymon3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi,
when do you plan to make official release with this change?
Thanks

Please sign in to comment.