Skip to content

Commit

Permalink
big-ip terraform update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 29, 2024
1 parent f588147 commit efc7796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:

- uses: hashicorp/setup-terraform@v2
with:
terraform_version: 1.6.3
terraform_version: 1.7.1

- name: Terraform BIG-IP-Terraform-Infrastructure fmt
id: fmt
Expand Down
2 changes: 1 addition & 1 deletion big-ip/terraform/configuration/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
bigip = {
source = "F5Networks/bigip"
version = ">= 1.17.1"
version = ">= 1.20.2"
}
}
}
Expand Down

0 comments on commit efc7796

Please sign in to comment.