Skip to content

Commit 28547ed

Browse files
authored
fix: Increasing versions of null & random providers to support arm (#583)
1 parent d5854e3 commit 28547ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/core_project_factory/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ terraform {
2828
}
2929
null = {
3030
source = "hashicorp/null"
31-
version = "~> 2.1"
31+
version = ">= 2.1"
3232
}
3333
random = {
3434
source = "hashicorp/random"
35-
version = "~> 2.2"
35+
version = ">= 2.2"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)