mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
add module version constraint to e2e/terraform
This commit is contained in:
@@ -52,6 +52,7 @@ module "keys" {
|
||||
name = "${local.random_name}"
|
||||
path = "${path.root}/keys"
|
||||
source = "mitchellh/dynamic-keys/aws"
|
||||
version = "v1.0.0"
|
||||
}
|
||||
|
||||
data "aws_ami" "main" {
|
||||
|
||||
Reference in New Issue
Block a user