Skip to content

Commit

Permalink
chore(deps): update patch-grouped
Browse files Browse the repository at this point in the history
| datasource         | package                        | from    | to      |
| ------------------ | ------------------------------ | ------- | ------- |
| github-tags        | aws/aws-cli                    | 2.17.37 | 2.17.42 |
| terraform-provider | terraform-redhat/rhcs          | 1.6.2   | 1.6.3   |
| terraform-module   | terraform-redhat/rosa-hcp/rhcs | 1.6.2   | 1.6.3   |
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent daf2c98 commit c6aa720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# check it with
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly"

awscli 2.17.37
awscli 2.17.42

golang 1.23.0

Expand Down
2 changes: 1 addition & 1 deletion modules/rosa-hcp/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 5.35.0"
}
rhcs = {
version = "= 1.6.2"
version = "1.6.3"
source = "terraform-redhat/rhcs"
}
}
Expand Down
6 changes: 3 additions & 3 deletions modules/rosa-hcp/rosa.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ locals {

module "rosa_hcp" {
source = "terraform-redhat/rosa-hcp/rhcs"
version = "1.6.2"
version = "1.6.3"

openshift_version = var.openshift_version
cluster_name = var.cluster_name
Expand Down Expand Up @@ -49,7 +49,7 @@ module "rosa_hcp" {

module "htpasswd_idp" {
source = "terraform-redhat/rosa-hcp/rhcs//modules/idp"
version = "1.6.2"
version = "1.6.3"

cluster_id = module.rosa_hcp.cluster_id
name = "htpasswd-idp"
Expand All @@ -59,7 +59,7 @@ module "htpasswd_idp" {

module "vpc" {
source = "terraform-redhat/rosa-hcp/rhcs//modules/vpc"
version = "1.6.2"
version = "1.6.3"

name_prefix = var.cluster_name
availability_zones_count = var.availability_zones_count
Expand Down

0 comments on commit c6aa720

Please sign in to comment.