Skip to content

Commit

Permalink
skip: update CI 53
Browse files Browse the repository at this point in the history
  • Loading branch information
vit-corp committed Jun 28, 2024
1 parent a348c4a commit abdde96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 = 100
max = 900
min = 100000
max = 900000
}
4 changes: 2 additions & 2 deletions 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 = 100
max = 900
min = 100000
max = 900000
}

0 comments on commit abdde96

Please sign in to comment.