Skip to content

Commit

Permalink
Update version of tf and providers
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina5005 committed Apr 17, 2024
1 parent 6ece960 commit 6d728b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = "~> 1.4"
required_version = "~> 1.7"

required_providers {
huaweicloud = {
source = "huaweicloud/huaweicloud"
version = "~>1.47"
version = "~>1.63"
}
}
}

0 comments on commit 6d728b7

Please sign in to comment.