Skip to content

Commit a751603

Browse files
committed
pass precommit
1 parent 2eecbfb commit a751603

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/code-signing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Note that this example may create resources which cost money. Run `terraform des
2727

2828
| Name | Version |
2929
|------|---------|
30-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.84.0 |
31-
| <a name="provider_random"></a> [random](#provider\_random) | 3.6.3 |
30+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.79 |
31+
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.0 |
3232

3333
## Modules
3434

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,4 +876,4 @@ variable "ignore_signing_job_failure" {
876876
description = "Set this argument to true to ignore signing job failures and retrieve failed status and reason"
877877
type = bool
878878
default = false
879-
}
879+
}

0 commit comments

Comments
 (0)