Skip to content

Commit

Permalink
fix(corebuild): upgrade copshq and set terraform required version >= 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGottinger committed Feb 6, 2024
1 parent 02f610f commit 9493426
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
github.com/avast/retry-go/v4 v4.5.1
github.com/conplementag/cops-hq/v2 v2.14.1
github.com/conplementag/cops-hq/v2 v2.14.2
github.com/imroc/req v0.3.2
github.com/mitchellh/go-homedir v1.1.0
github.com/rs/xid v1.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ github.com/briandowns/spinner v1.23.0 h1:alDF2guRWqa/FOZZYWjlMIx2L6H0wyewPxo/CH4
github.com/briandowns/spinner v1.23.0/go.mod h1:rPG4gmXeN3wQV/TsAY4w8lPdIM6RX3yqeBQJSrbXjuE=
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be h1:J5BL2kskAlV9ckgEsNQXscjIaLiOYiZ75d4e94E6dcQ=
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be/go.mod h1:mk5IQ+Y0ZeO87b858TlA645sVcEcbiX6YqP98kt+7+w=
github.com/conplementag/cops-hq/v2 v2.14.1 h1:CSB3ttFWfoSh+Hzhz7dlyFbsKhgeC31WEqEkZUno7k0=
github.com/conplementag/cops-hq/v2 v2.14.1/go.mod h1:PRapM+IPXM2Qfsi6mm/SLtSJ2Srt0GO+8LdFcfOerqM=
github.com/conplementag/cops-hq/v2 v2.14.2 h1:iTJcuo4Yv1Q+wp6c9o0ODvsQ4D52Z/LH52/UEkA/dDo=
github.com/conplementag/cops-hq/v2 v2.14.2/go.mod h1:wS+RTtlX/VCqRueO0yff39doQsHW6GikTqKpczmS5WI=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down
2 changes: 1 addition & 1 deletion internal/corebuild/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ linux based with docker support. Teams creating build agent pools are responsibl

## Preconditions
Required tools
- Terraform >= 1.6
- Terraform >= 1.7
- Azure Cli >= 2.56.0
- Sops >= 3.8.1

Expand Down
2 changes: 1 addition & 1 deletion internal/corebuild/terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
key = "terraform.tfstate"
}

required_version = ">= 1.6"
required_version = ">= 1.7"
}

provider "azurerm" {
Expand Down

0 comments on commit 9493426

Please sign in to comment.