Skip to content
Open
Prev Previous commit
Next Next commit
pass precommit
  • Loading branch information
Fran-Rg committed Jan 28, 2025
commit a751603a5f9bab8490f5caf4321c4944f0661c3d
4 changes: 2 additions & 2 deletions examples/code-signing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ Note that this example may create resources which cost money. Run `terraform des

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

## Modules

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -876,4 +876,4 @@ variable "ignore_signing_job_failure" {
description = "Set this argument to true to ignore signing job failures and retrieve failed status and reason"
type = bool
default = false
}
}
Loading