Update Terraform aws to v5
This commit is contained in:
parent
19964ce161
commit
999ba0a49a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ terraform {
|
||||||
}
|
}
|
||||||
aws = {
|
aws = {
|
||||||
source = "hashicorp/aws"
|
source = "hashicorp/aws"
|
||||||
version = "4.67.0"
|
version = "5.71.0"
|
||||||
}
|
}
|
||||||
linode = {
|
linode = {
|
||||||
source = "linode/linode"
|
source = "linode/linode"
|
||||||
|
|
Loading…
Reference in a new issue