From abdde96a13d49bf9a483f37d73b54cd1e2564bbb Mon Sep 17 00:00:00 2001 From: vit-corp Date: Fri, 28 Jun 2024 15:12:47 +0300 Subject: [PATCH] skip: update CI 53 --- auto_policy_testing/green/common_resources/random_int.tf | 4 ++-- auto_policy_testing/red/common_resources/random_int.tf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/auto_policy_testing/green/common_resources/random_int.tf b/auto_policy_testing/green/common_resources/random_int.tf index e197b139..39625cea 100644 --- a/auto_policy_testing/green/common_resources/random_int.tf +++ b/auto_policy_testing/green/common_resources/random_int.tf @@ -1,4 +1,4 @@ resource "random_integer" "this" { - min = 100 - max = 900 + min = 100000 + max = 900000 } \ No newline at end of file diff --git a/auto_policy_testing/red/common_resources/random_int.tf b/auto_policy_testing/red/common_resources/random_int.tf index e197b139..39625cea 100644 --- a/auto_policy_testing/red/common_resources/random_int.tf +++ b/auto_policy_testing/red/common_resources/random_int.tf @@ -1,4 +1,4 @@ resource "random_integer" "this" { - min = 100 - max = 900 + min = 100000 + max = 900000 } \ No newline at end of file