diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 704241eb..f8257487 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -3,3 +3,7 @@ terraform { key = "consultation-analyser/terraform.tfstate" } } + +provider "random" { + +}