Skip to content

Commit

Permalink
skip: update CI 19
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Jun 18, 2024
1 parent 0fb706f commit 5e61c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_policy_testing/green/common_resources/random_int.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "random_integer" "this" {
min = 1
max = 100000
max = 50
}
2 changes: 1 addition & 1 deletion auto_policy_testing/red/common_resources/random_int.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resource "random_integer" "this" {
min = 1
max = 100000
max = 50
}

0 comments on commit 5e61c4f

Please sign in to comment.