We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f36493 commit 432fc75Copy full SHA for 432fc75
test/provision/terraform/main.tf
@@ -55,7 +55,7 @@ locals {
55
}
56
57
module "env-provisioner" {
58
- source = "git::https://github.com/newrelic-experimental/env-provisioner//terraform/otel-ec2"
+ source = "git::https://github.com/newrelic-experimental/env-provisioner//terraform/otel-ec2?ref=add-fips-amis"
59
ec2_prefix = var.ec2_prefix
60
ec2_filters = local.filtered_ec2
61
ec2_delimiter = "-"
0 commit comments