Skip to content

Commit

Permalink
bump terraform version (#33025)
Browse files Browse the repository at this point in the history
to support MacOS M1
  • Loading branch information
v1v authored and chrisberkhout committed Jun 1, 2023
1 parent 3a5595d commit d7423bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline {
RUNBLD_DISABLE_NOTIFICATIONS = 'true'
SLACK_CHANNEL = "#beats"
SNAPSHOT = 'true'
TERRAFORM_VERSION = "0.13.7"
TERRAFORM_VERSION = "1.0.2"
XPACK_MODULE_PATTERN = '^x-pack\\/[a-z0-9]+beat\\/module\\/([^\\/]+)\\/.*'
KIND_VERSION = 'v0.14.0'
K8S_VERSION = 'v1.24.0'
Expand Down

0 comments on commit d7423bc

Please sign in to comment.