Skip to content

Commit

Permalink
chore(deps): update test-infra
Browse files Browse the repository at this point in the history
| datasource         | package                               | from   | to     |
| ------------------ | ------------------------------------- | ------ | ------ |
| github-tags        | defenseunicorns/terraform-aws-uds-kms | v0.0.2 | v0.0.3 |
| github-releases    | hashicorp/terraform                   | 1.5.7  | 1.9.0  |
| terraform-provider | hashicorp/random                      | 3.5.1  | 3.6.2  |
  • Loading branch information
renovate[bot] committed Jun 26, 2024
1 parent 261057d commit 83d8396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/test-infra/buckets-iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ provider "aws" {
}

terraform {
required_version = "1.5.7"
required_version = "1.9.0"
backend "s3" {
}
required_providers {
Expand All @@ -20,7 +20,7 @@ terraform {

random = {
source = "hashicorp/random"
version = "3.5.1"
version = "3.6.2"
}
}
}
Expand Down Expand Up @@ -67,7 +67,7 @@ resource "random_id" "unique_id" {

module "generate_kms" {
for_each = local.bucket_configurations
source = "github.com/defenseunicorns/terraform-aws-uds-kms?ref=v0.0.2"
source = "github.com/defenseunicorns/terraform-aws-uds-kms?ref=v0.0.3"

key_owners = var.key_owner_arns
# A list of IAM ARNs for those who will have full key permissions (`kms:*`)
Expand Down

0 comments on commit 83d8396

Please sign in to comment.