Cosmetics

This commit is contained in:
Sebastian Haderecker 2021-02-04 22:23:09 +01:00
parent da81f12877
commit a7be2ca0a8

View file

@ -7,7 +7,7 @@ terraform {
} }
random = { random = {
source = "hashicorp/random" source = "hashicorp/random"
version = "~>3.0.1" version = "~> 3.0.1"
} }
} }
} }