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-irsa | v0.0.2 | v0.0.3 |
| github-tags        | defenseunicorns/terraform-aws-uds-kms  | v0.0.2 | v0.0.3 |
| github-releases    | hashicorp/terraform                    | 1.5.7  | 1.9.2  |
| terraform-provider | hashicorp/random                       | 3.5.1  | 3.6.2  |
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 047fd30 commit bd8121b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.2"
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 All @@ -91,7 +91,7 @@ module "S3" {

module "irsa" {
for_each = local.bucket_configurations
source = "github.com/defenseunicorns/terraform-aws-uds-irsa?ref=v0.0.2"
source = "github.com/defenseunicorns/terraform-aws-uds-irsa?ref=v0.0.3"
name = each.value.name
kubernetes_service_account = each.value.service_account
kubernetes_namespace = each.value.namespace
Expand Down

0 comments on commit bd8121b

Please sign in to comment.